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 352

Based on 1 normalized pattern(s):

this program is free software you can distribute it and or modify it
under the terms of the gnu general public license version 2 as
published by the free software foundation

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531081035.310807637@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
7876981a 42bd2d91

+2 -8
+1 -4
arch/mips/pci/ops-loongson2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 1999, 2000, 2004 MIPS Technologies, Inc. 3 4 * All rights reserved. ··· 7 6 * 8 7 * Copyright (C) 2009 Lemote Inc. 9 8 * Author: Wu Zhangjin <wuzhangjin@gmail.com> 10 - * 11 - * This program is free software; you can distribute it and/or modify it 12 - * under the terms of the GNU General Public License (Version 2) as 13 - * published by the Free Software Foundation. 14 9 */ 15 10 #include <linux/types.h> 16 11 #include <linux/pci.h>
+1 -4
drivers/spi/spi-lantiq-ssc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011-2015 Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 3 4 * Copyright (C) 2016 Hauke Mehrtens <hauke@hauke-m.de> 4 - * 5 - * This program is free software; you can distribute it and/or modify it 6 - * 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 #include <linux/kernel.h>