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 426

Based on 1 normalized pattern(s):

this software may be used and distributed according to the terms of
the gnu general public license version 2 incorporated herein by
reference

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
1623de84 722d94a3

+5 -16
+1 -3
drivers/net/wan/lmc/lmc_ioctl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef _LMC_IOCTL_H_ 2 3 #define _LMC_IOCTL_H_ 3 4 /* $Id: lmc_ioctl.h,v 1.15 2000/04/06 12:16:43 asj Exp $ */ ··· 12 11 * Rob Braun (bbraun@vix.com), 13 12 * Michael Graff (explorer@vix.com) and 14 13 * Matt Thomas (matt@3am-software.com). 15 - * 16 - * This software may be used and distributed according to the terms 17 - * of the GNU General Public License version 2, incorporated herein by reference. 18 14 */ 19 15 20 16 #define LMCIOCGINFO SIOCDEVPRIVATE+3 /* get current state */
+1 -4
drivers/net/wan/lmc/lmc_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 1997-2000 LAN Media Corporation (LMC) 3 4 * All rights reserved. www.lanmedia.com ··· 14 13 * David Boggs 15 14 * Ron Crane 16 15 * Alan Cox 17 - * 18 - * This software may be used and distributed according to the terms 19 - * of the GNU General Public License version 2, incorporated herein by reference. 20 16 * 21 17 * Driver for the LanMedia LMC5200, LMC5245, LMC1000, LMC1200 cards. 22 18 * ··· 32 34 * we still have link, and that the timing source is what we expected 33 35 * it to be. If link is lost, the interface is marked down, and 34 36 * we no longer can transmit. 35 - * 36 37 */ 37 38 38 39 #include <linux/kernel.h>
+1 -3
drivers/net/wan/lmc/lmc_media.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* $Id: lmc_media.c,v 1.13 2000/04/11 05:25:26 asj Exp $ */ 2 3 3 4 #include <linux/kernel.h> ··· 38 37 * Rob Braun (bbraun@vix.com), 39 38 * Michael Graff (explorer@vix.com) and 40 39 * Matt Thomas (matt@3am-software.com). 41 - * 42 - * This software may be used and distributed according to the terms 43 - * of the GNU General Public License version 2, incorporated herein by reference. 44 40 */ 45 41 46 42 /*
+1 -3
drivers/net/wan/lmc/lmc_proto.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 1997-2000 LAN Media Corporation (LMC) 3 4 * All rights reserved. www.lanmedia.com ··· 13 12 * David Boggs 14 13 * Ron Crane 15 14 * Allan Cox 16 - * 17 - * This software may be used and distributed according to the terms 18 - * of the GNU General Public License version 2, incorporated herein by reference. 19 15 * 20 16 * Driver for the LanMedia LMC5200, LMC5245, LMC1000, LMC1200 cards. 21 17 */
+1 -3
drivers/net/wan/lmc/lmc_var.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef _LMC_VAR_H_ 2 3 #define _LMC_VAR_H_ 3 4 ··· 11 10 * Rob Braun (bbraun@vix.com), 12 11 * Michael Graff (explorer@vix.com) and 13 12 * Matt Thomas (matt@3am-software.com). 14 - * 15 - * This software may be used and distributed according to the terms 16 - * of the GNU General Public License version 2, incorporated herein by reference. 17 13 */ 18 14 19 15 #include <linux/timer.h>