linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: linux-spdx@vger.kernel.org
Subject: [Batch 15 patch 26/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 426
Date: Sat, 01 Jun 2019 10:08:41 +0200	[thread overview]
Message-ID: <20190531190114.200440917@linutronix.de> (raw)
In-Reply-To: 20190531185815.510185089@linutronix.de

From: Thomas Gleixner tglx@linutronix.de

Based on 1 normalized pattern(s):

  this software may be used and distributed according to the terms of
  the gnu general public license version 2 incorporated herein by
  reference

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-only

has been chosen to replace the boilerplate/reference in 5 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

---
https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch15&id=296e3d78760c
---
 drivers/net/wan/lmc/lmc_ioctl.h |    4 +---
 drivers/net/wan/lmc/lmc_main.c  |    5 +----
 drivers/net/wan/lmc/lmc_media.c |    4 +---
 drivers/net/wan/lmc/lmc_proto.c |    4 +---
 drivers/net/wan/lmc/lmc_var.h   |    4 +---
 5 files changed, 5 insertions(+), 16 deletions(-)

--- a/drivers/net/wan/lmc/lmc_ioctl.h
+++ b/drivers/net/wan/lmc/lmc_ioctl.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 #ifndef _LMC_IOCTL_H_
 #define _LMC_IOCTL_H_
 /*	$Id: lmc_ioctl.h,v 1.15 2000/04/06 12:16:43 asj Exp $	*/
@@ -11,9 +12,6 @@
   * Rob Braun (bbraun@vix.com),
   * Michael Graff (explorer@vix.com) and
   * Matt Thomas (matt@3am-software.com).
-  *
-  * This software may be used and distributed according to the terms
-  * of the GNU General Public License version 2, incorporated herein by reference.
   */
 
 #define LMCIOCGINFO             SIOCDEVPRIVATE+3 /* get current state */
--- a/drivers/net/wan/lmc/lmc_main.c
+++ b/drivers/net/wan/lmc/lmc_main.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
  /*
   * Copyright (c) 1997-2000 LAN Media Corporation (LMC)
   * All rights reserved.  www.lanmedia.com
@@ -14,9 +15,6 @@
   * Ron Crane
   * Alan Cox
   *
-  * This software may be used and distributed according to the terms
-  * of the GNU General Public License version 2, incorporated herein by reference.
-  *
   * Driver for the LanMedia LMC5200, LMC5245, LMC1000, LMC1200 cards.
   *
   * To control link specific options lmcctl is required.
@@ -34,7 +32,6 @@
   * we still have link, and that the timing source is what we expected
   * it to be.  If link is lost, the interface is marked down, and
   * we no longer can transmit.
-  *
   */
 
 #include <linux/kernel.h>
--- a/drivers/net/wan/lmc/lmc_media.c
+++ b/drivers/net/wan/lmc/lmc_media.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /* $Id: lmc_media.c,v 1.13 2000/04/11 05:25:26 asj Exp $ */
 
 #include <linux/kernel.h>
@@ -37,9 +38,6 @@
   * Rob Braun (bbraun@vix.com),
   * Michael Graff (explorer@vix.com) and
   * Matt Thomas (matt@3am-software.com).
-  *
-  * This software may be used and distributed according to the terms
-  * of the GNU General Public License version 2, incorporated herein by reference.
   */
 
 /*
--- a/drivers/net/wan/lmc/lmc_proto.c
+++ b/drivers/net/wan/lmc/lmc_proto.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
  /*
   * Copyright (c) 1997-2000 LAN Media Corporation (LMC)
   * All rights reserved.  www.lanmedia.com
@@ -13,9 +14,6 @@
   * Ron Crane
   * Allan Cox
   *
-  * This software may be used and distributed according to the terms
-  * of the GNU General Public License version 2, incorporated herein by reference.
-  *
   * Driver for the LanMedia LMC5200, LMC5245, LMC1000, LMC1200 cards.
   */
 
--- a/drivers/net/wan/lmc/lmc_var.h
+++ b/drivers/net/wan/lmc/lmc_var.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 #ifndef _LMC_VAR_H_
 #define _LMC_VAR_H_
 
@@ -10,9 +11,6 @@
   * Rob Braun (bbraun@vix.com),
   * Michael Graff (explorer@vix.com) and
   * Matt Thomas (matt@3am-software.com).
-  *
-  * This software may be used and distributed according to the terms
-  * of the GNU General Public License version 2, incorporated herein by reference.
   */
 
 #include <linux/timer.h>



  parent reply	other threads:[~2019-06-01  8:14 UTC|newest]

Thread overview: 138+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-01  8:08 [Batch 15 patch 00/49] Batch 15 of random GPL notices/references Thomas Gleixner
2019-06-01  8:08 ` [Batch 15 patch 01/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 401 Thomas Gleixner
2019-06-02 20:41   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 02/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 402 Thomas Gleixner
2019-06-01 10:56   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:42   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 03/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403 Thomas Gleixner
2019-06-01 10:57   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:44   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 04/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 404 Thomas Gleixner
2019-06-02 10:35   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:47   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 05/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405 Thomas Gleixner
2019-06-02 10:36   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:48   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 06/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 406 Thomas Gleixner
2019-06-02 10:36   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:49   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 07/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 407 Thomas Gleixner
2019-06-02 10:37   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:50   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 08/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 408 Thomas Gleixner
2019-06-02 20:51   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 09/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 409 Thomas Gleixner
2019-06-02 20:52   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 10/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410 Thomas Gleixner
2019-06-02 20:52   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 11/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 411 Thomas Gleixner
2019-06-02 20:54   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 12/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 412 Thomas Gleixner
2019-06-02 20:55   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 13/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 413 Thomas Gleixner
2019-06-01 11:30   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:57   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 14/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 414 Thomas Gleixner
2019-06-02 11:00   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:58   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 15/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 415 Thomas Gleixner
2019-06-02 20:59   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 16/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 416 Thomas Gleixner
2019-06-02 20:59   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 17/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 417 Thomas Gleixner
2019-06-01 10:59   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:00   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 18/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 418 Thomas Gleixner
2019-06-01 11:00   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:02   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 19/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 419 Thomas Gleixner
2019-06-01 11:02   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:03   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 20/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420 Thomas Gleixner
2019-06-01 11:03   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:03   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 21/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 421 Thomas Gleixner
2019-06-01 11:03   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:04   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 22/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 Thomas Gleixner
2019-06-02 21:05   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 23/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 423 Thomas Gleixner
2019-06-01 11:05   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:05   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 24/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 424 Thomas Gleixner
2019-06-01 11:06   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:06   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 25/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 425 Thomas Gleixner
2019-06-02 10:44   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:08     ` Allison Randal
2019-06-01  8:08 ` Thomas Gleixner [this message]
2019-06-01 11:06   ` [Batch 15 patch 26/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 426 Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:08   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 27/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 Thomas Gleixner
2019-06-02 10:46   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:09   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 28/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 429 Thomas Gleixner
2019-06-01 11:07   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:22   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 29/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430 Thomas Gleixner
2019-06-01 11:08   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:23   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 30/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 431 Thomas Gleixner
2019-06-01 11:08   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:23   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 31/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432 Thomas Gleixner
2019-06-02 21:24   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 32/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433 Thomas Gleixner
2019-06-01 11:09   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:25   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 33/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 434 Thomas Gleixner
2019-06-01 11:10   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:26   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 34/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 435 Thomas Gleixner
2019-06-01 11:10   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:26   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 35/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436 Thomas Gleixner
2019-06-01 11:10   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:27   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 36/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437 Thomas Gleixner
2019-06-01 11:11   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:27   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 37/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 438 Thomas Gleixner
2019-06-01 11:12   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-01 17:21   ` John Sullivan
2019-06-02 21:41     ` Allison Randal
2019-06-02 22:31       ` John Sullivan
2019-06-02 21:29   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 38/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 439 Thomas Gleixner
2019-06-02 21:29   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 39/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440 Thomas Gleixner
2019-06-02 21:30   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 40/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 Thomas Gleixner
2019-06-02 10:58   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:31   ` Allison Randal
2019-06-02 23:57   ` dmg
2019-06-01  8:08 ` [Batch 15 patch 41/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442 Thomas Gleixner
2019-06-02 10:59   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:33   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 42/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443 Thomas Gleixner
2019-06-01 11:14   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:34   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 43/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 444 Thomas Gleixner
2019-06-01 11:14   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:34   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 44/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445 Thomas Gleixner
2019-06-02 11:20   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:35   ` Allison Randal
2019-06-01  8:09 ` [Batch 15 patch 45/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446 Thomas Gleixner
2019-06-02 21:36   ` Allison Randal
2019-06-01  8:09 ` [Batch 15 patch 46/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 447 Thomas Gleixner
2019-06-02 21:37   ` Allison Randal
2019-06-01  8:09 ` [Batch 15 patch 47/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 448 Thomas Gleixner
2019-06-01 11:15   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:38   ` Allison Randal
2019-06-01  8:09 ` [Batch 15 patch 48/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 449 Thomas Gleixner
2019-06-01 11:15   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:39   ` Allison Randal
2019-06-01  8:09 ` [Batch 15 patch 49/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 450 Thomas Gleixner
2019-06-01 11:16   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:40   ` Allison Randal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190531190114.200440917@linutronix.de \
    --to=tglx@linutronix.de \
    --cc=linux-spdx@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).