summaryrefslogtreecommitdiff
path: root/tests/generic/419
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2018-06-09 11:35:42 +1000
committerDave Chinner <david@fromorbit.com>2018-06-09 11:35:42 +1000
commitcf89aed9241447ac380df8222acc391270855dcf (patch)
tree822b981eaa2bf1e83d029f0a2f3c538f3c1c61ae /tests/generic/419
parentf3faa8173a1f9fc1de018e999a2161a4cb5e320e (diff)
generic: 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/generic/419')
-rwxr-xr-xtests/generic/41923
1 files changed, 3 insertions, 20 deletions
diff --git a/tests/generic/419 b/tests/generic/419
index 254ffe6e..1014764c 100755
--- a/tests/generic/419
+++ b/tests/generic/419
@@ -1,4 +1,7 @@
#! /bin/bash
+# SPDX-License-Identifier: GPL-2.0
+# Copyright (c) 2017 Google, Inc. All Rights Reserved.
+#
# FS QA Test generic/419
#
# Try to rename files in an encrypted directory, without access to the
@@ -7,26 +10,6 @@
# 173b8439e1ba ("ext4: don't allow encrypted operations without keys")
# 363fa4e078cb ("f2fs: don't allow encrypted operations without keys")
#
-#-----------------------------------------------------------------------
-# Copyright (c) 2017 Google, Inc. All Rights Reserved.
-#
-# Author: Eric Biggers <ebiggers@google.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"