Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools build feature tests: Add missing SPDX headers

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>

+3
+1
tools/build/feature/test-fortify-source.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 #include <stdio.h> 2 3 3 4 int main(void)
+1
tools/build/feature/test-hello.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 #include <stdio.h> 2 3 3 4 int main(void)
+1
tools/build/feature/test-setns.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 #define _GNU_SOURCE 2 3 #include <sched.h> 3 4