Skip to content

Commit 4317cf9

Browse files
KAGA-KOKOgregkh
authored andcommittedJun 5, 2019
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>
1 parent c51669e commit 4317cf9

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed
 

‎scripts/extract-vmlinux

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
# SPDX-License-Identifier: GPL-2.0-only
23
# ----------------------------------------------------------------------
34
# extract-vmlinux - Extract uncompressed vmlinux from a kernel image
45
#
@@ -7,7 +8,6 @@
78
#
89
# (c) 2011 Corentin Chary <corentin.chary@gmail.com>
910
#
10-
# Licensed under the GNU General Public License, version 2 (GPLv2).
1111
# ----------------------------------------------------------------------
1212

1313
check_vmlinux()

‎scripts/recordmcount.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* recordmcount.c: construct a table of the locations of calls to 'mcount'
34
* so that ftrace can find them quickly.
45
* Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved.
5-
* Licensed under the GNU General Public License, version 2 (GPLv2).
66
*
77
* Restructured to fit Linux format, as well as other updates:
88
* Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.

‎scripts/recordmcount.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* recordmcount.h
34
*
@@ -15,8 +16,6 @@
1516
*
1617
* This conversion to macros was done by:
1718
* Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
18-
*
19-
* Licensed under the GNU General Public License, version 2 (GPLv2).
2019
*/
2120
#undef append_func
2221
#undef is_fake_mcount

‎scripts/sortextable.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* sortextable.c: Sort the kernel's exception table
34
*
@@ -6,7 +7,6 @@
67
* Based on code taken from recortmcount.c which is:
78
*
89
* Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved.
9-
* Licensed under the GNU General Public License, version 2 (GPLv2).
1010
*
1111
* Restructured to fit Linux format, as well as other updates:
1212
* Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.

‎scripts/sortextable.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* sortextable.h
34
*
@@ -7,9 +8,6 @@
78
*
89
* Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved.
910
* Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
10-
*
11-
*
12-
* Licensed under the GNU General Public License, version 2 (GPLv2).
1311
*/
1412

1513
#undef extable_ent_size

0 commit comments

Comments
 (0)