linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steve Winslow <swinslow@linuxfoundation.org>
To: linux-spdx@vger.kernel.org
Subject: Re: [Batch 10 patch 09/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209
Date: Tue, 28 May 2019 23:17:29 -0400	[thread overview]
Message-ID: <CAL8Xim5+jEYpc6pYE+pOkZ0JT=OLk+2Bz5qG7riejam44+dCDw@mail.gmail.com> (raw)
In-Reply-To: <20190528171438.895196075@linutronix.de>

Reviewed-by: Steve Winslow <swinslow@gmail.com>

On Tue, May 28, 2019 at 1:17 PM Thomas Gleixner <tglx@linutronix.de> wrote:
>
> From: Thomas Gleixner tglx@linutronix.de
>
> Based on 1 normalized pattern(s):
>
>   released under gpl v2
>
> extracted by the scancode license scanner the SPDX license identifier
>
>   GPL-2.0-only
>
> has been chosen to replace the boilerplate/reference in 15 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=batch10&id=e87fcc178679
> ---
>  arch/mips/sgi-ip27/ip27-hubio.c                                 |    2 +-
>  arch/mips/sgi-ip27/ip27-xtalk.c                                 |    2 +-
>  drivers/ata/libata-transport.c                                  |    2 +-
>  drivers/ata/sata_inic162x.c                                     |    3 +--
>  drivers/scsi/scsi_sysctl.c                                      |    2 +-
>  drivers/scsi/scsi_transport_sas.c                               |    2 +-
>  fs/fat/fatent.c                                                 |    2 +-
>  fs/namespace.c                                                  |    2 +-
>  fs/omfs/dir.c                                                   |    2 +-
>  fs/omfs/file.c                                                  |    2 +-
>  fs/omfs/inode.c                                                 |    2 +-
>  fs/pnode.c                                                      |    3 +--
>  fs/pnode.h                                                      |    3 +--
>  scripts/export_report.pl                                        |    2 +-
>  tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c |    3 +--
>  15 files changed, 15 insertions(+), 19 deletions(-)
>
> --- a/arch/mips/sgi-ip27/ip27-hubio.c
> +++ b/arch/mips/sgi-ip27/ip27-hubio.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) 1992-1997, 2000-2003 Silicon Graphics, Inc.
>   * Copyright (C) 2004 Christoph Hellwig.
> - *     Released under GPL v2.
>   *
>   * Support functions for the HUB ASIC - mostly PIO mapping related.
>   */
> --- a/arch/mips/sgi-ip27/ip27-xtalk.c
> +++ b/arch/mips/sgi-ip27/ip27-xtalk.c
> @@ -1,8 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) 1999, 2000 Ralf Baechle (ralf@gnu.org)
>   * Copyright (C) 1999, 2000 Silcon Graphics, Inc.
>   * Copyright (C) 2004 Christoph Hellwig.
> - *     Released under GPL v2.
>   *
>   * Generic XTALK initialization code
>   */
> --- a/drivers/ata/libata-transport.c
> +++ b/drivers/ata/libata-transport.c
> @@ -1,6 +1,6 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   *  Copyright 2008 ioogle, Inc.  All rights reserved.
> - *     Released under GPL v2.
>   *
>   * Libata transport class.
>   *
> --- a/drivers/ata/sata_inic162x.c
> +++ b/drivers/ata/sata_inic162x.c
> @@ -1,11 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * sata_inic162x.c - Driver for Initio 162x SATA controllers
>   *
>   * Copyright 2006  SUSE Linux Products GmbH
>   * Copyright 2006  Tejun Heo <teheo@novell.com>
>   *
> - * This file is released under GPL v2.
> - *
>   * **** WARNING ****
>   *
>   * This driver never worked properly and unfortunately data corruption is
> --- a/drivers/scsi/scsi_sysctl.c
> +++ b/drivers/scsi/scsi_sysctl.c
> @@ -1,6 +1,6 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) 2003 Christoph Hellwig.
> - *     Released under GPL v2.
>   */
>
>  #include <linux/errno.h>
> --- a/drivers/scsi/scsi_transport_sas.c
> +++ b/drivers/scsi/scsi_transport_sas.c
> @@ -1,6 +1,6 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) 2005-2006 Dell Inc.
> - *     Released under GPL v2.
>   *
>   * Serial Attached SCSI (SAS) transport class.
>   *
> --- a/fs/fat/fatent.c
> +++ b/fs/fat/fatent.c
> @@ -1,6 +1,6 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (C) 2004, OGAWA Hirofumi
> - * Released under GPL v2.
>   */
>
>  #include <linux/blkdev.h>
> --- a/fs/namespace.c
> +++ b/fs/namespace.c
> @@ -1,8 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   *  linux/fs/namespace.c
>   *
>   * (C) Copyright Al Viro 2000, 2001
> - *     Released under GPL v2.
>   *
>   * Based on code from fs/super.c, copyright Linus Torvalds and others.
>   * Heavily rewritten.
> --- a/fs/omfs/dir.c
> +++ b/fs/omfs/dir.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * OMFS (as used by RIO Karma) directory operations.
>   * Copyright (C) 2005 Bob Copeland <me@bobcopeland.com>
> - * Released under GPL v2.
>   */
>
>  #include <linux/fs.h>
> --- a/fs/omfs/file.c
> +++ b/fs/omfs/file.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * OMFS (as used by RIO Karma) file operations.
>   * Copyright (C) 2005 Bob Copeland <me@bobcopeland.com>
> - * Released under GPL v2.
>   */
>
>  #include <linux/module.h>
> --- a/fs/omfs/inode.c
> +++ b/fs/omfs/inode.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Optimized MPEG FS - inode and super operations.
>   * Copyright (C) 2006 Bob Copeland <me@bobcopeland.com>
> - * Released under GPL v2.
>   */
>  #include <linux/module.h>
>  #include <linux/sched.h>
> --- a/fs/pnode.c
> +++ b/fs/pnode.c
> @@ -1,10 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   *  linux/fs/pnode.c
>   *
>   * (C) Copyright IBM Corporation 2005.
> - *     Released under GPL v2.
>   *     Author : Ram Pai (linuxram@us.ibm.com)
> - *
>   */
>  #include <linux/mnt_namespace.h>
>  #include <linux/mount.h>
> --- a/fs/pnode.h
> +++ b/fs/pnode.h
> @@ -1,9 +1,8 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   *  linux/fs/pnode.h
>   *
>   * (C) Copyright IBM Corporation 2005.
> - *     Released under GPL v2.
> - *
>   */
>  #ifndef _LINUX_PNODE_H
>  #define _LINUX_PNODE_H
> --- a/scripts/export_report.pl
> +++ b/scripts/export_report.pl
> @@ -1,7 +1,7 @@
>  #!/usr/bin/env perl
> +# SPDX-License-Identifier: GPL-2.0-only
>  #
>  # (C) Copyright IBM Corporation 2006.
> -#      Released under GPL v2.
>  #      Author : Ram Pai (linuxram@us.ibm.com)
>  #
>  # Usage: export_report.pl -k Module.symvers [-o report_file ] -f *.mod.c
> --- a/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
> +++ b/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * x86_energy_perf_policy -- set the energy versus performance
>   * policy preference bias on recent X86 processors.
> @@ -5,8 +6,6 @@
>  /*
>   * Copyright (c) 2010 - 2017 Intel Corporation.
>   * Len Brown <len.brown@intel.com>
> - *
> - * This program is released under GPL v2
>   */
>
>  #define _GNU_SOURCE
>
>


