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 198

Based on 1 normalized pattern(s):

this software may be distributed under the terms of the gnu general
public license gpl version 2 as distributed in the copying file from
the main directory of the linux kernel source

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
dd2878aa 0376148f

+1 -5
+1 -5
drivers/net/can/at91_can.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * at91_can.c - CAN network driver for AT91 SoC CAN controller 3 4 * 4 5 * (C) 2007 by Hans J. Koch <hjk@hansjkoch.de> 5 6 * (C) 2008, 2009, 2010, 2011 by Marc Kleine-Budde <kernel@pengutronix.de> 6 - * 7 - * This software may be distributed under the terms of the GNU General 8 - * Public License ("GPL") version 2 as distributed in the 'COPYING' 9 - * file from the main directory of the linux kernel source. 10 - * 11 7 */ 12 8 13 9 #include <linux/clk.h>