On Mon, Jun 03, 2019 at 03:47:14PM +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 17/25] treewide: Replace GPLv2 > > boilerplate/reference with SPDX - rule 242 > > > > From: Thomas Gleixner tglx@xxxxxxxxxxxxx > > > > Based on 1 normalized pattern(s): > > > > this driver is a part of the linux kernel and is thus distributed > > under the gnu general public license > > > > extracted by the scancode license scanner the SPDX license identifier > > > > GPL-2.0-only > > > > has been chosen to replace the boilerplate/reference in 1 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=ac18ec2c3bcd > > --- > > drivers/net/ethernet/amd/sun3lance.c | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > > > --- a/drivers/net/ethernet/amd/sun3lance.c > > +++ b/drivers/net/ethernet/amd/sun3lance.c > > @@ -1,9 +1,8 @@ > > +// SPDX-License-Identifier: GPL-2.0-only > > /* sun3lance.c: Ethernet driver for SUN3 Lance chip */ > > /* > > > > Sun3 Lance ethernet driver, by Sam Creasey (sammy@xxxxxxxxxxxxxx). > > - This driver is a part of the linux kernel, and is thus distributed > > - under the GNU General Public License. > > > > The values used in LANCE_OBIO and LANCE_IRQ seem to be empirically > > true for the correct IRQ and address of the lance registers. They > > > > No license version -- and not even a reference to COPYING. "a part of the linux kernel", which is GPLv2. Anyway, if people want to discuss these all individually later, that's fine with me. thanks, greg k-h