]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
tools build feature tests: Add missing SPDX headers
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 13 Jun 2019 21:25:04 +0000 (18:25 -0300)
committerArnaldo 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
tools/build/feature/test-hello.c
tools/build/feature/test-setns.c

index c9f398d8786820588da652a7a89ef5c3e729127b..c8a57194f9f29b8f9b2f01114c043e64a1c60d2a 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <stdio.h>
 
 int main(void)
index c9f398d8786820588da652a7a89ef5c3e729127b..c8a57194f9f29b8f9b2f01114c043e64a1c60d2a 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <stdio.h>
 
 int main(void)
index 4a1581ae7a5585c4bb4924802cc2c33956cec7fe..2757c201ed50c26c802745b3db39cc1f3b868df9 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #define _GNU_SOURCE
 #include <sched.h>