diff options
| author | Thomas Gleixner <[email protected]> | 2019-05-31 08:09:38 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-06-05 15:37:10 +0000 |
| commit | 4317cf95ca02411cf788d10c1972a38582e8c34d (patch) | |
| tree | 50172e38b4f283fabae8ef8db563ee9e4104bc47 /scripts/sortextable.c | |
| parent | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377 (diff) | |
| download | kernel-4317cf95ca02411cf788d10c1972a38582e8c34d.tar.gz kernel-4317cf95ca02411cf788d10c1972a38582e8c34d.zip | |
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]>
Diffstat (limited to 'scripts/sortextable.c')
| -rw-r--r-- | scripts/sortextable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sortextable.c b/scripts/sortextable.c index 365a907f98b3..55768654e3c6 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * sortextable.c: Sort the kernel's exception table * @@ -6,7 +7,6 @@ * Based on code taken from recortmcount.c which is: * * Copyright 2009 John F. Reiser <[email protected]>. All rights reserved. - * Licensed under the GNU General Public License, version 2 (GPLv2). * * Restructured to fit Linux format, as well as other updates: * Copyright 2010 Steven Rostedt <[email protected]>, Red Hat Inc. |