-- 
Steve Winslow
Director of Strategic Programs
The Linux Foundation
swinslow@linuxfoundation.org

  parent reply	other threads:[~2019-05-29  3:17 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28 17:10 [Batch 10 patch 00/24] Batch 10 of random GPL references/notices Thomas Gleixner
2019-05-28 17:10 ` [Batch 10 patch 01/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 Thomas Gleixner
2019-05-28 21:53   ` Allison Randal
2019-05-29  2:48   ` Steve Winslow
2019-05-29 10:01   ` Zavras, Alexios
2019-05-29 17:36   ` Richard Fontana
2019-05-31 19:55   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 02/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 202 Thomas Gleixner
2019-05-28 21:54   ` Allison Randal
2019-05-29  2:49   ` Steve Winslow
2019-05-29 10:02   ` Zavras, Alexios
2019-05-29 17:39   ` Richard Fontana
2019-05-29 18:08     ` John Sullivan
2019-05-31 14:04       ` Allison Randal
2019-05-31 20:18         ` Richard Fontana
2019-06-02 18:35           ` Allison Randal
2019-05-31 20:04   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 03/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 203 Thomas Gleixner
2019-05-28 21:54   ` Allison Randal
2019-05-29  2:53   ` Steve Winslow
2019-05-29 10:03   ` Zavras, Alexios
2019-05-29 17:40   ` Richard Fontana
2019-05-31 20:05   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 04/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 204 Thomas Gleixner
2019-05-28 21:58   ` Allison Randal
2019-05-28 22:08     ` Thomas Gleixner
2019-05-28 22:24       ` Allison Randal
2019-05-29  2:55         ` Steve Winslow
2019-05-28 17:10 ` [Batch 10 patch 05/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 205 Thomas Gleixner
2019-05-28 21:59   ` Allison Randal
2019-05-29  2:56     ` Steve Winslow
2019-05-31 20:12       ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 06/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 Thomas Gleixner
2019-05-28 22:00   ` Allison Randal
2019-05-29  2:57   ` Steve Winslow
2019-05-29 10:05   ` Zavras, Alexios
2019-05-29 17:41   ` Richard Fontana
2019-05-31 19:52   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 07/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 207 Thomas Gleixner
2019-05-28 22:01   ` Allison Randal
2019-05-29  3:10   ` Steve Winslow
2019-05-29 10:06   ` Zavras, Alexios
2019-05-29 17:42   ` Richard Fontana
2019-05-31 20:22   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 08/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 208 Thomas Gleixner
2019-05-28 21:05   ` Thomas Gleixner
2019-05-28 17:10 ` [Batch 10 patch 09/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209 Thomas Gleixner
2019-05-28 22:01   ` Allison Randal
2019-05-29  3:17   ` Steve Winslow [this message]
2019-05-29 10:07   ` Zavras, Alexios
2019-05-31 20:15   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 10/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 210 Thomas Gleixner
2019-05-28 22:02   ` Allison Randal
2019-05-29  3:17   ` Steve Winslow
2019-05-29 10:07   ` Zavras, Alexios
2019-05-31 20:16   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 11/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 211 Thomas Gleixner
2019-05-28 22:03   ` Allison Randal
2019-05-29  3:18   ` Steve Winslow
2019-05-29 10:08   ` Zavras, Alexios
2019-05-28 17:10 ` [Batch 10 patch 12/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 212 Thomas Gleixner
2019-05-28 21:06   ` Thomas Gleixner
2019-05-28 22:06     ` Allison Randal
2019-05-29  3:20       ` Steve Winslow
2019-05-29 17:35         ` Richard Fontana
2019-05-31 20:25           ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 13/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 213 Thomas Gleixner
2019-05-28 22:05   ` Allison Randal
2019-05-29  3:21   ` Steve Winslow
2019-05-29 10:10   ` Zavras, Alexios
2019-05-31 20:27   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 14/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214 Thomas Gleixner
2019-05-28 22:06   ` Allison Randal
2019-05-29  3:21   ` Steve Winslow
2019-05-29 10:10   ` Zavras, Alexios
2019-05-31 20:28   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 15/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 215 Thomas Gleixner
2019-05-28 22:07   ` Allison Randal
2019-05-29  3:22   ` Steve Winslow
2019-05-29 10:11   ` Zavras, Alexios
2019-05-31 20:28   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 16/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 216 Thomas Gleixner
2019-05-28 22:08   ` Allison Randal
2019-05-29  3:22   ` Steve Winslow
2019-05-29 10:12   ` Zavras, Alexios
2019-05-28 17:10 ` [Batch 10 patch 17/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 217 Thomas Gleixner
2019-05-28 22:08   ` Allison Randal
2019-05-29  3:23   ` Steve Winslow
2019-05-29 10:12   ` Zavras, Alexios
2019-05-31 20:31   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 18/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 218 Thomas Gleixner
2019-05-28 22:09   ` Allison Randal
2019-05-29  3:23   ` Steve Winslow
2019-05-29 10:13   ` Zavras, Alexios
2019-05-31 20:32   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 19/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 220 Thomas Gleixner
2019-05-28 22:10   ` Allison Randal
2019-05-29  3:23   ` Steve Winslow
2019-05-29  3:26   ` Kate Stewart
2019-05-29 10:14   ` Zavras, Alexios
2019-05-31 20:32   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 20/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 221 Thomas Gleixner
2019-05-28 22:11   ` Allison Randal
2019-05-29  3:26   ` Steve Winslow
2019-05-29 10:15   ` Zavras, Alexios
2019-05-31 20:33   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 21/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 222 Thomas Gleixner
2019-05-28 22:12   ` Allison Randal
2019-05-29  3:27   ` Steve Winslow
2019-05-29 10:16   ` Zavras, Alexios
2019-05-31 20:34   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 22/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223 Thomas Gleixner
2019-05-28 22:12   ` Allison Randal
2019-05-29  3:27   ` Steve Winslow
2019-05-29 10:16   ` Zavras, Alexios
2019-05-31 20:35   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 23/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 224 Thomas Gleixner
2019-05-28 22:13   ` Allison Randal
2019-05-29  3:28   ` Steve Winslow
2019-05-29 10:17   ` Zavras, Alexios
2019-05-31 20:36   ` Kate Stewart
2019-05-28 17:10 ` [Batch 10 patch 24/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 225 Thomas Gleixner
2019-05-28 22:13   ` Allison Randal
2019-05-29  3:29   ` Steve Winslow
2019-05-29 10:18   ` Zavras, Alexios
2019-05-31 20:36   ` Kate Stewart

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='CAL8Xim5+jEYpc6pYE+pOkZ0JT=OLk+2Bz5qG7riejam44+dCDw@mail.gmail.com' \
    --to=swinslow@linuxfoundation.org \
    --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).