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

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

Based on 1 normalized pattern(s):

this program is free software you can distribute it and or modify it
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 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 see http www gnu org licenses

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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/20190531081038.839345787@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
41597408 46fe7771

+3 -47
+1 -18
drivers/net/ethernet/amd/au1000_eth.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Alchemy Au1x00 ethernet driver ··· 15 14 * 16 15 * Author: MontaVista Software, Inc. 17 16 * ppopov@mvista.com or source@mvista.com 18 - * 19 - * ######################################################################## 20 - * 21 - * This program is free software; you can distribute it and/or modify it 22 - * under the terms of the GNU General Public License (Version 2) as 23 - * published by the Free Software Foundation. 24 - * 25 - * This program is distributed in the hope it will be useful, but WITHOUT 26 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 27 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 28 - * for more details. 29 - * 30 - * You should have received a copy of the GNU General Public License along 31 - * with this program; if not, see <http://www.gnu.org/licenses/>. 32 - * 33 - * ######################################################################## 34 - * 35 - * 36 17 */ 37 18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 38 19
+1 -18
drivers/net/ethernet/amd/au1000_eth.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 3 4 * Alchemy Au1x00 ethernet driver include file ··· 6 5 * Author: Pete Popov <ppopov@mvista.com> 7 6 * 8 7 * Copyright 2001 MontaVista Software Inc. 9 - * 10 - * ######################################################################## 11 - * 12 - * This program is free software; you can distribute it and/or modify it 13 - * under the terms of the GNU General Public License (Version 2) as 14 - * published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope it will be useful, but WITHOUT 17 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 18 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 19 - * for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License along 22 - * with this program; if not, see <http://www.gnu.org/licenses/>. 23 - * 24 - * ######################################################################## 25 - * 26 - * 27 8 */ 28 9 29 10
+1 -11
drivers/net/hamradio/mkiss.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can distribute it and/or modify it 3 - * under the terms of the GNU General Public License (Version 2) as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope it will be useful, but WITHOUT 7 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 8 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 9 - * for more details. 10 - * 11 - * You should have received a copy of the GNU General Public License along 12 - * with this program; if not, see <http://www.gnu.org/licenses/>. 13 3 * 14 4 * Copyright (C) Hans Alblas PE1AYX <hans@esrac.ele.tue.nl> 15 5 * Copyright (C) 2004, 05 Ralf Baechle DL5RB <ralf@linux-mips.org>