diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-28 12:57:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-30 14:29:20 -0400 |
commit | 6776e83edbf79de2dec017f1a0594dbc09564ffd (patch) | |
tree | 3822e71f41e7d6ecf544c751e609cfcc44af5578 /tools | |
parent | 0b7121833d5bbf96d17f0ca417768e181fcdf451 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180
Based on 1 normalized pattern(s):
subject to the gnu general public license version 2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 4 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170026.343113277@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/vDSO/vdso_standalone_test_x86.c | 2 | ||||
-rw-r--r-- | tools/testing/selftests/vDSO/vdso_test.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c b/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c index 93b0ebf8cc38..5ac4b00acfbc 100644 --- a/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c +++ b/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * vdso_test.c: Sample code to test parse_vdso.c on x86 | 3 | * vdso_test.c: Sample code to test parse_vdso.c on x86 |
3 | * Copyright (c) 2011-2014 Andy Lutomirski | 4 | * Copyright (c) 2011-2014 Andy Lutomirski |
4 | * Subject to the GNU General Public License, version 2 | ||
5 | * | 5 | * |
6 | * You can amuse yourself by compiling with: | 6 | * You can amuse yourself by compiling with: |
7 | * gcc -std=gnu99 -nostdlib | 7 | * gcc -std=gnu99 -nostdlib |
diff --git a/tools/testing/selftests/vDSO/vdso_test.c b/tools/testing/selftests/vDSO/vdso_test.c index eda53f833d8e..719d5a6bd664 100644 --- a/tools/testing/selftests/vDSO/vdso_test.c +++ b/tools/testing/selftests/vDSO/vdso_test.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * vdso_test.c: Sample code to test parse_vdso.c | 3 | * vdso_test.c: Sample code to test parse_vdso.c |
3 | * Copyright (c) 2014 Andy Lutomirski | 4 | * Copyright (c) 2014 Andy Lutomirski |
4 | * Subject to the GNU General Public License, version 2 | ||
5 | * | 5 | * |
6 | * Compile with: | 6 | * Compile with: |
7 | * gcc -std=gnu99 vdso_test.c parse_vdso.c | 7 | * gcc -std=gnu99 vdso_test.c parse_vdso.c |