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 211

Based on 1 normalized pattern(s):

released under the terms of the gnu gpl v2 0

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
c456cfc2 d1d24ed4

+9 -18
+1 -2
arch/sh/mm/cache-j2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/sh/mm/cache-j2.c 3 4 * 4 5 * Copyright (C) 2015-2016 Smart Energy Instruments, Inc. 5 - * 6 - * Released under the terms of the GNU GPL v2.0. 7 6 */ 8 7 9 8 #include <linux/init.h>
+1 -2
arch/sh/mm/cache-sh2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/sh/mm/cache-sh2.c 3 4 * 4 5 * Copyright (C) 2002 Paul Mundt 5 6 * Copyright (C) 2008 Yoshinori Sato 6 - * 7 - * Released under the terms of the GNU GPL v2.0. 8 7 */ 9 8 10 9 #include <linux/init.h>
+1 -2
arch/sh/mm/cache-sh2a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/sh/mm/cache-sh2a.c 3 4 * 4 5 * Copyright (C) 2008 Yoshinori Sato 5 - * 6 - * Released under the terms of the GNU GPL v2.0. 7 6 */ 8 7 9 8 #include <linux/init.h>
+1 -2
arch/sh/mm/cache-sh3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/sh/mm/cache-sh3.c 3 4 * 4 5 * Copyright (C) 1999, 2000 Niibe Yutaka 5 6 * Copyright (C) 2002 Paul Mundt 6 - * 7 - * Released under the terms of the GNU GPL v2.0. 8 7 */ 9 8 10 9 #include <linux/init.h>
+1 -2
arch/sh/mm/cache.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/sh/mm/cache.c 3 4 * 4 5 * Copyright (C) 1999, 2000, 2002 Niibe Yutaka 5 6 * Copyright (C) 2002 - 2010 Paul Mundt 6 - * 7 - * Released under the terms of the GNU GPL v2.0. 8 7 */ 9 8 #include <linux/mm.h> 10 9 #include <linux/init.h>
+1 -2
arch/sh/mm/kmap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/sh/mm/kmap.c 3 4 * 4 5 * Copyright (C) 1999, 2000, 2002 Niibe Yutaka 5 6 * Copyright (C) 2002 - 2009 Paul Mundt 6 - * 7 - * Released under the terms of the GNU GPL v2.0. 8 7 */ 9 8 #include <linux/mm.h> 10 9 #include <linux/init.h>
+1 -2
arch/sh/mm/nommu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/sh/mm/nommu.c 3 4 * 4 5 * Various helper routines and stubs for MMUless SH. 5 6 * 6 7 * Copyright (C) 2002 - 2009 Paul Mundt 7 - * 8 - * Released under the terms of the GNU GPL v2.0. 9 8 */ 10 9 #include <linux/kernel.h> 11 10 #include <linux/init.h>
+1 -2
arch/sh/mm/tlb-sh3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/sh/mm/tlb-sh3.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1999 Niibe Yutaka 8 7 * Copyright (C) 2002 Paul Mundt 9 - * 10 - * Released under the terms of the GNU GPL v2.0. 11 8 */ 12 9 #include <linux/signal.h> 13 10 #include <linux/sched.h>
+1 -2
arch/sh/mm/tlb-sh4.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/sh/mm/tlb-sh4.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1999 Niibe Yutaka 8 7 * Copyright (C) 2002 - 2007 Paul Mundt 9 - * 10 - * Released under the terms of the GNU GPL v2.0. 11 8 */ 12 9 #include <linux/kernel.h> 13 10 #include <linux/mm.h>