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 396

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

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: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531081038.470437358@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
d9df6c32 d2d19cfa

+2 -18
+1 -9
drivers/iio/light/opt3001.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * opt3001.c - Texas Instruments OPT3001 Light Sensor 3 4 * ··· 6 5 * 7 6 * Author: Andreas Dannenberg <dannenberg@ti.com> 8 7 * Based on previous work from: Felipe Balbi <balbi@ti.com> 9 - * 10 - * This program is free software: you can redistribute it and/or modify it 11 - * under the terms of the GNU General Public License version 2 of the License 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 17 - * more details. 18 8 */ 19 9 20 10 #include <linux/bitops.h>
+1 -9
include/linux/irqchip/irq-omap-intc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 * irq-omap-intc.h - INTC Idle Functions 3 4 * 4 5 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com 5 6 * 6 7 * Author: Felipe Balbi <balbi@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 8 */ 17 9 18 10 #ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H