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 260

Based on 1 normalized pattern(s):

distributable under version 2 of the gnu general public license

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: Allison Randal <allison@lohutok.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190529141333.385647094@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
f45e350b 2d31bf95

+2 -2
+1 -1
drivers/video/fbdev/via/via-gpio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Support for viafb GPIO ports. 3 4 * 4 5 * Copyright 2009 Jonathan Corbet <corbet@lwn.net> 5 - * Distributable under version 2 of the GNU General Public License. 6 6 */ 7 7 8 8 #include <linux/spinlock.h>
+1 -1
include/linux/via-gpio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Support for viafb GPIO ports. 3 4 * 4 5 * Copyright 2009 Jonathan Corbet <corbet@lwn.net> 5 - * Distributable under version 2 of the GNU General Public License. 6 6 */ 7 7 8 8 #ifndef __VIA_GPIO_H__