summaryrefslogtreecommitdiff
path: root/tests/xfs/202
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2018-06-09 11:35:45 +1000
committerDave Chinner <david@fromorbit.com>2018-06-09 11:35:45 +1000
commit2529c9486a99ffb0a9e0b48819b1f4af796ef20f (patch)
tree7e4eaf335d59e2b06d5387c9a1d5aaf06ef8f147 /tests/xfs/202
parentcf89aed9241447ac380df8222acc391270855dcf (diff)
xfs: convert tests to SPDX license tags
Fully scripted conversion, see script in initial SPDX license commit message. tests/xfs/044 was hand massaged to remove duplicate copyright and divider lines before running the script. Signed-off-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'tests/xfs/202')
-rwxr-xr-xtests/xfs/20221
1 files changed, 3 insertions, 18 deletions
diff --git a/tests/xfs/202 b/tests/xfs/202
index b9827a7f..3d080c9c 100755
--- a/tests/xfs/202
+++ b/tests/xfs/202
@@ -1,26 +1,11 @@
#! /bin/bash
-# FS QA Test No. 202
-#
-# Test out the xfs_repair -o force_geometry option on single-AG filesystems.
-#
-#-----------------------------------------------------------------------
+# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2009 Christoph Hellwig.
#
-# 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.
+# FS QA Test No. 202
#
-# 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
-#-----------------------------------------------------------------------
+# Test out the xfs_repair -o force_geometry option on single-AG filesystems.
#
-
seq=`basename $0`
seqres=$RESULT_DIR/$seq
echo "QA output created by $seq"