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 - gpl-2.0_319.RULE

Based on the normalized pattern:

this program is free software you can redistribute it and/or modify it
under the terms of the gnu general public license version 2 as
published by the free software foundation this program is distributed
as is without any warranty of any kind whether expressed or implied
without even the implied warranty of merchantability or fitness for a
particular purpose see the gnu general public license version 2 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.

Reviewed-by: Allison Randal <allison@lohutok.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
abd46274 e634cf4e

+16 -144
+1 -9
drivers/gpio/gpio-lp873x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/ 3 4 * Keerthy <j-keerthy@ti.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 10 - * kind, whether expressed or implied; without even the implied warranty 11 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License version 2 for more details. 13 5 * 14 6 * Based on the TPS65218 driver 15 7 */
+1 -9
drivers/gpio/gpio-lp87565.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ 3 4 * Keerthy <j-keerthy@ti.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 10 - * kind, whether expressed or implied; without even the implied warranty 11 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License version 2 for more details. 13 5 * 14 6 * Based on the LP873X driver 15 7 */
+1 -9
drivers/gpio/gpio-pisosr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ 3 4 * Andrew F. Davis <afd@ti.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 10 - * kind, whether expressed or implied; without even the implied warranty 11 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License version 2 for more details. 13 5 */ 14 6 15 7 #include <linux/bitmap.h>
+1 -9
drivers/gpio/gpio-tpic2810.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ 3 4 * Andrew F. Davis <afd@ti.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 10 - * kind, whether expressed or implied; without even the implied warranty 11 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License version 2 for more details. 13 5 */ 14 6 15 7 #include <linux/gpio/driver.h>
+1 -9
drivers/mfd/tps65086.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ 3 4 * Andrew F. Davis <afd@ti.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 10 - * kind, whether expressed or implied; without even the implied warranty 11 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License version 2 for more details. 13 5 * 14 6 * Based on the TPS65912 driver 15 7 */
+1 -9
drivers/mfd/tps65218.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for TPS65218 Integrated power management chipsets 3 4 * 4 5 * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 - * kind, whether expressed or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License version 2 for more details. 14 6 */ 15 7 16 8 #include <linux/kernel.h>
+1 -9
drivers/mfd/tps65912-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Core functions for TI TPS65912x PMICs 3 4 * 4 5 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Andrew F. Davis <afd@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether expressed or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License version 2 for more details. 15 7 * 16 8 * Based on the TPS65218 driver and the previous TPS65912 driver by 17 9 * Margarita Olaya Cabrera <magi@slimlogic.co.uk>
+1 -9
drivers/mfd/tps65912-i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * I2C access driver for TI TPS65912x PMICs 3 4 * 4 5 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Andrew F. Davis <afd@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether expressed or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License version 2 for more details. 15 7 * 16 8 * Based on the TPS65218 driver and the previous TPS65912 driver by 17 9 * Margarita Olaya Cabrera <magi@slimlogic.co.uk>
+1 -9
drivers/mfd/tps65912-spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SPI access driver for TI TPS65912x PMICs 3 4 * 4 5 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Andrew F. Davis <afd@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether expressed or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License version 2 for more details. 15 7 * 16 8 * Based on the TPS65218 driver and the previous TPS65912 driver by 17 9 * Margarita Olaya Cabrera <magi@slimlogic.co.uk>
+1 -9
drivers/regulator/lp873x-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Regulator driver for LP873X PMIC 3 4 * 4 5 * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 - * kind, whether expressed or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License version 2 for more details. 14 6 */ 15 7 16 8 #include <linux/module.h>
+1 -9
drivers/regulator/tps65086-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ 3 4 * 4 5 * Author: Andrew F. Davis <afd@ti.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 - * kind, whether expressed or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License version 2 for more details. 14 6 * 15 7 * Based on the TPS65912 driver 16 8 */
+1 -9
drivers/regulator/tps65218-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tps65218-regulator.c 3 4 * 4 5 * Regulator driver for TPS65218 PMIC 5 6 * 6 7 * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/ 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether expressed or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License version 2 for more details. 16 8 */ 17 9 18 10 #include <linux/kernel.h>
+1 -9
drivers/regulator/tps65912-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Regulator driver for TI TPS65912x PMICs 3 4 * 4 5 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Andrew F. Davis <afd@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether expressed or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License version 2 for more details. 15 7 * 16 8 * Based on the TPS65218 driver and the previous TPS65912 driver by 17 9 * Margarita Olaya Cabrera <magi@slimlogic.co.uk>
+1 -9
include/linux/mfd/tps65086.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ 3 4 * Andrew F. Davis <afd@ti.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 10 - * kind, whether expressed or implied; without even the implied warranty 11 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License version 2 for more details. 13 5 * 14 6 * Based on the TPS65912 driver 15 7 */
+1 -9
include/linux/mfd/tps65218.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/mfd/tps65218.h 3 4 * 4 5 * Functions to access TPS65218 power management chip. 5 6 * 6 7 * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/ 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether expressed or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License version 2 for more details. 16 8 */ 17 9 18 10 #ifndef __LINUX_MFD_TPS65218_H
+1 -9
include/linux/mfd/tps65912.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ 3 4 * Andrew F. Davis <afd@ti.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 10 - * kind, whether expressed or implied; without even the implied warranty 11 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License version 2 for more details. 13 5 * 14 6 * Based on the TPS65218 driver and the previous TPS65912 driver by 15 7 * Margarita Olaya Cabrera <magi@slimlogic.co.uk>