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

ARM: berlin: switch to SPDX license identifier

Use the appropriate SPDX license identifier and drop the previous
boilerplate license text.

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>

+3 -12
+1 -4
arch/arm/mach-berlin/berlin.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree support for Marvell Berlin SoCs. 3 4 * ··· 6 5 * 7 6 * based on GPL'ed 2.6 kernel sources 8 7 * (c) Marvell International Ltd. 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #include <linux/init.h>
+1 -4
arch/arm/mach-berlin/headsmp.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2014 Marvell Technology Group Ltd. 3 4 * 4 5 * Antoine Ténart <antoine.tenart@free-electrons.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 6 */ 10 7 11 8 #include <linux/linkage.h>
+1 -4
arch/arm/mach-berlin/platsmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2014 Marvell Technology Group Ltd. 3 4 * 4 5 * Antoine Ténart <antoine.tenart@free-electrons.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 6 */ 10 7 11 8 #include <linux/io.h>