Commit 234a0538 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Linus Torvalds

sh: sh2a: convert to SPDX identifiers

Update license to use SPDX-License-Identifier instead of verbose license
text.

Link: http://lkml.kernel.org/r/87d0qgcsz8.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Cc: Rich Felker <dalias@libc.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 47d11326
// SPDX-License-Identifier: GPL-2.0
/* /*
* arch/sh/kernel/cpu/sh2a/clock-sh7201.c * arch/sh/kernel/cpu/sh2a/clock-sh7201.c
* *
...@@ -7,10 +8,6 @@ ...@@ -7,10 +8,6 @@
* *
* Based on clock-sh4.c * Based on clock-sh4.c
* Copyright (C) 2005 Paul Mundt * Copyright (C) 2005 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 <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* arch/sh/kernel/cpu/sh2a/clock-sh7203.c * arch/sh/kernel/cpu/sh2a/clock-sh7203.c
* *
...@@ -10,10 +11,6 @@ ...@@ -10,10 +11,6 @@
* *
* Based on clock-sh4.c * Based on clock-sh4.c
* Copyright (C) 2005 Paul Mundt * Copyright (C) 2005 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 <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* arch/sh/kernel/cpu/sh2a/clock-sh7206.c * arch/sh/kernel/cpu/sh2a/clock-sh7206.c
* *
...@@ -7,10 +8,6 @@ ...@@ -7,10 +8,6 @@
* *
* Based on clock-sh4.c * Based on clock-sh4.c
* Copyright (C) 2005 Paul Mundt * Copyright (C) 2005 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 <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* arch/sh/kernel/cpu/sh2a/clock-sh7264.c * arch/sh/kernel/cpu/sh2a/clock-sh7264.c
* *
* SH7264 clock framework support * SH7264 clock framework support
* *
* Copyright (C) 2012 Phil Edworthy * Copyright (C) 2012 Phil Edworthy
*
* 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 <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* arch/sh/kernel/cpu/sh2a/clock-sh7269.c * arch/sh/kernel/cpu/sh2a/clock-sh7269.c
* *
* SH7269 clock framework support * SH7269 clock framework support
* *
* Copyright (C) 2012 Phil Edworthy * Copyright (C) 2012 Phil Edworthy
*
* 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 <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* arch/sh/kernel/cpu/sh2a/entry.S * arch/sh/kernel/cpu/sh2a/entry.S
* *
* The SH-2A exception entry * The SH-2A exception entry
* *
* Copyright (C) 2008 Yoshinori Sato * Copyright (C) 2008 Yoshinori Sato
* Based on arch/sh/kernel/cpu/sh2/entry.S * Based on arch/sh/kernel/cpu/sh2/entry.S
*
* 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 <linux/linkage.h> #include <linux/linkage.h>
......
/* /* SPDX-License-Identifier: GPL-2.0
*
* arch/sh/kernel/cpu/sh2a/ex.S * arch/sh/kernel/cpu/sh2a/ex.S
* *
* The SH-2A exception vector table * The SH-2A exception vector table
* *
* Copyright (C) 2008 Yoshinori Sato * Copyright (C) 2008 Yoshinori Sato
*
* 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 <linux/linkage.h> #include <linux/linkage.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Save/restore floating point context for signal handlers. * Save/restore floating point context for signal handlers.
* *
* Copyright (C) 1999, 2000 Kaz Kojima & Niibe Yutaka * Copyright (C) 1999, 2000 Kaz Kojima & Niibe Yutaka
* *
* 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.
*
* FIXME! These routines can be optimized in big endian case. * FIXME! These routines can be optimized in big endian case.
*/ */
#include <linux/sched/signal.h> #include <linux/sched/signal.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* arch/sh/kernel/cpu/sh2a/opcode_helper.c * arch/sh/kernel/cpu/sh2a/opcode_helper.c
* *
* Helper for the SH-2A 32-bit opcodes. * Helper for the SH-2A 32-bit opcodes.
* *
* Copyright (C) 2007 Paul Mundt * Copyright (C) 2007 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 <linux/kernel.h> #include <linux/kernel.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* SH7203 Pinmux * SH7203 Pinmux
* *
* Copyright (C) 2008 Magnus Damm * Copyright (C) 2008 Magnus Damm
*
* 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 <linux/bug.h> #include <linux/bug.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* SH7264 Pinmux * SH7264 Pinmux
* *
* Copyright (C) 2012 Renesas Electronics Europe Ltd * Copyright (C) 2012 Renesas Electronics Europe Ltd
*
* 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 <linux/bug.h> #include <linux/bug.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* SH7269 Pinmux * SH7269 Pinmux
* *
* Copyright (C) 2012 Renesas Electronics Europe Ltd * Copyright (C) 2012 Renesas Electronics Europe Ltd
* Copyright (C) 2012 Phil Edworthy * Copyright (C) 2012 Phil Edworthy
*
* 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 <linux/bug.h> #include <linux/bug.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* arch/sh/kernel/cpu/sh2a/probe.c * arch/sh/kernel/cpu/sh2a/probe.c
* *
* CPU Subtype Probing for SH-2A. * CPU Subtype Probing for SH-2A.
* *
* Copyright (C) 2004 - 2007 Paul Mundt * Copyright (C) 2004 - 2007 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 <linux/init.h> #include <linux/init.h>
#include <asm/processor.h> #include <asm/processor.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Renesas MX-G (R8A03022BG) Setup * Renesas MX-G (R8A03022BG) Setup
* *
* Copyright (C) 2008, 2009 Paul Mundt * Copyright (C) 2008, 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 <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* SH7201 setup * SH7201 setup
* *
* Copyright (C) 2008 Peter Griffin pgriffin@mpc-data.co.uk * Copyright (C) 2008 Peter Griffin pgriffin@mpc-data.co.uk
* Copyright (C) 2009 Paul Mundt * 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 <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* SH7203 and SH7263 Setup * SH7203 and SH7263 Setup
* *
* Copyright (C) 2007 - 2009 Paul Mundt * Copyright (C) 2007 - 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 <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* SH7206 Setup * SH7206 Setup
* *
* Copyright (C) 2006 Yoshinori Sato * Copyright (C) 2006 Yoshinori Sato
* Copyright (C) 2009 Paul Mundt * 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 <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* SH7264 Setup * SH7264 Setup
* *
* Copyright (C) 2012 Renesas Electronics Europe Ltd * Copyright (C) 2012 Renesas Electronics Europe Ltd
*
* 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 <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* SH7269 Setup * SH7269 Setup
* *
* Copyright (C) 2012 Renesas Electronics Europe Ltd * Copyright (C) 2012 Renesas Electronics Europe Ltd
* Copyright (C) 2012 Phil Edworthy * Copyright (C) 2012 Phil Edworthy
*
* 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 <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/init.h> #include <linux/init.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment