Skip to content

Commit fa82cce

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULE
Based on the normalized pattern: licensed under the gpl v2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference. Reviewed-by: Allison Randal <allison@lohutok.net> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 5a72924 commit fa82cce

6 files changed

Lines changed: 7 additions & 9 deletions

File tree

arch/sparc/vdso/vdso2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* vdso2c - A vdso image preparation tool
34
* Copyright (c) 2014 Andy Lutomirski and others
4-
* Licensed under the GPL v2
55
*
66
* vdso2c requires stripped and unstripped input. It would be trivial
77
* to fully strip the input in here, but, for reasons described below,

arch/x86/entry/vdso/vdso2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* vdso2c - A vdso image preparation tool
34
* Copyright (c) 2014 Andy Lutomirski and others
4-
* Licensed under the GPL v2
55
*
66
* vdso2c requires stripped and unstripped input. It would be trivial
77
* to fully strip the input in here, but, for reasons described below,

scripts/gcc-plugins/latent_entropy_plugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright 2012-2016 by the PaX Team <pageexec@freemail.hu>
34
* Copyright 2016 by Emese Revfy <re.emese@gmail.com>
4-
* Licensed under the GPL v2
55
*
66
* Note: the choice of the license means that the compilation process is
77
* NOT 'eligible' as defined by gcc's library exception to the GPL v3,

scripts/gcc-plugins/stackleak_plugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright 2011-2017 by the PaX Team <pageexec@freemail.hu>
34
* Modified by Alexander Popov <alex.popov@linux.com>
4-
* Licensed under the GPL v2
55
*
66
* Note: the choice of the license means that the compilation process is
77
* NOT 'eligible' as defined by gcc's library exception to the GPL v3,

scripts/gcc-plugins/structleak_plugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright 2013-2017 by PaX Team <pageexec@freemail.hu>
3-
* Licensed under the GPL v2
44
*
55
* Note: the choice of the license means that the compilation process is
66
* NOT 'eligible' as defined by gcc's library exception to the GPL v3,

tools/power/cpupower/debug/i386/dump_psb.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* dump_psb. (c) 2004, Dave Jones, Red Hat Inc.
3-
* Licensed under the GPL v2.
4-
*/
1+
// SPDX-License-Identifier: GPL-2.0-only
2+
// dump_psb. (c) 2004, Dave Jones, Red Hat Inc.
53

64
#include <fcntl.h>
75
#include <stdio.h>

0 commit comments

Comments
 (0)