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 367

Based on 1 normalized pattern(s):

licensed under the gpl version 2 see copying for details

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: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531081036.055393719@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
003cc643 52a6e82a

+2 -4
+1 -2
include/linux/ssb/ssb_driver_chipcommon.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef LINUX_SSB_CHIPCO_H_ 2 3 #define LINUX_SSB_CHIPCO_H_ 3 4 ··· 10 9 * 11 10 * Copyright 2005, Broadcom Corporation 12 11 * Copyright 2006, Michael Buesch <m@bues.ch> 13 - * 14 - * Licensed under the GPL version 2. See COPYING for details. 15 12 */ 16 13 17 14 /** ChipCommon core registers. **/
+1 -2
include/linux/ssb/ssb_driver_extif.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Hardware-specific External Interface I/O core definitions 3 4 * for the BCM47xx family of SiliconBackplane-based chips. ··· 15 14 * 16 15 * Copyright 2005, Broadcom Corporation 17 16 * Copyright 2006, Michael Buesch 18 - * 19 - * Licensed under the GPL version 2. See COPYING for details. 20 17 */ 21 18 #ifndef LINUX_SSB_EXTIFCORE_H_ 22 19 #define LINUX_SSB_EXTIFCORE_H_