linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kate Stewart <kstewart@linuxfoundation.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-spdx@vger.kernel.org
Subject: Re: [Batch 6 - patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142
Date: Fri, 24 May 2019 06:18:38 -0500	[thread overview]
Message-ID: <CAG_66ZSAvZ0sf=pByKMuEsu8qfZ+vmtNdEWV6_0Qhm2UQEUVHA@mail.gmail.com> (raw)
In-Reply-To: <20190524100844.465381181@linutronix.de>

Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>

On Fri, May 24, 2019 at 5:12 AM Thomas Gleixner <tglx@linutronix.de> wrote:
>
> From: Thomas Gleixner tglx@linutronix.de
>
> Based on 1 normalized pattern(s):
>
>   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 inc 675 mass ave cambridge ma 02139 usa
>   either version 2 of the license or at your option any later version
>   incorporated herein by reference
>
> extracted by the scancode license scanner the SPDX license identifier
>
>   GPL-2.0-or-later
>
> has been chosen to replace the boilerplate/reference in 4 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=batch6&id=2b4e6cfd61c1
> ---
>  arch/x86/kernel/cpuid.c |    7 +------
>  arch/x86/kernel/msr.c   |    7 +------
>  fs/isofs/compress.c     |    7 +------
>  fs/isofs/zisofs.h       |    7 +------
>  4 files changed, 4 insertions(+), 24 deletions(-)
>
> --- a/arch/x86/kernel/cpuid.c
> +++ b/arch/x86/kernel/cpuid.c
> @@ -1,13 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /* ----------------------------------------------------------------------- *
>   *
>   *   Copyright 2000-2008 H. Peter Anvin - All Rights Reserved
>   *
> - *   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, Inc., 675 Mass Ave, Cambridge MA 02139,
> - *   USA; either version 2 of the License, or (at your option) any later
> - *   version; incorporated herein by reference.
> - *
>   * ----------------------------------------------------------------------- */
>
>  /*
> --- a/arch/x86/kernel/msr.c
> +++ b/arch/x86/kernel/msr.c
> @@ -1,14 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /* ----------------------------------------------------------------------- *
>   *
>   *   Copyright 2000-2008 H. Peter Anvin - All Rights Reserved
>   *   Copyright 2009 Intel Corporation; author: H. Peter Anvin
>   *
> - *   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, Inc., 675 Mass Ave, Cambridge MA 02139,
> - *   USA; either version 2 of the License, or (at your option) any later
> - *   version; incorporated herein by reference.
> - *
>   * ----------------------------------------------------------------------- */
>
>  /*
> --- a/fs/isofs/compress.c
> +++ b/fs/isofs/compress.c
> @@ -1,13 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /* -*- linux-c -*- ------------------------------------------------------- *
>   *
>   *   Copyright 2001 H. Peter Anvin - All Rights Reserved
>   *
> - *   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, Inc., 675 Mass Ave, Cambridge MA 02139,
> - *   USA; either version 2 of the License, or (at your option) any later
> - *   version; incorporated herein by reference.
> - *
>   * ----------------------------------------------------------------------- */
>
>  /*
> --- a/fs/isofs/zisofs.h
> +++ b/fs/isofs/zisofs.h
> @@ -1,13 +1,8 @@
> +/* SPDX-License-Identifier: GPL-2.0-or-later */
>  /* ----------------------------------------------------------------------- *
>   *
>   *   Copyright 2001 H. Peter Anvin - All Rights Reserved
>   *
> - *   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, Inc., 675 Mass Ave, Cambridge MA 02139,
> - *   USA; either version 2 of the License, or (at your option) any later
> - *   version; incorporated herein by reference.
> - *
>   * ----------------------------------------------------------------------- */
>
>  /*
>
>

  reply	other threads:[~2019-05-24 11:18 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-24 10:03 [Batch 6 - patch 00/25] Batch 6 of random GPL notices/references Thomas Gleixner
2019-05-24 10:03 ` [Batch 6 - patch 01/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 126 Thomas Gleixner
2019-05-24 11:10   ` Kate Stewart
2019-05-24 13:36   ` Richard Fontana
2019-05-24 16:33   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 02/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127 Thomas Gleixner
2019-05-24 11:11   ` Kate Stewart
2019-05-24 13:33   ` Richard Fontana
2019-05-24 16:33   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 128 Thomas Gleixner
2019-05-24 11:11   ` Kate Stewart
2019-05-24 13:33   ` Richard Fontana
2019-05-24 16:35   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 04/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 129 Thomas Gleixner
2019-05-24 11:12   ` Kate Stewart
2019-05-24 13:32   ` Richard Fontana
2019-05-24 16:37   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 05/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 130 Thomas Gleixner
2019-05-24 11:15   ` Kate Stewart
2019-05-24 13:22   ` Richard Fontana
2019-05-24 16:38   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 06/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 131 Thomas Gleixner
2019-05-24 11:13   ` Kate Stewart
2019-05-24 13:32   ` Richard Fontana
2019-05-24 16:41   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 07/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132 Thomas Gleixner
2019-05-24 11:14   ` Kate Stewart
2019-05-24 13:31   ` Richard Fontana
2019-05-24 16:41   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 08/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 133 Thomas Gleixner
2019-05-24 11:14   ` Kate Stewart
2019-05-24 13:30   ` Richard Fontana
2019-05-24 16:02     ` Thomas Gleixner
2019-05-24 16:50       ` Allison Randal
2019-05-24 16:59         ` Greg KH
2019-05-25  1:12         ` Richard Fontana
2019-05-24 10:03 ` [Batch 6 - patch 09/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 134 Thomas Gleixner
2019-05-24 10:42   ` Thomas Gleixner
2019-05-24 11:29     ` Kate Stewart
2019-05-24 10:03 ` [Batch 6 - patch 10/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 135 Thomas Gleixner
2019-05-24 11:15   ` Kate Stewart
2019-05-24 13:21   ` Richard Fontana
2019-05-24 16:55   ` Allison Randal
2019-05-24 17:09     ` Greg KH
2019-05-24 10:03 ` [Batch 6 - patch 11/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 136 Thomas Gleixner
2019-05-24 11:16   ` Kate Stewart
2019-05-24 13:21   ` Richard Fontana
2019-05-24 16:57   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 12/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 137 Thomas Gleixner
2019-05-24 11:16   ` Kate Stewart
2019-05-24 13:20   ` Richard Fontana
2019-05-24 16:58   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 13/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 138 Thomas Gleixner
2019-05-24 11:17   ` Kate Stewart
2019-05-24 13:20   ` Richard Fontana
2019-05-24 16:59   ` Allison Randal
2019-05-24 10:03 ` [Batch 6 - patch 14/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 139 Thomas Gleixner
2019-05-24 11:17   ` Kate Stewart
2019-05-24 13:20   ` Richard Fontana
2019-05-24 17:10   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 140 Thomas Gleixner
2019-05-24 11:18   ` Kate Stewart
2019-05-24 13:19   ` Richard Fontana
2019-05-24 17:12   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 16/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 141 Thomas Gleixner
2019-05-24 10:43   ` Thomas Gleixner
2019-05-24 11:29     ` Kate Stewart
2019-05-24 10:04 ` [Batch 6 - patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142 Thomas Gleixner
2019-05-24 11:18   ` Kate Stewart [this message]
2019-05-24 13:19   ` Richard Fontana
2019-05-24 19:07   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 18/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 143 Thomas Gleixner
2019-05-24 11:18   ` Kate Stewart
2019-05-24 13:18   ` Richard Fontana
2019-05-24 19:13   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 19/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 144 Thomas Gleixner
2019-05-24 11:19   ` Kate Stewart
2019-05-24 13:18   ` Richard Fontana
2019-05-24 19:19   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 20/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 Thomas Gleixner
2019-05-24 11:23   ` Kate Stewart
2019-05-24 13:17   ` Richard Fontana
2019-05-24 19:31   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 21/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 146 Thomas Gleixner
2019-05-24 10:45   ` Thomas Gleixner
2019-05-24 11:32     ` Kate Stewart
2019-05-24 10:04 ` [Batch 6 - patch 22/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 147 Thomas Gleixner
2019-05-24 11:22   ` Kate Stewart
2019-05-24 11:41     ` Thomas Gleixner
2019-05-29 14:55       ` Evgeniy Polyakov
2019-06-02 17:47         ` J Lovejoy
2019-05-24 13:13   ` Richard Fontana
2019-05-24 19:35   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 23/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 148 Thomas Gleixner
2019-05-24 11:23   ` Kate Stewart
2019-05-24 13:17   ` Richard Fontana
2019-05-24 19:36   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149 Thomas Gleixner
2019-05-24 11:25   ` Kate Stewart
2019-05-24 13:15     ` Richard Fontana
2019-05-24 19:38   ` Allison Randal
2019-05-24 10:04 ` [Batch 6 - patch 25/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 Thomas Gleixner
2019-05-24 11:24   ` Kate Stewart
2019-05-24 13:16   ` Richard Fontana
2019-05-24 19:42   ` 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='CAG_66ZSAvZ0sf=pByKMuEsu8qfZ+vmtNdEWV6_0Qhm2UQEUVHA@mail.gmail.com' \
    --to=kstewart@linuxfoundation.org \
    --cc=linux-spdx@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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).