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 254

Based on 1 normalized pattern(s):

this file is released under the gnu gpl v2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 4 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: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190529141332.816211035@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
adf77481 3e5580c4

+4 -8
+1 -2
drivers/uwb/umc-bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Bus for UWB Multi-interface Controller capabilities. 3 4 * 4 5 * Copyright (C) 2007 Cambridge Silicon Radio Ltd. 5 - * 6 - * This file is released under the GNU GPL v2. 7 6 */ 8 7 #include <linux/kernel.h> 9 8 #include <linux/sysfs.h>
+1 -2
drivers/uwb/umc-dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * UWB Multi-interface Controller device management. 3 4 * 4 5 * Copyright (C) 2007 Cambridge Silicon Radio Ltd. 5 - * 6 - * This file is released under the GNU GPL v2. 7 6 */ 8 7 #include <linux/kernel.h> 9 8 #include <linux/export.h>
+1 -2
drivers/uwb/umc-drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * UWB Multi-interface Controller driver management. 3 4 * 4 5 * Copyright (C) 2007 Cambridge Silicon Radio Ltd. 5 - * 6 - * This file is released under the GNU GPL v2. 7 6 */ 8 7 #include <linux/kernel.h> 9 8 #include <linux/export.h>
+1 -2
drivers/uwb/whci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * WHCI UWB Multi-interface Controller enumerator. 3 4 * 4 5 * Copyright (C) 2007 Cambridge Silicon Radio Ltd. 5 - * 6 - * This file is released under the GNU GPL v2. 7 6 */ 8 7 #include <linux/delay.h> 9 8 #include <linux/kernel.h>