Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+7 -27
+2 -5
arch/arm/include/debug/exynos.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. 3 4 * http://www.samsung.com 4 - * 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 - */ 5 + */ 9 6 10 7 /* pull in the relevant register and map files. */ 11 8
+3 -7
arch/arm/include/debug/samsung.S
··· 1 - /* arch/arm/plat-samsung/include/plat/debug-macro.S 2 - * 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* 3 3 * Copyright 2005, 2007 Simtec Electronics 4 4 * http://armlinux.simtec.co.uk/ 5 5 * Ben Dooks <ben@simtec.co.uk> 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 - */ 6 + */ 11 7 12 8 #include <linux/serial_s3c.h> 13 9
+2 -15
include/linux/serial_s3c.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * Internal header file for Samsung S3C2410 serial ports (UART0-2) 3 4 * ··· 11 10 * Internal header file for MX1ADS serial ports (UART1 & 2) 12 11 * 13 12 * Copyright (C) 2002 Shane Nay (shane@minirl.com) 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2 of the License, or 18 - * (at your option) any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 28 - */ 13 + */ 29 14 30 15 #ifndef __ASM_ARM_REGS_SERIAL_H 31 16 #define __ASM_ARM_REGS_SERIAL_H