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 305

Based on 1 normalized pattern(s):

licensed under the gplv2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
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/20190530000433.961827334@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
5efdfe75 38e1884d

+6 -12
+1 -2
arch/mips/power/cpu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Suspend support specific for mips. 3 - * 4 - * Licensed under the GPLv2 5 4 * 6 5 * Copyright (C) 2009 Lemote Inc. 7 6 * Author: Hu Hongbing <huhb@lemote.com>
+1 -2
arch/mips/power/hibernate_asm.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Hibernation support specific for mips - temporary page tables 3 - * 4 - * Licensed under the GPLv2 5 4 * 6 5 * Copyright (C) 2009 Lemote Inc. 7 6 * Author: Hu Hongbing <huhb@lemote.com>
+1 -2
include/linux/uio_driver.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/linux/uio_driver.h 3 4 * ··· 8 7 * Copyright(C) 2006, Greg Kroah-Hartman <greg@kroah.com> 9 8 * 10 9 * Userspace IO driver. 11 - * 12 - * Licensed under the GPLv2 only. 13 10 */ 14 11 15 12 #ifndef _UIO_DRIVER_H_
+1 -2
tools/perf/util/intlist.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Based on intlist.c by: 3 4 * (c) 2009 Arnaldo Carvalho de Melo <acme@redhat.com> 4 - * 5 - * Licensed under the GPLv2. 6 5 */ 7 6 8 7 #include <errno.h>
+1 -2
tools/perf/util/rblist.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Based on strlist.c by: 3 4 * (c) 2009 Arnaldo Carvalho de Melo <acme@redhat.com> 4 - * 5 - * Licensed under the GPLv2. 6 5 */ 7 6 8 7 #include <errno.h>
+1 -2
tools/perf/util/strlist.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (c) 2009 Arnaldo Carvalho de Melo <acme@redhat.com> 3 - * 4 - * Licensed under the GPLv2. 5 4 */ 6 5 7 6 #include "strlist.h"