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 8 patch 20/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172
Date: Mon, 27 May 2019 08:55:19 +0200	[thread overview]
Message-ID: <20190527070034.395589349@linutronix.de> (raw)
In-Reply-To: 20190527065459.647681500@linutronix.de

From: Thomas Gleixner tglx@linutronix.de

Based on 1 normalized pattern(s):

  this file may be distributed under the terms of the gnu general
  public license version 2

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-only

has been chosen to replace the boilerplate/reference in 9 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=batch8&id=7094cbdd40ec
---
 arch/x86/kernel/cpu/mce/inject.c                  |    9 +--------
 drivers/edac/ghes_edac.c                          |    4 +---
 drivers/edac/i7300_edac.c                         |    4 +---
 drivers/edac/i7core_edac.c                        |    4 +---
 drivers/edac/sb_edac.c                            |    4 +---
 drivers/media/i2c/ov7670.c                        |    4 +---
 drivers/media/platform/marvell-ccic/cafe-driver.c |    4 +---
 drivers/media/platform/marvell-ccic/mmp-driver.c  |    4 +---
 include/media/i2c/ov7670.h                        |    4 +---
 9 files changed, 9 insertions(+), 32 deletions(-)

--- a/arch/x86/kernel/cpu/mce/inject.c
+++ b/arch/x86/kernel/cpu/mce/inject.c
@@ -1,12 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Machine check injection support.
  * Copyright 2008 Intel Corporation.
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; version 2
- * of the License.
- *
  * Authors:
  * Andi Kleen
  * Ying Huang
@@ -16,9 +12,6 @@
  * built as module so that it can be loaded on production kernels for
  * testing purposes.
  *
- * This file may be distributed under the terms of the GNU General Public
- * License version 2.
- *
  * Copyright (c) 2010-17:  Borislav Petkov <bp@alien8.de>
  *			   Advanced Micro Devices Inc.
  */
--- a/drivers/edac/ghes_edac.c
+++ b/drivers/edac/ghes_edac.c
@@ -1,9 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * GHES/EDAC Linux driver
  *
- * This file may be distributed under the terms of the GNU General Public
- * License version 2.
- *
  * Copyright (c) 2013 by Mauro Carvalho Chehab
  *
  * Red Hat Inc. http://www.redhat.com
--- a/drivers/edac/i7300_edac.c
+++ b/drivers/edac/i7300_edac.c
@@ -1,9 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Intel 7300 class Memory Controllers kernel module (Clarksboro)
  *
- * This file may be distributed under the terms of the
- * GNU General Public License version 2 only.
- *
  * Copyright (c) 2010 by:
  *	 Mauro Carvalho Chehab
  *
--- a/drivers/edac/i7core_edac.c
+++ b/drivers/edac/i7core_edac.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /* Intel i7 core/Nehalem Memory Controller kernel module
  *
  * This driver supports the memory controllers found on the Intel
@@ -5,9 +6,6 @@
  * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield
  * and Westmere-EP.
  *
- * This file may be distributed under the terms of the
- * GNU General Public License version 2 only.
- *
  * Copyright (c) 2009-2010 by:
  *	 Mauro Carvalho Chehab
  *
--- a/drivers/edac/sb_edac.c
+++ b/drivers/edac/sb_edac.c
@@ -1,11 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /* Intel Sandy Bridge -EN/-EP/-EX Memory Controller kernel module
  *
  * This driver supports the memory controllers found on the Intel
  * processor family Sandy Bridge.
  *
- * This file may be distributed under the terms of the
- * GNU General Public License version 2 only.
- *
  * Copyright (c) 2011 by:
  *	 Mauro Carvalho Chehab
  */
--- a/drivers/media/i2c/ov7670.c
+++ b/drivers/media/i2c/ov7670.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * A V4L2 driver for OmniVision OV7670 cameras.
  *
@@ -6,9 +7,6 @@
  * McClelland's ovcamchip code.
  *
  * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net>
- *
- * This file may be distributed under the terms of the GNU General
- * Public License, version 2.
  */
 #include <linux/clk.h>
 #include <linux/init.h>
--- a/drivers/media/platform/marvell-ccic/cafe-driver.c
+++ b/drivers/media/platform/marvell-ccic/cafe-driver.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * A driver for the CMOS camera controller in the Marvell 88ALP01 "cafe"
  * multifunction chip.  Currently works with the Omnivision OV7670
@@ -13,9 +14,6 @@
  *
  * v4l2_device/v4l2_subdev conversion by:
  * Copyright (C) 2009 Hans Verkuil <hverkuil@xs4all.nl>
- *
- * This file may be distributed under the terms of the GNU General
- * Public License, version 2.
  */
 #include <linux/kernel.h>
 #include <linux/module.h>
--- a/drivers/media/platform/marvell-ccic/mmp-driver.c
+++ b/drivers/media/platform/marvell-ccic/mmp-driver.c
@@ -1,11 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Support for the camera device found on Marvell MMP processors; known
  * to work with the Armada 610 as used in the OLPC 1.75 system.
  *
  * Copyright 2011 Jonathan Corbet <corbet@lwn.net>
