generic: convert tests to SPDX license tags
[xfstests-dev.git] / tests / generic / 473
index bf5054348c1f941f334275faacb4193e2c91cd7a..c28f4c8c48b9c04b51c8b911448764cada564a8a 100755 (executable)
@@ -1,29 +1,13 @@
 #! /bin/bash
+# SPDX-License-Identifier: GPL-2.0
+# Copyright (c) 2017 SUSE Linux Products GmbH. All Rights Reserved.
+#
 # FS QA Test No. 473
 #
 # Test for the new ranged query functionality in xfs_io's fiemap command.
 # This tests various combinations of hole + data layout being printed.
 # Also the test used 16k holes to be compatible with 16k block filesystems
 #
-#-----------------------------------------------------------------------
-# Copyright (c) 2017 SUSE Linux Products GmbH. All Rights Reserved.
-# Author: Nikolay Borisov <nborisov@suse.com>
-#
-# 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.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write the Free Software Foundation,
-# Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-#-----------------------------------------------------------------------
-#
-
 seq=`basename $0`
 seqres=$RESULT_DIR/$seq
 echo "QA output created by $seq"