Commit 049633fc authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: S5PV210: Add SPDX license identifiers

Replace GPL license statements with SPDX license identifiers (GPL-2.0
and GPL-2.0+).
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 28a196fe
# arch/arm/mach-s5pv210/Kconfig # SPDX-License-Identifier: GPL-2.0
# #
# Copyright (c) 2010 Samsung Electronics Co., Ltd. # Copyright (c) 2010 Samsung Electronics Co., Ltd.
# http://www.samsung.com/ # http://www.samsung.com/
#
# Licensed under GPLv2
# Configuration options for the S5PV210/S5PC110 # Configuration options for the S5PV210/S5PC110
......
# arch/arm/mach-s5pv210/Makefile # SPDX-License-Identifier: GPL-2.0
# #
# Copyright (c) 2010 Samsung Electronics Co., Ltd. # Copyright (c) 2010 Samsung Electronics Co., Ltd.
# http://www.samsung.com/ # http://www.samsung.com/
#
# Licensed under GPLv2
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/arch/arm/plat-samsung/include ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/arch/arm/plat-samsung/include
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2011 Samsung Electronics Co., Ltd. * Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com * http://www.samsung.com
* *
* Common Header for S5PV210 machines * Common Header for S5PV210 machines
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
#ifndef __ARCH_ARM_MACH_S5PV210_COMMON_H #ifndef __ARCH_ARM_MACH_S5PV210_COMMON_H
......
/* linux/arch/arm/mach-s5pv210/pm.c // SPDX-License-Identifier: GPL-2.0
* //
* Copyright (c) 2010-2014 Samsung Electronics Co., Ltd. // Copyright (c) 2010-2014 Samsung Electronics Co., Ltd.
* http://www.samsung.com // http://www.samsung.com
* //
* S5PV210 - Power Management support // S5PV210 - Power Management support
* //
* Based on arch/arm/mach-s3c2410/pm.c // Based on arch/arm/mach-s3c2410/pm.c
* Copyright (c) 2006 Simtec Electronics // Copyright (c) 2006 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk> // Ben Dooks <ben@simtec.co.uk>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/init.h> #include <linux/init.h>
#include <linux/suspend.h> #include <linux/suspend.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2010 Samsung Electronics Co., Ltd. * Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com/ * http://www.samsung.com/
* *
* S5PV210 - Clock register definitions * S5PV210 - Clock register definitions
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_ARCH_REGS_CLOCK_H #ifndef __ASM_ARCH_REGS_CLOCK_H
#define __ASM_ARCH_REGS_CLOCK_H __FILE__ #define __ASM_ARCH_REGS_CLOCK_H __FILE__
......
/* // SPDX-License-Identifier: GPL-2.0
* Samsung's S5PC110/S5PV210 flattened device tree enabled machine. //
* // Samsung's S5PC110/S5PV210 flattened device tree enabled machine.
* Copyright (c) 2013-2014 Samsung Electronics Co., Ltd. //
* Mateusz Krawczuk <m.krawczuk@partner.samsung.com> // Copyright (c) 2013-2014 Samsung Electronics Co., Ltd.
* Tomasz Figa <t.figa@samsung.com> // Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
* // Tomasz Figa <t.figa@samsung.com>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/of_fdt.h> #include <linux/of_fdt.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (c) 2011-2014 Samsung Electronics Co., Ltd. * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd.
* http://www.samsung.com * http://www.samsung.com
...@@ -5,11 +6,6 @@ ...@@ -5,11 +6,6 @@
* S5PV210 Sleep Code * S5PV210 Sleep Code
* Based on S3C64XX sleep code by: * Based on S3C64XX sleep code by:
* Ben Dooks, (c) 2008 Simtec Electronics * Ben Dooks, (c) 2008 Simtec Electronics
*
* 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, or
* (at your option) any later version.
*/ */
#include <linux/linkage.h> #include <linux/linkage.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