diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2018-11-12 22:11:18 +0300 |
---|---|---|
committer | Shuah Khan <shuah@kernel.org> | 2018-11-30 00:57:55 +0300 |
commit | 1d956785da5585635eb7e266239729da6bc73e69 (patch) | |
tree | dae5bf49073fd3340237965f604fd29b426494be /tools/testing/selftests/ftrace/test.d/template | |
parent | 694f1f926c725a8955c1c156ad6d3c4e1b853bd8 (diff) | |
download | linux-1d956785da5585635eb7e266239729da6bc73e69.tar.xz |
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/template | 2 |
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. |