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

Configure Feed

Select the types of activity you want to include in your feed.

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

Based on 1 normalized pattern(s):

licensed under the gnu general public license version 2 gplv2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
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.993848054@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
4317cf95 c51669ea

+5 -8
+1 -1
scripts/extract-vmlinux
··· 1 1 #!/bin/sh 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 # ---------------------------------------------------------------------- 3 4 # extract-vmlinux - Extract uncompressed vmlinux from a kernel image 4 5 # ··· 8 7 # 9 8 # (c) 2011 Corentin Chary <corentin.chary@gmail.com> 10 9 # 11 - # Licensed under the GNU General Public License, version 2 (GPLv2). 12 10 # ---------------------------------------------------------------------- 13 11 14 12 check_vmlinux()
+1 -1
scripts/recordmcount.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * recordmcount.c: construct a table of the locations of calls to 'mcount' 3 4 * so that ftrace can find them quickly. 4 5 * Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved. 5 - * Licensed under the GNU General Public License, version 2 (GPLv2). 6 6 * 7 7 * Restructured to fit Linux format, as well as other updates: 8 8 * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
+1 -2
scripts/recordmcount.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * recordmcount.h 3 4 * ··· 16 15 * 17 16 * This conversion to macros was done by: 18 17 * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. 19 - * 20 - * Licensed under the GNU General Public License, version 2 (GPLv2). 21 18 */ 22 19 #undef append_func 23 20 #undef is_fake_mcount
+1 -1
scripts/sortextable.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sortextable.c: Sort the kernel's exception table 3 4 * ··· 7 6 * Based on code taken from recortmcount.c which is: 8 7 * 9 8 * Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved. 10 - * Licensed under the GNU General Public License, version 2 (GPLv2). 11 9 * 12 10 * Restructured to fit Linux format, as well as other updates: 13 11 * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
+1 -3
scripts/sortextable.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * sortextable.h 3 4 * ··· 8 7 * 9 8 * Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved. 10 9 * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. 11 - * 12 - * 13 - * Licensed under the GNU General Public License, version 2 (GPLv2). 14 10 */ 15 11 16 12 #undef extable_ent_size