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 341

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 of
the license as published by the free software foundation this
program is distributed in the hope that it will be useful but
without any warranty without even the implied warranty of
merchantability or fitness for a particular purpose see the gnu
general public license for more details you should have received a
copy of the gnu general public license along with this program if
not see http www gnu org licenses

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190530000437.144869442@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
6b1baefe 2b72c9e3

+8 -96
+1 -12
drivers/clocksource/timer-ti-32k.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * timer-ti-32k.c - OMAP2 32k Timer Support 3 4 * ··· 22 21 * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> 23 22 * 24 23 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com 25 - * 26 - * This program is free software: you can redistribute it and/or modify 27 - * it under the terms of the GNU General Public License version 2 of 28 - * the License as published by the Free Software Foundation. 29 - * 30 - * This program is distributed in the hope that it will be useful, 31 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 32 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 33 - * GNU General Public License for more details. 34 - * 35 - * You should have received a copy of the GNU General Public License 36 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 37 24 */ 38 25 39 26 #include <linux/init.h>
+1 -12
drivers/mfd/omap-usb-host.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * omap-usb-host.c - The USBHS core driver for OMAP EHCI & OHCI 3 4 * 4 5 * Copyright (C) 2011-2013 Texas Instruments Incorporated - http://www.ti.com 5 6 * Author: Keshava Munegowda <keshava_mgowda@ti.com> 6 7 * Author: Roger Quadros <rogerq@ti.com> 7 - * 8 - * This program is free software: you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 of 10 - * the License as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 19 8 */ 20 9 #include <linux/kernel.h> 21 10 #include <linux/module.h>
+1 -12
drivers/mfd/omap-usb-tll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * omap-usb-tll.c - The USB TLL driver for OMAP EHCI & OHCI 3 4 * 4 5 * Copyright (C) 2012-2013 Texas Instruments Incorporated - http://www.ti.com 5 6 * Author: Keshava Munegowda <keshava_mgowda@ti.com> 6 7 * Author: Roger Quadros <rogerq@ti.com> 7 - * 8 - * This program is free software: you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 of 10 - * the License as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 19 8 */ 20 9 #include <linux/kernel.h> 21 10 #include <linux/module.h>
+1 -12
drivers/misc/pci_endpoint_test.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * Host side test driver to test endpoint functionality 3 4 * 4 5 * Copyright (C) 2017 Texas Instruments 5 6 * Author: Kishon Vijay Abraham I <kishon@ti.com> 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 of 9 - * the License as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 7 */ 19 8 20 9 #include <linux/crc32.h>
+1 -12
drivers/mmc/host/sdhci-omap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * SDHCI Controller driver for TI's OMAP SoCs 3 4 * 4 5 * Copyright (C) 2017 Texas Instruments 5 6 * Author: Kishon Vijay Abraham I <kishon@ti.com> 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 of 9 - * the License as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 7 */ 19 8 20 9 #include <linux/delay.h>
+1 -12
drivers/net/ethernet/cadence/macb_pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * Cadence GEM PCI wrapper. 3 4 * ··· 6 5 * 7 6 * Authors: Rafal Ozieblo <rafalo@cadence.com> 8 7 * Bartosz Folta <bfolta@cadence.com> 9 - * 10 - * This program is free software: you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 of 12 - * the License as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 8 */ 22 9 23 10 #include <linux/clk.h>
+1 -12
drivers/net/ethernet/cadence/macb_ptp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * 1588 PTP support for Cadence GEM device. 3 4 * ··· 6 5 * 7 6 * Authors: Rafal Ozieblo <rafalo@cadence.com> 8 7 * Bartosz Folta <bfolta@cadence.com> 9 - * 10 - * This program is free software: you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 of 12 - * the License as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 8 */ 22 9 #include <linux/kernel.h> 23 10 #include <linux/types.h>
+1 -12
tools/pci/pcitest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * Userspace PCI Endpoint Test Module 3 4 * 4 5 * Copyright (C) 2017 Texas Instruments 5 6 * Author: Kishon Vijay Abraham I <kishon@ti.com> 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 of 9 - * the License as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 7 */ 19 8 20 9 #include <errno.h>