On Mon, Jun 03, 2019 at 03:58:27PM +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 24/25] treewide: Replace GPLv2 > > boilerplate/reference with SPDX - rule 249 > > > > From: Thomas Gleixner tglx@xxxxxxxxxxxxx > > > > Based on 1 normalized pattern(s): > > > > as all part of the linux kernel this file is gpl > > > > 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@xxxxxxxxxxxxx> > > > > --- > > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux- > > spdx.git/commit/?h=batch16&id=0ee0dedd4f02 > > --- > > net/wireless/wext-core.c | 3 +-- > > net/wireless/wext-priv.c | 3 +-- > > net/wireless/wext-proc.c | 3 +-- > > net/wireless/wext-spy.c | 3 +-- > > 4 files changed, 4 insertions(+), 8 deletions(-) > > > > --- a/net/wireless/wext-core.c > > +++ b/net/wireless/wext-core.c > > @@ -1,11 +1,10 @@ > > +// SPDX-License-Identifier: GPL-2.0-only > > /* > > * This file implement the Wireless Extensions core API. > > * > > * Authors : Jean Tourrilhes - HPL - <jt@xxxxxxxxxx> > > * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved. > > * Copyright 2009 Johannes Berg <johannes@xxxxxxxxxxxxxxxx> > > - * > > - * (As all part of the Linux kernel, this file is GPL) > > */ > > #include <linux/kernel.h> > > #include <linux/netdevice.h> > > No license version specified and not even a reference to COPYING. The Linux kernel is GPLv2 only, so I would agree with this identifier change. thanks, greg k-h