btrfs: convert tests to SPDX license tags
[xfstests-dev.git] / tests / btrfs / 133
index 34b6c13163d69f9458f8a83a16f502fe47d2596b..42246c62ea829b7b6da7a76eab95620e2b36b46d 100755 (executable)
@@ -1,29 +1,13 @@
 #! /bin/bash
+# SPDX-License-Identifier: GPL-2.0
+# Copyright (C) 2017 Synology Inc. All Rights Reserved.
+#
 # FS QA Test No. btrfs/133
 #
 # Test that an incremental send operation does not fail when a new inode
 # replaces an old inode that has the same number but different generation,
 # and both are direct children of the subvolume/snapshot root.
 #
-#-----------------------------------------------------------------------
-# Copyright (C) 2017 Synology Inc. All Rights Reserved.
-# Author: Robbie Ko <robbieko@synology.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"