projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f26f8
)
tools build feature tests: Add missing SPDX headers
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Thu, 13 Jun 2019 21:25:04 +0000
(18:25 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Mon, 17 Jun 2019 18:57:19 +0000
(15:57 -0300)
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link:
https://lkml.kernel.org/n/tip-3h6fa866w6ao0wsbyqz9nrm8@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/feature/test-fortify-source.c
patch
|
blob
|
blame
|
history
tools/build/feature/test-hello.c
patch
|
blob
|
blame
|
history
tools/build/feature/test-setns.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/build/feature/test-fortify-source.c
b/tools/build/feature/test-fortify-source.c
index c9f398d8786820588da652a7a89ef5c3e729127b..c8a57194f9f29b8f9b2f01114c043e64a1c60d2a 100644
(file)
--- a/
tools/build/feature/test-fortify-source.c
+++ b/
tools/build/feature/test-fortify-source.c
@@
-1,3
+1,4
@@
+// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
int main(void)
diff --git
a/tools/build/feature/test-hello.c
b/tools/build/feature/test-hello.c
index c9f398d8786820588da652a7a89ef5c3e729127b..c8a57194f9f29b8f9b2f01114c043e64a1c60d2a 100644
(file)
--- a/
tools/build/feature/test-hello.c
+++ b/
tools/build/feature/test-hello.c
@@
-1,3
+1,4
@@
+// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
int main(void)
diff --git
a/tools/build/feature/test-setns.c
b/tools/build/feature/test-setns.c
index 4a1581ae7a5585c4bb4924802cc2c33956cec7fe..2757c201ed50c26c802745b3db39cc1f3b868df9 100644
(file)
--- a/
tools/build/feature/test-setns.c
+++ b/
tools/build/feature/test-setns.c
@@
-1,3
+1,4
@@
+// SPDX-License-Identifier: GPL-2.0
#define _GNU_SOURCE
#include <sched.h>