Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

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 <[email protected]> Reviewed-by: Kate Stewart <[email protected]> Reviewed-by: Armijn Hemel <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c51669e commit 4317cf9

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed
 

‎scripts/extract-vmlinux

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 3 deletions
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)
Please sign in to comment.