]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
selftests/ftrace: Add SPDX License Identifier to template
authorMasami Hiramatsu <mhiramat@kernel.org>
Thu, 30 Aug 2018 14:14:48 +0000 (23:14 +0900)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Wed, 24 Oct 2018 20:49:35 +0000 (14:49 -0600)
Add SPDX License Identifier line to template file so
that someone who makes new testcase from the template
does not forgot it.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
tools/testing/selftests/ftrace/test.d/template

index 5c39ceb18a0d6b3efe3dd65f654b4eaa4ce322e0..799da7e0b3c914001e2aaae33a045720ea6180cd 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL2.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.