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 430

Based on 1 normalized pattern(s):

distribute under gplv2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190114.475576622@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
767a67b0 dbf5ebee

+10 -14
+1 -2
arch/powerpc/kernel/suspend.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Suspend support specific for power. 3 - * 4 - * Distribute under GPLv2 5 4 * 6 5 * Copyright (c) 2002 Pavel Machek <pavel@ucw.cz> 7 6 * Copyright (c) 2001 Patrick Mochel <mochel@osdl.org>
+2 -1
arch/x86/kernel/acpi/wakeup_32.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 .text 2 3 #include <linux/linkage.h> 3 4 #include <asm/segment.h> 4 5 #include <asm/page_types.h> 5 6 6 - # Copyright 2003, 2008 Pavel Machek <pavel@suse.cz>, distribute under GPLv2 7 + # Copyright 2003, 2008 Pavel Machek <pavel@suse.cz 7 8 8 9 .code32 9 10 ALIGN
+2 -1
arch/x86/kernel/acpi/wakeup_64.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 .text 2 3 #include <linux/linkage.h> 3 4 #include <asm/segment.h> ··· 8 7 #include <asm/asm-offsets.h> 9 8 #include <asm/frame.h> 10 9 11 - # Copyright 2003 Pavel Machek <pavel@suse.cz>, distribute under GPLv2 10 + # Copyright 2003 Pavel Machek <pavel@suse.cz 12 11 13 12 .code64 14 13 /*
+1 -2
arch/x86/power/cpu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Suspend support specific for i386/x86-64. 3 - * 4 - * Distribute under GPLv2 5 4 * 6 5 * Copyright (c) 2007 Rafael J. Wysocki <rjw@sisk.pl> 7 6 * Copyright (c) 2002 Pavel Machek <pavel@ucw.cz>
+1 -2
arch/x86/power/hibernate_32.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Hibernation support specific for i386 - temporary page tables 3 - * 4 - * Distribute under GPLv2 5 4 * 6 5 * Copyright (c) 2006 Rafael J. Wysocki <rjw@sisk.pl> 7 6 */
+1 -2
arch/x86/power/hibernate_64.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Hibernation support for x86-64 3 - * 4 - * Distribute under GPLv2 5 4 * 6 5 * Copyright (c) 2007 Rafael J. Wysocki <rjw@sisk.pl> 7 6 * Copyright (c) 2002 Pavel Machek <pavel@ucw.cz>
+1 -2
arch/x86/power/hibernate_asm_64.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Hibernation support for x86-64 3 - * 4 - * Distribute under GPLv2. 5 4 * 6 5 * Copyright 2007 Rafael J. Wysocki <rjw@sisk.pl> 7 6 * Copyright 2005 Andi Kleen <ak@suse.de>
+1 -2
kernel/softirq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/kernel/softirq.c 3 4 * 4 5 * Copyright (C) 1992 Linus Torvalds 5 - * 6 - * Distribute under GPLv2. 7 6 * 8 7 * Rewritten. Old one was good in 2.2, but in 2.3 it was immoral. --ANK (990903) 9 8 */