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 417

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

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
8fba2453 808cb5dc

+1 -4
+1 -4
drivers/nfc/trf7970a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI TRF7970a RFID/NFC Transceiver Driver 3 4 * ··· 7 6 * Author: Erick Macias <emacias@ti.com> 8 7 * Author: Felipe Balbi <balbi@ti.com> 9 8 * Author: Mark A. Greer <mgreer@animalcreek.com> 10 - * 11 - * This program is free software: you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 of 13 - * the License as published by the Free Software Foundation. 14 9 */ 15 10 16 11 #include <linux/module.h>