summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-05-28 13:10:14 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-30 14:29:53 -0400
commitc456cfc2e52bff3540614ac85e0a1da95248f637 (patch)
treef9ce0eb7237ccb54e3d825410e0617f51dee52c1
parentd1d24ed481f5355f04cbdfb8d29114961a057e14 (diff)
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>
-rw-r--r--arch/sh/mm/cache-j2.c3
-rw-r--r--arch/sh/mm/cache-sh2.c3
-rw-r--r--arch/sh/mm/cache-sh2a.c3
-rw-r--r--arch/sh/mm/cache-sh3.c3
-rw-r--r--arch/sh/mm/cache.c3
-rw-r--r--arch/sh/mm/kmap.c3
-rw-r--r--arch/sh/mm/nommu.c3
-rw-r--r--arch/sh/mm/tlb-sh3.c3
-rw-r--r--arch/sh/mm/tlb-sh4.c3
9 files changed, 9 insertions, 18 deletions
diff --git a/arch/sh/mm/cache-j2.c b/arch/sh/mm/cache-j2.c
index 391698bcac5b..f277862a11f5 100644
--- a/arch/sh/mm/cache-j2.c
+++ b/arch/sh/mm/cache-j2.c
@@ -1,9 +1,8 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * arch/sh/mm/cache-j2.c 3 * arch/sh/mm/cache-j2.c
3 * 4 *
4 * Copyright (C) 2015-2016 Smart Energy Instruments, Inc. 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#include <linux/init.h> 8#include <linux/init.h>
diff --git a/arch/sh/mm/cache-sh2.c b/arch/sh/mm/cache-sh2.c
index a74259f2f981..f2b6cdbdf932 100644
--- a/arch/sh/mm/cache-sh2.c
+++ b/arch/sh/mm/cache-sh2.c
@@ -1,10 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * arch/sh/mm/cache-sh2.c 3 * arch/sh/mm/cache-sh2.c
3 * 4 *
4 * Copyright (C) 2002 Paul Mundt 5 * Copyright (C) 2002 Paul Mundt
5 * Copyright (C) 2008 Yoshinori Sato 6 * Copyright (C) 2008 Yoshinori Sato
6 *
7 * Released under the terms of the GNU GPL v2.0.
8 */ 7 */
9 8
10#include <linux/init.h> 9#include <linux/init.h>
diff --git a/arch/sh/mm/cache-sh2a.c b/arch/sh/mm/cache-sh2a.c
index ee87d081259b..4f7739e707a7 100644
--- a/arch/sh/mm/cache-sh2a.c
+++ b/arch/sh/mm/cache-sh2a.c
@@ -1,9 +1,8 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * arch/sh/mm/cache-sh2a.c 3 * arch/sh/mm/cache-sh2a.c
3 * 4 *
4 * Copyright (C) 2008 Yoshinori Sato 5 * Copyright (C) 2008 Yoshinori Sato
5 *
6 * Released under the terms of the GNU GPL v2.0.
7 */ 6 */
8 7
9#include <linux/init.h> 8#include <linux/init.h>
diff --git a/arch/sh/mm/cache-sh3.c b/arch/sh/mm/cache-sh3.c
index 031634f273fa..8172a171d727 100644
--- a/arch/sh/mm/cache-sh3.c
+++ b/arch/sh/mm/cache-sh3.c
@@ -1,10 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * arch/sh/mm/cache-sh3.c 3 * arch/sh/mm/cache-sh3.c
3 * 4 *
4 * Copyright (C) 1999, 2000 Niibe Yutaka 5 * Copyright (C) 1999, 2000 Niibe Yutaka
5 * Copyright (C) 2002 Paul Mundt 6 * Copyright (C) 2002 Paul Mundt
6 *
7 * Released under the terms of the GNU GPL v2.0.
8 */ 7 */
9 8
10#include <linux/init.h> 9#include <linux/init.h>
diff --git a/arch/sh/mm/cache.c b/arch/sh/mm/cache.c
index 36554a9ea99b..464f160a9576 100644
--- a/arch/sh/mm/cache.c
+++ b/arch/sh/mm/cache.c
@@ -1,10 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * arch/sh/mm/cache.c 3 * arch/sh/mm/cache.c
3 * 4 *
4 * Copyright (C) 1999, 2000, 2002 Niibe Yutaka 5 * Copyright (C) 1999, 2000, 2002 Niibe Yutaka
5 * Copyright (C) 2002 - 2010 Paul Mundt 6 * Copyright (C) 2002 - 2010 Paul Mundt
6 *
7 * Released under the terms of the GNU GPL v2.0.
8 */ 7 */
9#include <linux/mm.h> 8#include <linux/mm.h>
10#include <linux/init.h> 9#include <linux/init.h>
diff --git a/arch/sh/mm/kmap.c b/arch/sh/mm/kmap.c
index bf25d7c79a2d..9e6b38b03cf7 100644
--- a/arch/sh/mm/kmap.c
+++ b/arch/sh/mm/kmap.c
@@ -1,10 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * arch/sh/mm/kmap.c 3 * arch/sh/mm/kmap.c
3 * 4 *
4 * Copyright (C) 1999, 2000, 2002 Niibe Yutaka 5 * Copyright (C) 1999, 2000, 2002 Niibe Yutaka
5 * Copyright (C) 2002 - 2009 Paul Mundt 6 * Copyright (C) 2002 - 2009 Paul Mundt
6 *
7 * Released under the terms of the GNU GPL v2.0.
8 */ 7 */
9#include <linux/mm.h> 8#include <linux/mm.h>
10#include <linux/init.h> 9#include <linux/init.h>
diff --git a/arch/sh/mm/nommu.c b/arch/sh/mm/nommu.c
index 82f8197b93f6..cc779a90d917 100644
--- a/arch/sh/mm/nommu.c
+++ b/arch/sh/mm/nommu.c
@@ -1,11 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * arch/sh/mm/nommu.c 3 * arch/sh/mm/nommu.c
3 * 4 *
4 * Various helper routines and stubs for MMUless SH. 5 * Various helper routines and stubs for MMUless SH.
5 * 6 *
6 * Copyright (C) 2002 - 2009 Paul Mundt 7 * Copyright (C) 2002 - 2009 Paul Mundt
7 *
8 * Released under the terms of the GNU GPL v2.0.
9 */ 8 */
10#include <linux/kernel.h> 9#include <linux/kernel.h>
11#include <linux/init.h> 10#include <linux/init.h>
diff --git a/arch/sh/mm/tlb-sh3.c b/arch/sh/mm/tlb-sh3.c
index 5c66665bff8b..869243518bb3 100644
--- a/arch/sh/mm/tlb-sh3.c
+++ b/arch/sh/mm/tlb-sh3.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * arch/sh/mm/tlb-sh3.c 3 * arch/sh/mm/tlb-sh3.c
3 * 4 *
@@ -5,8 +6,6 @@
5 * 6 *
6 * Copyright (C) 1999 Niibe Yutaka 7 * Copyright (C) 1999 Niibe Yutaka
7 * Copyright (C) 2002 Paul Mundt 8 * Copyright (C) 2002 Paul Mundt
8 *
9 * Released under the terms of the GNU GPL v2.0.
10 */ 9 */
11#include <linux/signal.h> 10#include <linux/signal.h>
12#include <linux/sched.h> 11#include <linux/sched.h>
diff --git a/arch/sh/mm/tlb-sh4.c b/arch/sh/mm/tlb-sh4.c
index d42dd7e443d5..aa0a9f4680a1 100644
--- a/arch/sh/mm/tlb-sh4.c
+++ b/arch/sh/mm/tlb-sh4.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * arch/sh/mm/tlb-sh4.c 3 * arch/sh/mm/tlb-sh4.c
3 * 4 *
@@ -5,8 +6,6 @@
5 * 6 *
6 * Copyright (C) 1999 Niibe Yutaka 7 * Copyright (C) 1999 Niibe Yutaka
7 * Copyright (C) 2002 - 2007 Paul Mundt 8 * Copyright (C) 2002 - 2007 Paul Mundt
8 *
9 * Released under the terms of the GNU GPL v2.0.
10 */ 9 */
11#include <linux/kernel.h> 10#include <linux/kernel.h>
12#include <linux/mm.h> 11#include <linux/mm.h>