Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 414

Based on 1 normalized pattern(s):

you can redistribute and or modify this program under the terms of
the gnu general public license version 2 as published by the free
software foundation this program 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
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 in 2 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190113.054726165@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
b1fb60d7 4d8bc510

+2 -26
+1 -13
drivers/input/misc/wistron_btns.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Wistron laptop button driver 3 4 * Copyright (C) 2005 Miloslav Trmac <mitr@volny.cz> 4 5 * Copyright (C) 2005 Bernhard Rosenkraenzer <bero@arklinux.org> 5 6 * Copyright (C) 2005 Dmitry Torokhov <dtor@mail.ru> 6 - * 7 - * You can redistribute and/or modify this program under the terms of the 8 - * GNU General Public License version 2 as published by the Free Software 9 - * Foundation. 10 - * 11 - * This program 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 General 14 - * Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along 17 - * with this program; if not, write to the Free Software Foundation, Inc., 18 - * 59 Temple Place Suite 330, Boston, MA 02111-1307, USA. 19 7 */ 20 8 #include <linux/io.h> 21 9 #include <linux/dmi.h>
+1 -13
drivers/platform/x86/fujitsu-tablet.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2006-2012 Robert Gerlach <khnz@gmx.de> 3 4 * Copyright (C) 2005-2006 Jan Rychter <jan@rychter.com> 4 - * 5 - * You can redistribute and/or modify this program under the terms of the 6 - * GNU General Public License version 2 as published by the Free Software 7 - * Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 12 - * Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place Suite 330, Boston, MA 02111-1307, USA. 17 5 */ 18 6 19 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt