Reviewed-by: Kate Stewart <kstewart@xxxxxxxxxxxxxxxxxxx> On Tue, May 21, 2019 at 2:45 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote: > > 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@xxxxxxxxxxxxx> > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch3&id=e6277b5ec765 > --- > arch/m68k/math-emu/fp_arith.c | 4 +--- > arch/m68k/math-emu/fp_arith.h | 4 +--- > arch/m68k/math-emu/multi_arith.h | 5 ++--- > 3 files changed, 4 insertions(+), 9 deletions(-) > > --- a/arch/m68k/math-emu/fp_arith.c > +++ b/arch/m68k/math-emu/fp_arith.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > > fp_arith.c: floating-point math routines for the Linux-m68k > @@ -8,9 +9,6 @@ > Somewhat based on the AlphaLinux floating point emulator, by David > Mosberger-Tang. > > - 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. > */ > > #include "fp_emu.h" > --- a/arch/m68k/math-emu/fp_arith.h > +++ b/arch/m68k/math-emu/fp_arith.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > > fp_arith.h: floating-point math routines for the Linux-m68k > @@ -8,9 +9,6 @@ > Somewhat based on the AlphaLinux floating point emulator, by David > Mosberger-Tang. > > - 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. > > */ > > --- a/arch/m68k/math-emu/multi_arith.h > +++ b/arch/m68k/math-emu/multi_arith.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* multi_arith.h: multi-precision integer arithmetic functions, needed > to do extended-precision floating point. > > @@ -6,9 +7,7 @@ > Somewhat based on arch/alpha/math-emu/ieee-math.c, which is (c) > David Mosberger-Tang. > > - 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. */ > + */ > > /* Note: > > >