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 402

Based on 1 normalized pattern(s):

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

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 5 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/20190531190111.946565886@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
a6377d90 dc1a8bc1

+5 -20
+1 -4
drivers/char/ttyprintk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/char/ttyprintk.c 3 4 * 4 5 * Copyright (C) 2010 Samo Pogacnik 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the smems of the GNU General Public License as published by 8 - * the Free Software Foundation; version 2 of the License. 9 6 */ 10 7 11 8 /*
+1 -4
drivers/char/xillybus/xillybus.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/drivers/misc/xillybus.h 3 4 * 4 5 * Copyright 2011 Xillybus Ltd, http://xillybus.com 5 6 * 6 7 * Header file for the Xillybus FPGA/host framework. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the smems of the GNU General Public License as published by 10 - * the Free Software Foundation; version 2 of the License. 11 8 */ 12 9 13 10 #ifndef __XILLYBUS_H
+1 -4
drivers/char/xillybus/xillybus_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/misc/xillybus_core.c 3 4 * ··· 11 10 * file in the host. The number of such pipes and their attributes are 12 11 * set up on the logic. This driver detects these automatically and 13 12 * creates the device files accordingly. 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the smems of the GNU General Public License as published by 17 - * the Free Software Foundation; version 2 of the License. 18 13 */ 19 14 20 15 #include <linux/list.h>
+1 -4
drivers/char/xillybus/xillybus_of.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/misc/xillybus_of.c 3 4 * 4 5 * Copyright 2011 Xillybus Ltd, http://xillybus.com 5 6 * 6 7 * Driver for the Xillybus FPGA/host framework using Open Firmware. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the smems of the GNU General Public License as published by 10 - * the Free Software Foundation; version 2 of the License. 11 8 */ 12 9 13 10 #include <linux/module.h>
+1 -4
drivers/char/xillybus/xillybus_pcie.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/misc/xillybus_pcie.c 3 4 * 4 5 * Copyright 2011 Xillybus Ltd, http://xillybus.com 5 6 * 6 7 * Driver for the Xillybus FPGA/host framework using PCI Express. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the smems of the GNU General Public License as published by 10 - * the Free Software Foundation; version 2 of the License. 11 8 */ 12 9 13 10 #include <linux/module.h>