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 464

Based on 1 normalized pattern(s):

license terms gnu general public license version 2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 11 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.373849232@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
1f67b599 38cf0d46

+11 -13
+1 -1
drivers/gpio/gpio-stmpe.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 - * License Terms: GNU General Public License, version 2 5 5 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson 6 6 */ 7 7
+1 -1
drivers/gpio/gpio-tc3589x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 - * License Terms: GNU General Public License, version 2 5 5 * Author: Hanumath Prasad <hanumath.prasad@stericsson.com> for ST-Ericsson 6 6 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson 7 7 */
+1 -1
drivers/input/keyboard/stmpe-keypad.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 - * License Terms: GNU General Public License, version 2 5 5 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson 6 6 */ 7 7
+1 -2
drivers/input/keyboard/tc3589x-keypad.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 5 * Author: Jayeeta Banerjee <jayeeta.banerjee@stericsson.com> 5 6 * Author: Sundar Iyer <sundar.iyer@stericsson.com> 6 - * 7 - * License Terms: GNU General Public License, version 2 8 7 * 9 8 * TC35893 MFD Keypad Controller driver 10 9 */
+1 -1
drivers/mfd/stmpe-i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ST Microelectronics MFD: stmpe's i2c client specific driver 3 4 * 4 5 * Copyright (C) ST-Ericsson SA 2010 5 6 * Copyright (C) ST Microelectronics SA 2011 6 7 * 7 - * License Terms: GNU General Public License, version 2 8 8 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson 9 9 * Author: Viresh Kumar <vireshk@kernel.org> for ST Microelectronics 10 10 */
+1 -1
drivers/mfd/stmpe-spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ST Microelectronics MFD: stmpe's spi client specific driver 3 4 * 4 5 * Copyright (C) ST Microelectronics SA 2011 5 6 * 6 - * License Terms: GNU General Public License, version 2 7 7 * Author: Viresh Kumar <vireshk@kernel.org> for ST Microelectronics 8 8 */ 9 9
+1 -1
drivers/mfd/stmpe.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ST Microelectronics MFD: stmpe's driver 3 4 * 4 5 * Copyright (C) ST-Ericsson SA 2010 5 6 * 6 - * License Terms: GNU General Public License, version 2 7 7 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson 8 8 */ 9 9
+1 -1
drivers/mfd/stmpe.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 - * License Terms: GNU General Public License, version 2 5 5 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson 6 6 */ 7 7
+1 -1
drivers/mfd/tc3589x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 - * License Terms: GNU General Public License, version 2 5 5 * Author: Hanumath Prasad <hanumath.prasad@stericsson.com> for ST-Ericsson 6 6 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson 7 7 */
+1 -1
include/linux/mfd/stmpe.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 4 * 4 - * License Terms: GNU General Public License, version 2 5 5 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson 6 6 */ 7 7
+1 -2
include/linux/mfd/tc3589x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) ST-Ericsson SA 2010 3 - * 4 - * License Terms: GNU General Public License, version 2 5 4 */ 6 5 7 6 #ifndef __LINUX_MFD_TC3589x_H