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 - gpl-2.0_385.RULE

Based on the normalized pattern:

licensed under the gpl v2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference.

Reviewed-by: Allison Randal <allison@lohutok.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
fa82cce7 5a729246

+7 -9
+1 -1
arch/sparc/vdso/vdso2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vdso2c - A vdso image preparation tool 3 4 * Copyright (c) 2014 Andy Lutomirski and others 4 - * Licensed under the GPL v2 5 5 * 6 6 * vdso2c requires stripped and unstripped input. It would be trivial 7 7 * to fully strip the input in here, but, for reasons described below,
+1 -1
arch/x86/entry/vdso/vdso2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vdso2c - A vdso image preparation tool 3 4 * Copyright (c) 2014 Andy Lutomirski and others 4 - * Licensed under the GPL v2 5 5 * 6 6 * vdso2c requires stripped and unstripped input. It would be trivial 7 7 * to fully strip the input in here, but, for reasons described below,
+1 -1
scripts/gcc-plugins/latent_entropy_plugin.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2012-2016 by the PaX Team <pageexec@freemail.hu> 3 4 * Copyright 2016 by Emese Revfy <re.emese@gmail.com> 4 - * Licensed under the GPL v2 5 5 * 6 6 * Note: the choice of the license means that the compilation process is 7 7 * NOT 'eligible' as defined by gcc's library exception to the GPL v3,
+1 -1
scripts/gcc-plugins/stackleak_plugin.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2011-2017 by the PaX Team <pageexec@freemail.hu> 3 4 * Modified by Alexander Popov <alex.popov@linux.com> 4 - * Licensed under the GPL v2 5 5 * 6 6 * Note: the choice of the license means that the compilation process is 7 7 * NOT 'eligible' as defined by gcc's library exception to the GPL v3,
+1 -1
scripts/gcc-plugins/structleak_plugin.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2013-2017 by PaX Team <pageexec@freemail.hu> 3 - * Licensed under the GPL v2 4 4 * 5 5 * Note: the choice of the license means that the compilation process is 6 6 * NOT 'eligible' as defined by gcc's library exception to the GPL v3,
+2 -4
tools/power/cpupower/debug/i386/dump_psb.c
··· 1 - /* 2 - * dump_psb. (c) 2004, Dave Jones, Red Hat Inc. 3 - * Licensed under the GPL v2. 4 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // dump_psb. (c) 2004, Dave Jones, Red Hat Inc. 5 3 6 4 #include <fcntl.h> 7 5 #include <stdio.h>