diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-20 03:19:15 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-24 11:36:47 -0400 |
commit | 6253c22ee3ace2dd7afbc272bde36234b722957e (patch) | |
tree | 098a8cec5978e04211acf786dc37ed56b8794b15 | |
parent | 7de31d0d217f791c5305f5769de11cfc4b8c2491 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 74
Based on 1 normalized pattern(s):
you may copy modify and redistribute this file under the terms of
the gnu general public license version 2 or any later version at
your convenience
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-or-later
has been chosen to replace the boilerplate/reference in 3 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520071859.937199252@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | arch/m68k/math-emu/fp_arith.c | 4 | ||||
-rw-r--r-- | arch/m68k/math-emu/fp_arith.h | 4 | ||||
-rw-r--r-- | arch/m68k/math-emu/multi_arith.h | 5 |
3 files changed, 4 insertions, 9 deletions
diff --git a/arch/m68k/math-emu/fp_arith.c b/arch/m68k/math-emu/fp_arith.c index 239eb1990184..d9033238d097 100644 --- a/arch/m68k/math-emu/fp_arith.c +++ b/arch/m68k/math-emu/fp_arith.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | 3 | ||
3 | fp_arith.c: floating-point math routines for the Linux-m68k | 4 | fp_arith.c: floating-point math routines for the Linux-m68k |
@@ -8,9 +9,6 @@ | |||
8 | Somewhat based on the AlphaLinux floating point emulator, by David | 9 | Somewhat based on the AlphaLinux floating point emulator, by David |
9 | Mosberger-Tang. | 10 | Mosberger-Tang. |
10 | 11 | ||
11 | You may copy, modify, and redistribute this file under the terms of | ||
12 | the GNU General Public License, version 2, or any later version, at | ||
13 | your convenience. | ||
14 | */ | 12 | */ |
15 | 13 | ||
16 | #include "fp_emu.h" | 14 | #include "fp_emu.h" |
diff --git a/arch/m68k/math-emu/fp_arith.h b/arch/m68k/math-emu/fp_arith.h index 2cc3f846c393..0fd3ed217f66 100644 --- a/arch/m68k/math-emu/fp_arith.h +++ b/arch/m68k/math-emu/fp_arith.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | 3 | ||
3 | fp_arith.h: floating-point math routines for the Linux-m68k | 4 | fp_arith.h: floating-point math routines for the Linux-m68k |
@@ -8,9 +9,6 @@ | |||
8 | Somewhat based on the AlphaLinux floating point emulator, by David | 9 | Somewhat based on the AlphaLinux floating point emulator, by David |
9 | Mosberger-Tang. | 10 | Mosberger-Tang. |
10 | 11 | ||
11 | You may copy, modify, and redistribute this file under the terms of | ||
12 | the GNU General Public License, version 2, or any later version, at | ||
13 | your convenience. | ||
14 | 12 | ||
15 | */ | 13 | */ |
16 | 14 | ||
diff --git a/arch/m68k/math-emu/multi_arith.h b/arch/m68k/math-emu/multi_arith.h index 4b5eb3d85638..232f58fe3483 100644 --- a/arch/m68k/math-emu/multi_arith.h +++ b/arch/m68k/math-emu/multi_arith.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* multi_arith.h: multi-precision integer arithmetic functions, needed | 2 | /* multi_arith.h: multi-precision integer arithmetic functions, needed |
2 | to do extended-precision floating point. | 3 | to do extended-precision floating point. |
3 | 4 | ||
@@ -6,9 +7,7 @@ | |||
6 | Somewhat based on arch/alpha/math-emu/ieee-math.c, which is (c) | 7 | Somewhat based on arch/alpha/math-emu/ieee-math.c, which is (c) |
7 | David Mosberger-Tang. | 8 | David Mosberger-Tang. |
8 | 9 | ||
9 | You may copy, modify, and redistribute this file under the terms of | 10 | */ |
10 | the GNU General Public License, version 2, or any later version, at | ||
11 | your convenience. */ | ||
12 | 11 | ||
13 | /* Note: | 12 | /* Note: |
14 | 13 | ||