fstests: convert remaining tests to SPDX license tags
[xfstests-dev.git] / tests / ext4 / 003
index 7f2d6974fb384c4bb0afd4e4b1a01f5816b001d4..19fe4b4c1f7d697e3802da4969d70f7a30bda3c8 100755 (executable)
@@ -1,23 +1,13 @@
 #! /bin/bash
+# SPDX-License-Identifier: GPL-2.0
+# Copyright (c) 2014 Fujitsu.  All Rights Reserved.
+#
 # FS QA Test No. ext4/003
 #
 # Regression test for commit:
 # b5b6077 ext4: fix wrong assert in ext4_mb_normalize_request()
 # This testcase checks whether this bug has been fixed.
 #
-#-----------------------------------------------------------------------
-# Copyright (c) 2014 Fujitsu.  All Rights Reserved.
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation.
-#
-# This program is distributed in the hope that it would be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#-----------------------------------------------------------------------
-
 seq=`basename $0`
 seqres=$RESULT_DIR/$seq
 echo "QA output created by $seq"