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

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180

Based on 1 normalized pattern(s):

subject to the gnu general public license version 2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 4 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170026.343113277@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
6776e83e 0b712183

+4 -5
+1 -2
arch/x86/entry/vsyscall/vsyscall_emu_64.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * vsyscall_emu_64.S: Vsyscall emulation page 3 4 * 4 5 * Copyright (c) 2011 Andy Lutomirski 5 - * 6 - * Subject to the GNU General Public License, version 2 7 6 */ 8 7 9 8 #include <linux/linkage.h>
+1 -1
arch/x86/include/asm/vvar.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * vvar.h: Shared vDSO/kernel variable declarations 3 4 * Copyright (c) 2011 Andy Lutomirski 4 - * Subject to the GNU General Public License, version 2 5 5 * 6 6 * A handful of variables are accessible (read-only) from userspace 7 7 * code in the vsyscall page and the vdso. They are declared here.
+1 -1
tools/testing/selftests/vDSO/vdso_standalone_test_x86.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vdso_test.c: Sample code to test parse_vdso.c on x86 3 4 * Copyright (c) 2011-2014 Andy Lutomirski 4 - * Subject to the GNU General Public License, version 2 5 5 * 6 6 * You can amuse yourself by compiling with: 7 7 * gcc -std=gnu99 -nostdlib
+1 -1
tools/testing/selftests/vDSO/vdso_test.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vdso_test.c: Sample code to test parse_vdso.c 3 4 * Copyright (c) 2014 Andy Lutomirski 4 - * Subject to the GNU General Public License, version 2 5 5 * 6 6 * Compile with: 7 7 * gcc -std=gnu99 vdso_test.c parse_vdso.c