summaryrefslogtreecommitdiff
path: root/tests/btrfs/011
diff options
context:
space:
mode:
Diffstat (limited to 'tests/btrfs/011')
-rwxr-xr-xtests/btrfs/01122
1 files changed, 3 insertions, 19 deletions
diff --git a/tests/btrfs/011 b/tests/btrfs/011
index 95bc182a..89bb4d11 100755
--- a/tests/btrfs/011
+++ b/tests/btrfs/011
@@ -1,4 +1,7 @@
#! /bin/bash
+# SPDX-License-Identifier: GPL-2.0
+# Copyright (C) 2013 STRATO. All rights reserved.
+#
# FSQA Test No. btrfs/011
#
# Test of the btrfs replace operation.
@@ -16,25 +19,6 @@
# To check the filesystems after replacing a device, a scrub run is
# performed, a btrfsck run, and finally the filesystem is remounted.
#
-#-----------------------------------------------------------------------
-# Copyright (C) 2013 STRATO. 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"