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

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 22

Based on 1 normalized pattern(s):

the code contained herein is licensed under the gnu general public
license you may obtain a copy of the gnu general public license
version 2 or later at the following locations

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 4 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Jilayne Lovejoy <opensource@jilayne.com>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190519154042.707528683@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
4415d92d 8b9844d7

+4 -20
+1 -5
arch/arm/boot/dts/ep7209.dtsi
··· 1 - /* 2 - * The code contained herein is licensed under the GNU General Public 3 - * License. You may obtain a copy of the GNU General Public License 4 - * Version 2 or later at the following locations: 5 - */ 1 + // SPDX-License-Identifier: GPL-2.0-or-later 6 2 7 3 /dts-v1/; 8 4
+1 -5
arch/arm/boot/dts/ep7211-edb7211.dts
··· 1 - /* 2 - * The code contained herein is licensed under the GNU General Public 3 - * License. You may obtain a copy of the GNU General Public License 4 - * Version 2 or later at the following locations: 5 - */ 1 + // SPDX-License-Identifier: GPL-2.0-or-later 6 2 7 3 #include "ep7211.dtsi" 8 4 #include <dt-bindings/gpio/gpio.h>
+1 -5
arch/arm/boot/dts/ep7211.dtsi
··· 1 - /* 2 - * The code contained herein is licensed under the GNU General Public 3 - * License. You may obtain a copy of the GNU General Public License 4 - * Version 2 or later at the following locations: 5 - */ 1 + // SPDX-License-Identifier: GPL-2.0-or-later 6 2 7 3 #include "ep7209.dtsi" 8 4
+1 -5
drivers/dma/mmp_tdma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Driver For Marvell Two-channel DMA Engine 3 4 * 4 5 * Copyright: Marvell International Ltd. 5 - * 6 - * The code contained herein is licensed under the GNU General Public 7 - * License. You may obtain a copy of the GNU General Public License 8 - * Version 2 or later at the following locations: 9 - * 10 6 */ 11 7 12 8 #include <linux/err.h>