diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-01-09 13:29:54 -0500 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-02-12 13:55:21 -0500 |
commit | f947153f92afcd957476b765dc4ac75d2680b17b (patch) | |
tree | 53f8945100830961c647f56b341db9b130cc7cf0 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
ARM: EXYNOS: Add SPDX license identifiers
Replace GPL license statements with SPDX GPL-2.0 and GPL-2.0+ license
identifiers.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r-- | arch/arm/include/debug/exynos.S | 7 | ||||
-rw-r--r-- | arch/arm/include/debug/samsung.S | 10 | ||||
-rw-r--r-- | include/linux/serial_s3c.h | 17 |
3 files changed, 7 insertions, 27 deletions
diff --git a/arch/arm/include/debug/exynos.S b/arch/arm/include/debug/exynos.S index 60bf3c23200d..74b56769f9cb 100644 --- a/arch/arm/include/debug/exynos.S +++ b/arch/arm/include/debug/exynos.S | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. | 3 | * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. |
3 | * http://www.samsung.com | 4 | * http://www.samsung.com |
4 | * | 5 | */ |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | ||
9 | 6 | ||
10 | /* pull in the relevant register and map files. */ | 7 | /* pull in the relevant register and map files. */ |
11 | 8 | ||
diff --git a/arch/arm/include/debug/samsung.S b/arch/arm/include/debug/samsung.S index f4eeed2a1981..69201d7fb48f 100644 --- a/arch/arm/include/debug/samsung.S +++ b/arch/arm/include/debug/samsung.S | |||
@@ -1,13 +1,9 @@ | |||
1 | /* arch/arm/plat-samsung/include/plat/debug-macro.S | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | * | 2 | /* |
3 | * Copyright 2005, 2007 Simtec Electronics | 3 | * Copyright 2005, 2007 Simtec Electronics |
4 | * http://armlinux.simtec.co.uk/ | 4 | * http://armlinux.simtec.co.uk/ |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | * Ben Dooks <ben@simtec.co.uk> |
6 | * | 6 | */ |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | 7 | ||
12 | #include <linux/serial_s3c.h> | 8 | #include <linux/serial_s3c.h> |
13 | 9 | ||
diff --git a/include/linux/serial_s3c.h b/include/linux/serial_s3c.h index a7f004a3c177..463ed28d2b27 100644 --- a/include/linux/serial_s3c.h +++ b/include/linux/serial_s3c.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0+ */ | ||
1 | /* | 2 | /* |
2 | * Internal header file for Samsung S3C2410 serial ports (UART0-2) | 3 | * Internal header file for Samsung S3C2410 serial ports (UART0-2) |
3 | * | 4 | * |
@@ -10,21 +11,7 @@ | |||
10 | * Internal header file for MX1ADS serial ports (UART1 & 2) | 11 | * Internal header file for MX1ADS serial ports (UART1 & 2) |
11 | * | 12 | * |
12 | * Copyright (C) 2002 Shane Nay (shane@minirl.com) | 13 | * Copyright (C) 2002 Shane Nay (shane@minirl.com) |
13 | * | 14 | */ |
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | * | ||
24 | * You should have received a copy of the GNU General Public License | ||
25 | * along with this program; if not, write to the Free Software | ||
26 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
27 | */ | ||
28 | 15 | ||
29 | #ifndef __ASM_ARM_REGS_SERIAL_H | 16 | #ifndef __ASM_ARM_REGS_SERIAL_H |
30 | #define __ASM_ARM_REGS_SERIAL_H | 17 | #define __ASM_ARM_REGS_SERIAL_H |