On Mon, Jun 03, 2019 at 03:44:59PM +0000, Zavras, Alexios wrote: > > -----Original Message----- > > From: linux-spdx-owner@xxxxxxxxxxxxxxx <linux-spdx-owner@xxxxxxxxxxxxxxx> > > On Behalf Of Thomas Gleixner > > Sent: Monday, 3 June, 2019 07:45 > > To: linux-spdx@xxxxxxxxxxxxxxx > > Subject: [Batch 16 patch 16/25] treewide: Replace GPLv2 > > boilerplate/reference with SPDX - rule 241 > > > > From: Thomas Gleixner tglx@xxxxxxxxxxxxx > > > > Based on 1 normalized pattern(s): > > > > this file is subject to the terms and conditions of the gnu general > > public license see the file copying in the main directory of the > > linux distribution for more details > > > > extracted by the scancode license scanner the SPDX license identifier > > > > GPL-2.0-only > > > > has been chosen to replace the boilerplate/reference in 12 file(s). > > > > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > > > > --- > > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux- > > spdx.git/commit/?h=batch16&id=10c7a426e575 > > --- > > arch/m68k/tools/amiga/dmesg.c | 7 +------ > > drivers/net/ethernet/8390/apne.c | 6 +----- > > drivers/net/ethernet/8390/hydra.c | 4 +--- > > drivers/net/ethernet/8390/mcf8390.c | 5 +---- > > drivers/net/ethernet/8390/zorro8390.c | 5 +---- > > drivers/net/ethernet/amd/a2065.c | 5 +---- > > drivers/net/ethernet/amd/a2065.h | 5 +---- > > drivers/net/ethernet/amd/ariadne.c | 5 +---- > > drivers/net/ethernet/amd/ariadne.h | 5 +---- > > kernel/cgroup/cgroup.c | 5 +---- > > kernel/cgroup/cpuset.c | 5 +---- > > scripts/pnmtologo.c | 5 +---- > > 12 files changed, 12 insertions(+), 50 deletions(-) > > > > --- a/arch/m68k/tools/amiga/dmesg.c > > +++ b/arch/m68k/tools/amiga/dmesg.c > > @@ -1,3 +1,4 @@ > > +// SPDX-License-Identifier: GPL-2.0-only > > /* > > * linux/arch/m68k/tools/amiga/dmesg.c -- Retrieve the kernel messages > > stored > > * in Chip RAM with the kernel command > > @@ -5,16 +6,10 @@ > > * > > * © Copyright 1996 by Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > > * > > - * > > * Usage: > > * > > * dmesg > > * dmesg <CHIPMEM_END> > > - * > > - * > > - * This file is subject to the terms and conditions of the GNU General > > Public > > - * License. See the file COPYING in the main directory of the Linux > > - * distribution for more details. > > */ > > > > > > Once again, no license version and "see COPYING for details" COPYING was "GPLv2". thanks, greg k-h