Reviewed-by: Steve Winslow <swinslow@xxxxxxxxx> On Tue, May 28, 2019 at 1:16 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote: > > From: Thomas Gleixner tglx@xxxxxxxxxxxxx > > 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@xxxxxxxxxxxxx> > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch9&id=20804fb7619e > --- > arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-- > arch/x86/include/asm/vvar.h | 2 +- > tools/testing/selftests/vDSO/vdso_standalone_test_x86.c | 2 +- > tools/testing/selftests/vDSO/vdso_test.c | 2 +- > 4 files changed, 4 insertions(+), 5 deletions(-) > > --- a/arch/x86/entry/vsyscall/vsyscall_emu_64.S > +++ b/arch/x86/entry/vsyscall/vsyscall_emu_64.S > @@ -1,9 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > /* > * vsyscall_emu_64.S: Vsyscall emulation page > * > * Copyright (c) 2011 Andy Lutomirski > - * > - * Subject to the GNU General Public License, version 2 > */ > > #include <linux/linkage.h> > --- a/arch/x86/include/asm/vvar.h > +++ b/arch/x86/include/asm/vvar.h > @@ -1,7 +1,7 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > /* > * vvar.h: Shared vDSO/kernel variable declarations > * Copyright (c) 2011 Andy Lutomirski > - * Subject to the GNU General Public License, version 2 > * > * A handful of variables are accessible (read-only) from userspace > * code in the vsyscall page and the vdso. They are declared here. > --- a/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c > +++ b/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c > @@ -1,7 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0-only > /* > * vdso_test.c: Sample code to test parse_vdso.c on x86 > * Copyright (c) 2011-2014 Andy Lutomirski > - * Subject to the GNU General Public License, version 2 > * > * You can amuse yourself by compiling with: > * gcc -std=gnu99 -nostdlib > --- a/tools/testing/selftests/vDSO/vdso_test.c > +++ b/tools/testing/selftests/vDSO/vdso_test.c > @@ -1,7 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0-only > /* > * vdso_test.c: Sample code to test parse_vdso.c > * Copyright (c) 2014 Andy Lutomirski > - * Subject to the GNU General Public License, version 2 > * > * Compile with: > * gcc -std=gnu99 vdso_test.c parse_vdso.c > > -- Steve Winslow Director of Strategic Programs The Linux Foundation swinslow@xxxxxxxxxxxxxxxxxxx