Re: [PATCH 12/13] sh: kernel: convert to SPDX identifiers

2018-08-09 Thread Simon Horman
On Mon, Aug 06, 2018 at 02:26:16AM +, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto 
> 
> This patch updates license to use SPDX-License-Identifier
> instead of verbose license text.
> 
> Signed-off-by: Kuninori Morimoto 

Reviewed-by: Simon Horman 



[PATCH 12/13] sh: kernel: convert to SPDX identifiers

2018-08-05 Thread Kuninori Morimoto


From: Kuninori Morimoto 

This patch updates license to use SPDX-License-Identifier
instead of verbose license text.

Signed-off-by: Kuninori Morimoto 
---
 arch/sh/kernel/debugtraps.S|  7 ++-
 arch/sh/kernel/disassemble.c   |  5 +
 arch/sh/kernel/dma-nommu.c |  5 +
 arch/sh/kernel/dumpstack.c |  5 +
 arch/sh/kernel/dwarf.c |  5 +
 arch/sh/kernel/entry-common.S  |  8 ++--
 arch/sh/kernel/head_32.S   |  7 ++-
 arch/sh/kernel/head_64.S   |  7 ++-
 arch/sh/kernel/hw_breakpoint.c |  5 +
 arch/sh/kernel/idle.c  |  5 +
 arch/sh/kernel/io.c|  5 +
 arch/sh/kernel/io_trapped.c|  5 +
 arch/sh/kernel/iomap.c |  5 +
 arch/sh/kernel/ioport.c|  5 +
 arch/sh/kernel/irq_32.c|  5 +
 arch/sh/kernel/irq_64.c|  5 +
 arch/sh/kernel/kgdb.c  |  5 +
 arch/sh/kernel/kprobes.c   |  5 +
 arch/sh/kernel/machine_kexec.c |  4 +---
 arch/sh/kernel/machvec.c   |  5 +
 arch/sh/kernel/module.c| 15 +--
 arch/sh/kernel/nmi_debug.c |  5 +
 arch/sh/kernel/perf_callchain.c|  5 +
 arch/sh/kernel/perf_event.c|  5 +
 arch/sh/kernel/process_32.c|  5 +
 arch/sh/kernel/process_64.c|  5 +
 arch/sh/kernel/ptrace_32.c |  5 +
 arch/sh/kernel/ptrace_64.c |  5 +
 arch/sh/kernel/relocate_kernel.S   |  6 ++
 arch/sh/kernel/return_address.c|  5 +
 arch/sh/kernel/sh_bios.c   |  5 +
 arch/sh/kernel/sh_ksyms_64.c   |  5 +
 arch/sh/kernel/signal_64.c |  5 +
 arch/sh/kernel/smp.c   |  5 +
 arch/sh/kernel/stacktrace.c|  5 +
 arch/sh/kernel/swsusp.c|  5 +
 arch/sh/kernel/syscalls_32.S   |  8 ++--
 arch/sh/kernel/syscalls_64.S   |  7 ++-
 arch/sh/kernel/time.c  |  5 +
 arch/sh/kernel/topology.c  |  5 +
 arch/sh/kernel/traps_32.c  |  5 +
 arch/sh/kernel/traps_64.c  |  5 +
 arch/sh/kernel/unwinder.c  |  1 +
 arch/sh/kernel/vsyscall/vsyscall.c |  5 +
 44 files changed, 51 insertions(+), 189 deletions(-)

diff --git a/arch/sh/kernel/debugtraps.S b/arch/sh/kernel/debugtraps.S
index 7a1b46f..ad07527 100644
--- a/arch/sh/kernel/debugtraps.S
+++ b/arch/sh/kernel/debugtraps.S
@@ -1,13 +1,10 @@
-/*
+/* SPDX-License-Identifier: GPL-2.0
+ *
  * arch/sh/kernel/debugtraps.S
  *
  * Debug trap jump tables for SuperH
  *
  *  Copyright (C) 2006 - 2008  Paul Mundt
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
  */
 #include 
 #include 
diff --git a/arch/sh/kernel/disassemble.c b/arch/sh/kernel/disassemble.c
index 015fee5..defebf1 100644
--- a/arch/sh/kernel/disassemble.c
+++ b/arch/sh/kernel/disassemble.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Disassemble SuperH instructions.
  *
  * Copyright (C) 1999 kaz Kojima
  * Copyright (C) 2008 Paul Mundt
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
  */
 #include 
 #include 
diff --git a/arch/sh/kernel/dma-nommu.c b/arch/sh/kernel/dma-nommu.c
index 3e3a32f..3213c5c 100644
--- a/arch/sh/kernel/dma-nommu.c
+++ b/arch/sh/kernel/dma-nommu.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * DMA mapping support for platforms lacking IOMMUs.
  *
  * Copyright (C) 2009  Paul Mundt
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
  */
 #include 
 #include 
diff --git a/arch/sh/kernel/dumpstack.c b/arch/sh/kernel/dumpstack.c
index b564b1e..93c6c0e 100644
--- a/arch/sh/kernel/dumpstack.c
+++ b/arch/sh/kernel/dumpstack.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  *  Copyright (C) 1991, 1992  Linus Torvalds
  *  Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs
  *  Copyright (C) 2009  Matt Fleming
  *  Copyright (C) 2002 - 2012  Paul Mundt
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
  */
 #include 
 #include 
diff --git a/arch/sh/kernel/dwarf.c b/arch/sh/kernel/dwarf.c
index 1a25266..6543594 100644
--- a/arch/sh/kernel/dwarf.c
+++ b/arch/sh/kernel/dwarf.c
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) 2009 Matt Fleming 
  *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
  * This is an