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_318.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 as published by the
free software foundation version 2 this program is distributed as is
without any warranty of any kind whether express or implied without
even the implied warranty of merchantability or fitness for a
particular purpose see the gnu general public license for more details
you should have received a copy of the gnu general public license
along with this program if not write to the free software foundation
inc 59 temple place suite 330 boston ma 02111-1307 usa

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
e634cf4e 33637151

+7 -98
+1 -14
drivers/pinctrl/pinctrl-as3722.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ams AS3722 pin control and GPIO driver. 3 4 * 4 5 * Copyright (c) 2013, NVIDIA Corporation. 5 6 * 6 7 * Author: Laxman Dewangan <ldewangan@nvidia.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 as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 13 - * whether express or implied; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 20 - * 02111-1307, USA 21 8 */ 22 9 23 10 #include <linux/delay.h>
+1 -14
drivers/pinctrl/pinctrl-palmas.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * pinctrl-palmas.c -- TI PALMAS series pin control driver. 3 4 * 4 5 * Copyright (c) 2013, NVIDIA Corporation. 5 6 * 6 7 * Author: Laxman Dewangan <ldewangan@nvidia.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 as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 13 - * whether express or implied; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 20 - * 02111-1307, USA 21 8 */ 22 9 23 10 #include <linux/delay.h>
+1 -14
drivers/pinctrl/pinctrl-utils.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Utils functions to implement the pincontrol driver. 3 4 * 4 5 * Copyright (c) 2013, NVIDIA Corporation. 5 6 * 6 7 * Author: Laxman Dewangan <ldewangan@nvidia.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 as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 13 - * whether express or implied; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 20 - * 02111-1307, USA 21 8 */ 22 9 #include <linux/device.h> 23 10 #include <linux/export.h>
+1 -14
drivers/pinctrl/pinctrl-utils.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Utils functions to implement the pincontrol driver. 3 4 * 4 5 * Copyright (c) 2013, NVIDIA Corporation. 5 6 * 6 7 * Author: Laxman Dewangan <ldewangan@nvidia.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 as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 13 - * whether express or implied; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 20 - * 02111-1307, USA 21 8 */ 22 9 #ifndef __PINCTRL_UTILS_H__ 23 10 #define __PINCTRL_UTILS_H__
+1 -14
drivers/regulator/max8973-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * max8973-regulator.c -- Maxim max8973A 3 4 * ··· 7 6 * Copyright (c) 2012, NVIDIA Corporation. 8 7 * 9 8 * Author: Laxman Dewangan <ldewangan@nvidia.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation version 2. 14 - * 15 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 16 - * whether express or implied; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 23 - * 02111-1307, USA 24 9 */ 25 10 26 11 #include <linux/kernel.h>
+1 -14
drivers/regulator/tps51632-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tps51632-regulator.c -- TI TPS51632 3 4 * ··· 8 7 * Copyright (c) 2012, NVIDIA Corporation. 9 8 * 10 9 * Author: Laxman Dewangan <ldewangan@nvidia.com> 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation version 2. 15 - * 16 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 17 - * whether express or implied; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 24 - * 02111-1307, USA 25 10 */ 26 11 27 12 #include <linux/err.h>
+1 -14
drivers/regulator/tps62360-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tps62360.c -- TI tps62360 3 4 * ··· 7 6 * Copyright (c) 2012, NVIDIA Corporation. 8 7 * 9 8 * Author: Laxman Dewangan <ldewangan@nvidia.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation version 2. 14 - * 15 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 16 - * whether express or implied; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 23 - * 02111-1307, USA 24 9 */ 25 10 26 11 #include <linux/kernel.h>