summaryrefslogtreecommitdiff
path: root/tests/btrfs/164
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2018-06-09 11:35:50 +1000
committerDave Chinner <david@fromorbit.com>2018-06-09 11:35:50 +1000
commit1ff4192932699b155a0858009d612b498489fdf2 (patch)
tree8c167632e339c713a122ee4d8962d19376f947e4 /tests/btrfs/164
parent2529c9486a99ffb0a9e0b48819b1f4af796ef20f (diff)
btrfs: convert tests to SPDX license tags
Fully scripted conversion, see script in initial SPDX license commit message. Signed-off-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'tests/btrfs/164')
-rwxr-xr-xtests/btrfs/16421
1 files changed, 3 insertions, 18 deletions
diff --git a/tests/btrfs/164 b/tests/btrfs/164
index ec70c371..097191a0 100755
--- a/tests/btrfs/164
+++ b/tests/btrfs/164
@@ -1,4 +1,7 @@
#! /bin/bash
+# SPDX-License-Identifier: GPL-2.0
+# Copyright (c) 2018 Oracle. All Rights Reserved.
+#
# FS QA Test 164 seed device delete test
#
# Test case to verify that a seed device can be deleted
@@ -6,24 +9,6 @@
# Create a sprout device
# Remount RW
# Run device delete on the seed device
-#-----------------------------------------------------------------------
-# Copyright (c) 2018 Oracle. 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.
-#
-# 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"