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 265

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 as published by
the free software foundation version 2 of the license this driver is
distributed in the hope that it will be useful but without any
warranty 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 software if not see http www gnu org
licenses

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190529141333.861653206@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
24c9d96d b67eb152

+8 -88
+1 -11
drivers/hid/hid-picolcd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /*************************************************************************** 2 3 * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> * 3 4 * * 4 5 * Based on Logitech G13 driver (v0.4) * 5 6 * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> * 6 7 * * 7 - * This program is free software: you can redistribute it and/or modify * 8 - * it under the terms of the GNU General Public License as published by * 9 - * the Free Software Foundation, version 2 of the License. * 10 - * * 11 - * This driver is distributed in the hope that it will be useful, but * 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of * 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 14 - * General Public License for more details. * 15 - * * 16 - * You should have received a copy of the GNU General Public License * 17 - * along with this software. If not see <http://www.gnu.org/licenses/>. * 18 8 ***************************************************************************/ 19 9 20 10 #define PICOLCD_NAME "PicoLCD (graphic)"
+1 -11
drivers/hid/hid-picolcd_backlight.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*************************************************************************** 2 3 * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> * 3 4 * * 4 5 * Based on Logitech G13 driver (v0.4) * 5 6 * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> * 6 7 * * 7 - * This program is free software: you can redistribute it and/or modify * 8 - * it under the terms of the GNU General Public License as published by * 9 - * the Free Software Foundation, version 2 of the License. * 10 - * * 11 - * This driver is distributed in the hope that it will be useful, but * 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of * 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 14 - * General Public License for more details. * 15 - * * 16 - * You should have received a copy of the GNU General Public License * 17 - * along with this software. If not see <http://www.gnu.org/licenses/>. * 18 8 ***************************************************************************/ 19 9 20 10 #include <linux/hid.h>
+1 -11
drivers/hid/hid-picolcd_cir.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*************************************************************************** 2 3 * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> * 3 4 * * 4 5 * Based on Logitech G13 driver (v0.4) * 5 6 * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> * 6 7 * * 7 - * This program is free software: you can redistribute it and/or modify * 8 - * it under the terms of the GNU General Public License as published by * 9 - * the Free Software Foundation, version 2 of the License. * 10 - * * 11 - * This driver is distributed in the hope that it will be useful, but * 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of * 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 14 - * General Public License for more details. * 15 - * * 16 - * You should have received a copy of the GNU General Public License * 17 - * along with this software. If not see <http://www.gnu.org/licenses/>. * 18 8 ***************************************************************************/ 19 9 20 10 #include <linux/hid.h>
+1 -11
drivers/hid/hid-picolcd_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*************************************************************************** 2 3 * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> * 3 4 * * 4 5 * Based on Logitech G13 driver (v0.4) * 5 6 * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> * 6 7 * * 7 - * This program is free software: you can redistribute it and/or modify * 8 - * it under the terms of the GNU General Public License as published by * 9 - * the Free Software Foundation, version 2 of the License. * 10 - * * 11 - * This driver is distributed in the hope that it will be useful, but * 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of * 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 14 - * General Public License for more details. * 15 - * * 16 - * You should have received a copy of the GNU General Public License * 17 - * along with this software. If not see <http://www.gnu.org/licenses/>. * 18 8 ***************************************************************************/ 19 9 20 10 #include <linux/hid.h>
+1 -11
drivers/hid/hid-picolcd_debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*************************************************************************** 2 3 * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> * 3 4 * * 4 5 * Based on Logitech G13 driver (v0.4) * 5 6 * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> * 6 7 * * 7 - * This program is free software: you can redistribute it and/or modify * 8 - * it under the terms of the GNU General Public License as published by * 9 - * the Free Software Foundation, version 2 of the License. * 10 - * * 11 - * This driver is distributed in the hope that it will be useful, but * 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of * 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 14 - * General Public License for more details. * 15 - * * 16 - * You should have received a copy of the GNU General Public License * 17 - * along with this software. If not see <http://www.gnu.org/licenses/>. * 18 8 ***************************************************************************/ 19 9 20 10 #include <linux/hid.h>
+1 -11
drivers/hid/hid-picolcd_fb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*************************************************************************** 2 3 * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> * 3 4 * * 4 5 * Based on Logitech G13 driver (v0.4) * 5 6 * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> * 6 7 * * 7 - * This program is free software: you can redistribute it and/or modify * 8 - * it under the terms of the GNU General Public License as published by * 9 - * the Free Software Foundation, version 2 of the License. * 10 - * * 11 - * This driver is distributed in the hope that it will be useful, but * 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of * 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 14 - * General Public License for more details. * 15 - * * 16 - * You should have received a copy of the GNU General Public License * 17 - * along with this software. If not see <http://www.gnu.org/licenses/>. * 18 8 ***************************************************************************/ 19 9 20 10 #include <linux/hid.h>
+1 -11
drivers/hid/hid-picolcd_lcd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*************************************************************************** 2 3 * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> * 3 4 * * 4 5 * Based on Logitech G13 driver (v0.4) * 5 6 * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> * 6 7 * * 7 - * This program is free software: you can redistribute it and/or modify * 8 - * it under the terms of the GNU General Public License as published by * 9 - * the Free Software Foundation, version 2 of the License. * 10 - * * 11 - * This driver is distributed in the hope that it will be useful, but * 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of * 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 14 - * General Public License for more details. * 15 - * * 16 - * You should have received a copy of the GNU General Public License * 17 - * along with this software. If not see <http://www.gnu.org/licenses/>. * 18 8 ***************************************************************************/ 19 9 20 10 #include <linux/hid.h>
+1 -11
drivers/hid/hid-picolcd_leds.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*************************************************************************** 2 3 * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> * 3 4 * * 4 5 * Based on Logitech G13 driver (v0.4) * 5 6 * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> * 6 7 * * 7 - * This program is free software: you can redistribute it and/or modify * 8 - * it under the terms of the GNU General Public License as published by * 9 - * the Free Software Foundation, version 2 of the License. * 10 - * * 11 - * This driver is distributed in the hope that it will be useful, but * 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of * 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 14 - * General Public License for more details. * 15 - * * 16 - * You should have received a copy of the GNU General Public License * 17 - * along with this software. If not see <http://www.gnu.org/licenses/>. * 18 8 ***************************************************************************/ 19 9 20 10 #include <linux/hid.h>