- *
- * This file may be distributed under the terms of the GNU General
- * Public License, version 2.
  */
 
 #include <linux/init.h>
--- a/include/media/i2c/ov7670.h
+++ b/include/media/i2c/ov7670.h
@@ -1,10 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * A V4L2 driver for OmniVision OV7670 cameras.
  *
  * Copyright 2010 One Laptop Per Child
- *
- * This file may be distributed under the terms of the GNU General
- * Public License, version 2.
  */
 
 #ifndef __OV7670_H



  parent reply	other threads:[~2019-05-27  9:53 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-27  6:54 [Batch 8 patch 00/23] Batch 8 of random GPL notices/references Thomas Gleixner
2019-05-27  6:55 ` [Batch 8 patch 01/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151 Thomas Gleixner
2019-05-27 13:32   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-27 13:55   ` Richard Fontana
2019-05-27 23:29   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 02/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 Thomas Gleixner
2019-05-27 23:32   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 03/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 Thomas Gleixner
2019-05-27 13:35   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-27 13:54   ` Richard Fontana
2019-05-27 23:33   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 04/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 154 Thomas Gleixner
2019-05-27 13:37   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-27 13:52   ` Richard Fontana
2019-05-27 23:34   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 05/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 155 Thomas Gleixner
2019-05-27 13:37   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-27 13:50   ` Richard Fontana
2019-05-27 23:36   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 06/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 Thomas Gleixner
2019-05-27 14:08   ` Richard Fontana
2019-05-27 16:08   ` Kate Stewart
2019-05-28 15:58     ` Thomas Gleixner
2019-05-27 23:37   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 07/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 Thomas Gleixner
2019-05-27 13:56   ` Richard Fontana
2019-05-27 15:31   ` Kate Stewart
2019-05-27 23:40   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 08/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 158 Thomas Gleixner
2019-05-27 14:27   ` Richard Fontana
2019-05-27 15:39   ` Kate Stewart
2019-05-27 23:40   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 09/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 Thomas Gleixner
2019-05-27 13:25   ` Richard Fontana
2019-05-27 15:37   ` Kate Stewart
2019-05-27 23:44   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 10/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 160 Thomas Gleixner
2019-05-27 13:38   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-27 13:50   ` Richard Fontana
2019-05-27 14:18   ` Kate Stewart
2019-05-27 23:45   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 11/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 161 Thomas Gleixner
2019-05-27 14:17   ` Kate Stewart
2019-05-27 14:24   ` Richard Fontana
2019-05-27 23:46   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 12/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 162 Thomas Gleixner
2019-05-27 13:39   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-27 13:49   ` Richard Fontana
2019-05-27 14:16   ` Kate Stewart
2019-05-27 23:47   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 13/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164 Thomas Gleixner
2019-05-27 14:15   ` Kate Stewart
2019-05-27 14:54   ` Richard Fontana
2019-05-27 23:49   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 14/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165 Thomas Gleixner
2019-05-27 13:43   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-27 14:11   ` Kate Stewart
2019-05-27 15:05   ` Richard Fontana
2019-05-27 23:49   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 15/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166 Thomas Gleixner
2019-05-27 13:37   ` Richard Fontana
2019-05-27 13:51     ` Greg KH
2019-05-27 14:04       ` Richard Fontana
2019-05-27 14:10   ` Kate Stewart
2019-05-27 23:53   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 16/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 Thomas Gleixner
2019-05-27 13:59   ` Richard Fontana
2019-05-27 14:07   ` Kate Stewart
2019-05-27 23:55   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 17/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 169 Thomas Gleixner
2019-05-27 13:41   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-27 13:48   ` Richard Fontana
2019-05-27  6:55 ` [Batch 8 patch 18/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170 Thomas Gleixner
2019-05-27 13:41   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-27 13:45   ` Richard Fontana
2019-05-27 13:54   ` Kate Stewart
2019-05-27 23:58   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 19/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 171 Thomas Gleixner
2019-05-27 13:43   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-27 13:53   ` Kate Stewart
2019-05-27 13:58   ` Richard Fontana
2019-05-28  0:07   ` Allison Randal
2019-05-27  6:55 ` Thomas Gleixner [this message]
2019-05-27 13:49   ` [Batch 8 patch 20/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172 Kate Stewart
2019-05-27 14:10   ` Richard Fontana
2019-05-28  0:09   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 21/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173 Thomas Gleixner
2019-05-27 13:42   ` Kate Stewart
2019-05-27 13:44   ` Richard Fontana
2019-05-28  0:10   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 22/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 Thomas Gleixner
2019-05-27 13:40   ` Kate Stewart
2019-05-27 15:07   ` Richard Fontana
2019-05-28  0:11   ` Allison Randal
2019-05-27  6:55 ` [Batch 8 patch 23/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 175 Thomas Gleixner
2019-05-27 13:41   ` Kate Stewart
2019-05-27 13:46   ` Richard Fontana
2019-05-28  0:12   ` 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=20190527070034.395589349@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).