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 18/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 143
Date: Fri, 24 May 2019 06:18:56 -0500	[thread overview]
Message-ID: <CAG_66ZS-q722EZpNWUEM6K64rx7Wp7Kr+Kjmh6mUQVouRGg0XA@mail.gmail.com> (raw)
In-Reply-To: <20190524100844.561472061@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 version 2 as
>   published by the free software foundation or at your option any
>   later version this program is distributed in the hope that it will
>   be useful but without any warranty without even the implied warranty
>   of merchantability or fitness for a particular purpose see the gnu
>   general public license for more details
>
> extracted by the scancode license scanner the SPDX license identifier
>
>   GPL-2.0-or-later
>
> has been chosen to replace the boilerplate/reference in 1 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=e89be6d512b6
> ---
>  drivers/i2c/busses/i2c-cht-wc.c |   11 +----------
>  1 file changed, 1 insertion(+), 10 deletions(-)
>
> --- a/drivers/i2c/busses/i2c-cht-wc.c
> +++ b/drivers/i2c/busses/i2c-cht-wc.c
> @@ -1,19 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Intel CHT Whiskey Cove PMIC I2C Master driver
>   * Copyright (C) 2017 Hans de Goede <hdegoede@redhat.com>
>   *
>   * Based on various non upstream patches to support the CHT Whiskey Cove PMIC:
>   * Copyright (C) 2011 - 2014 Intel Corporation. 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 version
> - * 2 as published by the Free Software Foundation, or (at your option)
> - * any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - * GNU General Public License for more details.
>   */
>
>  #include <linux/acpi.h>
>
>

  reply	other threads:[~2019-05-24 11:19 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
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 [this message]
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_66ZS-q722EZpNWUEM6K64rx7Wp7Kr+Kjmh6mUQVouRGg0XA@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).