diff options
author | Thomas Gleixner | 2022-06-07 16:11:34 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2022-06-10 14:51:36 +0200 |
commit | fa82cce7a6bbb35ecf7fe66231c7076052cf66d5 (patch) | |
tree | 55fc45576fe368ae3b6e3fbc4ad17411e64ed76c /arch/sparc | |
parent | 5a729246e57eac410e4a13f5aba66ae2dc552632 (diff) |
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>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/vdso/vdso2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/vdso/vdso2c.c b/arch/sparc/vdso/vdso2c.c index ab7504176a7f..dc81240aab6f 100644 --- a/arch/sparc/vdso/vdso2c.c +++ b/arch/sparc/vdso/vdso2c.c @@ -1,7 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * vdso2c - A vdso image preparation tool * Copyright (c) 2014 Andy Lutomirski and others - * Licensed under the GPL v2 * * vdso2c requires stripped and unstripped input. It would be trivial * to fully strip the input in here, but, for reasons described below, |