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 501

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 version 2 as
published by the free software foundation see readme and copying for
more details

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081207.060259192@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
21042e41 d2912cb1

+9 -45
+1 -5
drivers/net/wireless/admtek/adm8211.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 2 3 /* 3 4 * Linux device driver for ADMtek ADM8211 (IEEE 802.11b MAC/BBP) ··· 9 8 * and used with permission. 10 9 * 11 10 * Much thanks to Infineon-ADMtek for their support of this driver. 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License version 2 as 15 - * published by the Free Software Foundation. See README and COPYING for 16 - * more details. 17 11 */ 18 12 19 13 #include <linux/interrupt.h>
+1 -5
drivers/net/wireless/intel/ipw2x00/libipw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Merged with mainline ieee80211.h in Aug 2004. Original ieee802_11 3 4 * remains copyright by the original authors ··· 13 12 * Adaption to a generic IEEE 802.11 stack by James Ketrenos 14 13 * <jketreno@linux.intel.com> 15 14 * Copyright (c) 2004-2005, Intel Corporation 16 - * 17 - * This program is free software; you can redistribute it and/or modify 18 - * it under the terms of the GNU General Public License version 2 as 19 - * published by the Free Software Foundation. See README and COPYING for 20 - * more details. 21 15 * 22 16 * API Version History 23 17 * 1.0.x -- Initial version
+1 -5
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Original code based Host AP (software wireless LAN access point) driver 3 4 * for Intersil Prism2/2.5/3 - hostap.o module, common routines ··· 7 6 * <j@w1.fi> 8 7 * Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> 9 8 * Copyright (c) 2004-2005, Intel Corporation 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as 13 - * published by the Free Software Foundation. See README and COPYING for 14 - * more details. 15 9 */ 16 10 17 11 #include <linux/compiler.h>
+1 -5
drivers/net/wireless/intersil/hostap/hostap_hw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Host AP (software wireless LAN access point) driver for 3 4 * Intersil Prism2/2.5/3. ··· 6 5 * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen 7 6 * <j@w1.fi> 8 7 * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. See README and COPYING for 13 - * more details. 14 8 * 15 9 * FIX: 16 10 * - there is currently no way of associating TX packets to correct wds device
+1 -5
drivers/net/wireless/intersil/hostap/hostap_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Host AP (software wireless LAN access point) driver for 3 4 * Intersil Prism2/2.5/3 - hostap.o module, common routines ··· 6 5 * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen 7 6 * <j@w1.fi> 8 7 * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. See README and COPYING for 13 - * more details. 14 8 */ 15 9 16 10 #include <linux/module.h>
+1 -5
lib/hexdump.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * lib/hexdump.c 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. See README and COPYING for 7 - * more details. 8 4 */ 9 5 10 6 #include <linux/types.h>
+1 -5
net/wireless/lib80211_crypt_ccmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * lib80211 crypt: host-based CCMP encryption implementation for lib80211 3 4 * 4 5 * Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> 5 6 * Copyright (c) 2008, John W. Linville <linville@tuxdriver.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. See README and COPYING for 10 - * more details. 11 7 */ 12 8 13 9 #include <linux/kernel.h>
+1 -5
net/wireless/lib80211_crypt_tkip.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * lib80211 crypt: host-based TKIP encryption implementation for lib80211 3 4 * 4 5 * Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> 5 6 * Copyright (c) 2008, John W. Linville <linville@tuxdriver.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. See README and COPYING for 10 - * more details. 11 7 */ 12 8 13 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -5
net/wireless/lib80211_crypt_wep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * lib80211 crypt: host-based WEP encryption implementation for lib80211 3 4 * 4 5 * Copyright (c) 2002-2004, Jouni Malinen <j@w1.fi> 5 6 * Copyright (c) 2008, John W. Linville <linville@tuxdriver.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. See README and COPYING for 10 - * more details. 11 7 */ 12 8 13 9 #include <linux/err.h>