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 315

Based on 1 normalized pattern(s):

license gplv2 as published by the fsf

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
cc7feb7f 1237a75a

+2 -3
+1 -2
drivers/input/touchscreen/ar1021_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Microchip AR1020 and AR1021 driver for I2C 3 4 * 4 5 * Author: Christian Gmeiner <christian.gmeiner@gmail.com> 5 - * 6 - * License: GPLv2 as published by the FSF. 7 6 */ 8 7 9 8 #include <linux/bitops.h>
+1 -1
drivers/input/touchscreen/tsc40.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TSC-40 serial touchscreen driver. It should be compatible with 3 4 * TSC-10 and 25. 4 5 * 5 6 * Author: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 6 - * License: GPLv2 as published by the FSF. 7 7 */ 8 8 9 9 #include <linux/kernel.h>