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 55

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 either version of 2 of the license or
at your option any later version

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
83cde383 a25d83eb

+4 -24
+1 -6
drivers/input/tablet/wacom_serial4.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Wacom protocol 4 serial tablet driver 3 4 * 4 5 * Copyright 2014 Hans de Goede <hdegoede@redhat.com> 5 6 * Copyright 2011-2012 Julian Squires <julian@cipht.net> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version of 2 of the License, or (at your 10 - * option) any later version. See the file COPYING in the main directory of 11 - * this archive for more details. 12 7 * 13 8 * Many thanks to Bill Seremetis, without whom PenPartner support 14 9 * would not have been possible. Thanks to Patrick Mahoney.
+1 -6
drivers/input/touchscreen/wacom_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Wacom Penabled Driver for I2C 3 4 * 4 5 * Copyright (c) 2011 - 2013 Tatsunosuke Tobita, Wacom. 5 6 * <tobita.tatsunosuke@wacom.co.jp> 6 - * 7 - * This program is free software; you can redistribute it 8 - * and/or modify it under the terms of the GNU General 9 - * Public License as published by the Free Software 10 - * Foundation; either version of 2 of the License, 11 - * or (at your option) any later version. 12 7 */ 13 8 14 9 #include <linux/module.h>
+1 -6
drivers/media/usb/pulse8-cec/pulse8-cec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Pulse Eight HDMI CEC driver 3 4 * 4 5 * Copyright 2016 Hans Verkuil <hverkuil@xs4all.nl 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version of 2 of the License, or (at your 9 - * option) any later version. See the file COPYING in the main directory of 10 - * this archive for more details. 11 6 */ 12 7 13 8 /*
+1 -6
drivers/media/usb/rainshadow-cec/rainshadow-cec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * RainShadow Tech HDMI CEC driver 3 4 * 4 5 * Copyright 2016 Hans Verkuil <hverkuil@xs4all.nl 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version of 2 of the License, or (at your 9 - * option) any later version. See the file COPYING in the main directory of 10 - * this archive for more details. 11 6 */ 12 7 13 8 /*