[PATCH v2 resend 08/13] sh: sh4a: convert to SPDX identifiers

2018-09-25 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 
Reviewed-by: Simon Horman 
---
 arch/sh/kernel/cpu/sh4a/clock-sh7343.c  | 14 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7366.c  | 14 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7722.c  | 14 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7723.c  | 14 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7724.c  | 14 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7734.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7757.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7763.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7770.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7780.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7785.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7786.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-shx3.c|  5 +
 arch/sh/kernel/cpu/sh4a/intc-shx3.c |  5 +
 arch/sh/kernel/cpu/sh4a/perf_event.c|  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7724.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7734.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7757.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7785.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-shx3.c   |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7343.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7366.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7722.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7723.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7724.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7734.c  |  7 ++-
 arch/sh/kernel/cpu/sh4a/setup-sh7757.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7763.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7770.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7780.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7785.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7786.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-shx3.c|  5 +
 arch/sh/kernel/cpu/sh4a/smp-shx3.c  |  5 +
 arch/sh/kernel/cpu/sh4a/ubc.c   |  5 +
 37 files changed, 38 insertions(+), 194 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c 
b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
index a907ee2..32cb5d1 100644
--- a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
+++ b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
@@ -1,22 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * arch/sh/kernel/cpu/sh4a/clock-sh7343.c
  *
  * SH7343 clock framework support
  *
  * Copyright (C) 2009 Magnus Damm
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include 
 #include 
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7366.c 
b/arch/sh/kernel/cpu/sh4a/clock-sh7366.c
index ac98541..aa3444b 100644
--- a/arch/sh/kernel/cpu/sh4a/clock-sh7366.c
+++ b/arch/sh/kernel/cpu/sh4a/clock-sh7366.c
@@ -1,22 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * arch/sh/kernel/cpu/sh4a/clock-sh7366.c
  *
  * SH7366 clock framework support
  *
  * Copyright (C) 2009 Magnus Damm
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include 
 #include 
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c 
b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c
index d85091e..38b0577 100644
--- a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c
+++ b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c
@@ -1,22 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * arch/sh/kernel/cpu/sh4a/clock-sh7722.c
  *
  * SH7722 clock framework support
  *
  * Copyright (C) 2009 Magnus Damm
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software 

[PATCH v2 resend 08/13] sh: sh4a: convert to SPDX identifiers

2018-09-06 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 
Reviewed-by: Simon Horman 
---
 arch/sh/kernel/cpu/sh4a/clock-sh7343.c  | 14 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7366.c  | 14 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7722.c  | 14 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7723.c  | 14 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7724.c  | 14 +-
 arch/sh/kernel/cpu/sh4a/clock-sh7734.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7757.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7763.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7770.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7780.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7785.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-sh7786.c  |  5 +
 arch/sh/kernel/cpu/sh4a/clock-shx3.c|  5 +
 arch/sh/kernel/cpu/sh4a/intc-shx3.c |  5 +
 arch/sh/kernel/cpu/sh4a/perf_event.c|  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7724.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7734.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7757.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7785.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c |  5 +
 arch/sh/kernel/cpu/sh4a/pinmux-shx3.c   |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7343.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7366.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7722.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7723.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7724.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7734.c  |  7 ++-
 arch/sh/kernel/cpu/sh4a/setup-sh7757.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7763.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7770.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7780.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7785.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-sh7786.c  |  5 +
 arch/sh/kernel/cpu/sh4a/setup-shx3.c|  5 +
 arch/sh/kernel/cpu/sh4a/smp-shx3.c  |  5 +
 arch/sh/kernel/cpu/sh4a/ubc.c   |  5 +
 37 files changed, 38 insertions(+), 194 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c 
b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
index a907ee2..32cb5d1 100644
--- a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
+++ b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c
@@ -1,22 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * arch/sh/kernel/cpu/sh4a/clock-sh7343.c
  *
  * SH7343 clock framework support
  *
  * Copyright (C) 2009 Magnus Damm
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include 
 #include 
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7366.c 
b/arch/sh/kernel/cpu/sh4a/clock-sh7366.c
index ac98541..aa3444b 100644
--- a/arch/sh/kernel/cpu/sh4a/clock-sh7366.c
+++ b/arch/sh/kernel/cpu/sh4a/clock-sh7366.c
@@ -1,22 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * arch/sh/kernel/cpu/sh4a/clock-sh7366.c
  *
  * SH7366 clock framework support
  *
  * Copyright (C) 2009 Magnus Damm
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include 
 #include 
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c 
b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c
index d85091e..38b0577 100644
--- a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c
+++ b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c
@@ -1,22 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * arch/sh/kernel/cpu/sh4a/clock-sh7722.c
  *
  * SH7722 clock framework support
  *
  * Copyright (C) 2009 Magnus Damm
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software