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 462

Based on 1 normalized pattern(s):

license gpl v2

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: Enrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081202.146070292@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
887490a7 89ee7f4f

+1 -1
+1 -1
drivers/i2c/busses/i2c-pxa-pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CE4100 PCI-I2C glue code for PXA's driver 3 4 * Author: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 4 - * License: GPL v2 5 5 * 6 6 * The CE4100's I2C device is more or less the same one as found on PXA. 7 7 * It does not support slave mode, the register slightly moved. This PCI