summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/ftrace/test.d/template
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2018-11-12 11:11:18 -0800
committerShuah Khan <shuah@kernel.org>2018-11-29 14:57:55 -0700
commit1d956785da5585635eb7e266239729da6bc73e69 (patch)
treedae5bf49073fd3340237965f604fd29b426494be /tools/testing/selftests/ftrace/test.d/template
parent694f1f926c725a8955c1c156ad6d3c4e1b853bd8 (diff)
selftests/ftrace: Fix invalid SPDX identifiers
While GPL2.0 looks about right, the correct and valid identifiers for GPL v2 only code are 'GPL-2.0' or 'GPL-2.0-only'. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Shuah Khan (Samsung OSG) <shuah@kernel.org> Signed-off-by: Shuah Khan <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/ftrace/test.d/template')
-rw-r--r--tools/testing/selftests/ftrace/test.d/template2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/ftrace/test.d/template b/tools/testing/selftests/ftrace/test.d/template
index 799da7e0b3c9..e1a5d14c4eaf 100644
--- a/tools/testing/selftests/ftrace/test.d/template
+++ b/tools/testing/selftests/ftrace/test.d/template
@@ -1,5 +1,5 @@
#!/bin/sh
-# SPDX-License-Identifier: GPL2.0
+# SPDX-License-Identifier: GPL-2.0
# description: %HERE DESCRIBE WHAT THIS DOES%
# you have to add ".tc" extention for your testcase file
# Note that all tests are run with "errexit" option.