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 11 patch 07/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257
Date: Wed, 29 May 2019 10:30:26 -0400	[thread overview]
Message-ID: <CAL8Xim5Jgcv-_6+zgXo_J86zQxmtADm_REjUmmFcGRRpcLHJ5A@mail.gmail.com> (raw)
In-Reply-To: <20190529141333.108140152@linutronix.de>

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

On Wed, May 29, 2019 at 10:22 AM Thomas Gleixner <tglx@linutronix.de> wrote:
>
> From: Thomas Gleixner tglx@linutronix.de
>
> Based on 1 normalized pattern(s):
>
>   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 19 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=batch11&id=491d773358b4
> ---
>  arch/x86/entry/common.c                             |    2 +-
>  drivers/video/backlight/locomolcd.c                 |    2 +-
>  include/net/fq.h                                    |    3 +--
>  include/net/fq_impl.h                               |    3 +--
>  scripts/coccinelle/api/platform_no_drv_owner.cocci  |    3 ++-
>  tools/testing/selftests/x86/check_cc.sh             |    2 +-
>  tools/testing/selftests/x86/entry_from_vm86.c       |    3 +--
>  tools/testing/selftests/x86/fsgsbase.c              |    2 +-
>  tools/testing/selftests/x86/trivial_32bit_program.c |    2 +-
>  tools/testing/selftests/x86/trivial_64bit_program.c |    2 +-
>  10 files changed, 11 insertions(+), 13 deletions(-)
>
> --- a/arch/x86/entry/common.c
> +++ b/arch/x86/entry/common.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * common.c - C code for kernel entry and exit
>   * Copyright (c) 2015 Andrew Lutomirski
> - * GPL v2
>   *
>   * Based on asm and ptrace code by many authors.  The code here originated
>   * in ptrace.c and signal.c.
> --- a/drivers/video/backlight/locomolcd.c
> +++ b/drivers/video/backlight/locomolcd.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Backlight control code for Sharp Zaurus SL-5500
>   *
>   * Copyright 2005 John Lenz <lenz@cs.wisc.edu>
>   * Maintainer: Pavel Machek <pavel@ucw.cz> (unless John wants to :-)
> - * GPL v2
>   *
>   * This driver assumes single CPU. That's okay, because collie is
>   * slightly old hardware, and no one is going to retrofit second CPU to
> --- a/include/net/fq.h
> +++ b/include/net/fq.h
> @@ -1,8 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (c) 2016 Qualcomm Atheros, Inc
>   *
> - * GPL v2
> - *
>   * Based on net/sched/sch_fq_codel.c
>   */
>  #ifndef __NET_SCHED_FQ_H
> --- a/include/net/fq_impl.h
> +++ b/include/net/fq_impl.h
> @@ -1,8 +1,7 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * Copyright (c) 2016 Qualcomm Atheros, Inc
>   *
> - * GPL v2
> - *
>   * Based on net/sched/sch_fq_codel.c
>   */
>  #ifndef __NET_SCHED_FQ_IMPL_H
> --- a/scripts/coccinelle/api/platform_no_drv_owner.cocci
> +++ b/scripts/coccinelle/api/platform_no_drv_owner.cocci
> @@ -1,7 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /// Remove .owner field if calls are used which set it automatically
>  ///
>  // Confidence: High
> -// Copyright: (C) 2014 Wolfram Sang. GPL v2.
> +// Copyright: (C) 2014 Wolfram Sang.
>
>  virtual patch
>  virtual context
> --- a/tools/testing/selftests/x86/check_cc.sh
> +++ b/tools/testing/selftests/x86/check_cc.sh
> @@ -1,7 +1,7 @@
>  #!/bin/sh
> +# SPDX-License-Identifier: GPL-2.0-only
>  # check_cc.sh - Helper to test userspace compilation support
>  # Copyright (c) 2015 Andrew Lutomirski
> -# GPL v2
>
>  CC="$1"
>  TESTPROG="$2"
> --- a/tools/testing/selftests/x86/entry_from_vm86.c
> +++ b/tools/testing/selftests/x86/entry_from_vm86.c
> @@ -1,10 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * entry_from_vm86.c - tests kernel entries from vm86 mode
>   * Copyright (c) 2014-2015 Andrew Lutomirski
>   *
>   * This exercises a few paths that need to special-case vm86 mode.
> - *
> - * GPL v2.
>   */
>
>  #define _GNU_SOURCE
> --- a/tools/testing/selftests/x86/fsgsbase.c
> +++ b/tools/testing/selftests/x86/fsgsbase.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * fsgsbase.c, an fsgsbase test
>   * Copyright (c) 2014-2016 Andy Lutomirski
> - * GPL v2
>   */
>
>  #define _GNU_SOURCE
> --- a/tools/testing/selftests/x86/trivial_32bit_program.c
> +++ b/tools/testing/selftests/x86/trivial_32bit_program.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Trivial program to check that we have a valid 32-bit build environment.
>   * Copyright (c) 2015 Andy Lutomirski
> - * GPL v2
>   */
>
>  #ifndef __i386__
> --- a/tools/testing/selftests/x86/trivial_64bit_program.c
> +++ b/tools/testing/selftests/x86/trivial_64bit_program.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Trivial program to check that we have a valid 64-bit build environment.
>   * Copyright (c) 2015 Andy Lutomirski
> - * GPL v2
>   */
>
>  #ifndef __x86_64__
>
>


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

  reply	other threads:[~2019-05-29 14:30 UTC|newest]

Thread overview: 110+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-29 14:12 [Batch 11 patch 00/25] Batch 11 of random GPL notices/references Thomas Gleixner
2019-05-29 14:12 ` [Batch 11 patch 01/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251 Thomas Gleixner
2019-05-29 14:27   ` Steve Winslow
2019-05-29 14:34   ` Zavras, Alexios
2019-05-31 17:20   ` Allison Randal
2019-05-31 20:40   ` Kate Stewart
2019-05-29 14:12 ` [Batch 11 patch 02/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 252 Thomas Gleixner
2019-05-29 14:36   ` Zavras, Alexios
2019-05-29 18:09   ` Richard Fontana
2019-05-31 17:23   ` Allison Randal
2019-05-31 20:41   ` Kate Stewart
2019-05-29 14:12 ` [Batch 11 patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 253 Thomas Gleixner
2019-05-29 14:28   ` Steve Winslow
2019-05-29 14:37   ` Zavras, Alexios
2019-05-29 18:10   ` Richard Fontana
2019-05-31 17:24   ` Allison Randal
2019-05-31 20:44   ` Kate Stewart
2019-05-29 14:12 ` [Batch 11 patch 04/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 254 Thomas Gleixner
2019-05-29 14:28   ` Steve Winslow
2019-05-29 14:42   ` Zavras, Alexios
2019-05-29 18:10   ` Richard Fontana
2019-05-31 17:25   ` Allison Randal
2019-05-31 20:45   ` Kate Stewart
2019-05-29 14:12 ` [Batch 11 patch 05/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 255 Thomas Gleixner
2019-05-29 14:29   ` Steve Winslow
2019-05-29 18:06     ` Richard Fontana
2019-05-29 14:12 ` [Batch 11 patch 06/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 256 Thomas Gleixner
2019-05-29 14:30   ` Steve Winslow
2019-05-29 14:43   ` Zavras, Alexios
2019-05-29 18:11   ` Richard Fontana
2019-05-31 17:28   ` Allison Randal
2019-05-31 20:47   ` Kate Stewart
2019-05-29 14:12 ` [Batch 11 patch 07/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 257 Thomas Gleixner
2019-05-29 14:30   ` Steve Winslow [this message]
2019-05-29 14:45   ` Zavras, Alexios
2019-05-29 18:11   ` Richard Fontana
2019-05-31 17:29   ` Allison Randal
2019-05-31 20:49   ` Kate Stewart
2019-05-29 14:12 ` [Batch 11 patch 08/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 258 Thomas Gleixner
2019-05-29 14:30   ` Steve Winslow
2019-05-29 14:45   ` Zavras, Alexios
2019-05-29 18:12   ` Richard Fontana
2019-05-31 17:30   ` Allison Randal
2019-05-31 20:58   ` Kate Stewart
2019-05-29 14:12 ` [Batch 11 patch 09/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 259 Thomas Gleixner
2019-05-29 14:31   ` Steve Winslow
2019-05-31 20:59     ` Kate Stewart
2019-05-29 14:12 ` [Batch 11 patch 10/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 260 Thomas Gleixner
2019-05-29 14:31   ` Steve Winslow
2019-05-29 14:46   ` Zavras, Alexios
2019-05-29 18:12   ` Richard Fontana
2019-05-31 17:31   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 11/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 261 Thomas Gleixner
2019-05-29 18:04   ` Richard Fontana
2019-05-31 17:41     ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 12/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262 Thomas Gleixner
2019-05-29 14:49   ` Zavras, Alexios
2019-05-29 18:13   ` Richard Fontana
2019-05-31 17:42   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 13/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263 Thomas Gleixner
2019-05-29 14:49   ` Zavras, Alexios
2019-05-29 18:13   ` Richard Fontana
2019-05-31 17:43   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 14/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 264 Thomas Gleixner
2019-05-29 14:50   ` Zavras, Alexios
2019-05-29 18:14   ` Richard Fontana
2019-05-31 17:45   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 265 Thomas Gleixner
2019-05-29 14:52   ` Zavras, Alexios
2019-05-29 18:15   ` Richard Fontana
2019-05-31 17:46   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 16/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 Thomas Gleixner
2019-05-29 14:53   ` Zavras, Alexios
2019-05-29 18:15   ` Richard Fontana
2019-05-31 17:48   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267 Thomas Gleixner
2019-05-29 14:54   ` Zavras, Alexios
2019-05-29 18:22   ` Richard Fontana
2019-05-31 17:50   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 18/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268 Thomas Gleixner
2019-05-29 14:55   ` Zavras, Alexios
2019-05-29 18:23   ` Richard Fontana
2019-05-31 17:52   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 19/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 Thomas Gleixner
2019-05-29 14:56   ` Zavras, Alexios
2019-05-29 18:23   ` Richard Fontana
2019-05-31 17:53   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 20/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 270 Thomas Gleixner
2019-05-29 14:57   ` Zavras, Alexios
2019-05-29 18:24   ` Richard Fontana
2019-05-31 17:58   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 21/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 271 Thomas Gleixner
2019-05-29 14:58   ` Zavras, Alexios
2019-05-29 18:25   ` Richard Fontana
2019-05-31 17:59   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 22/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 272 Thomas Gleixner
2019-05-29 15:00   ` Zavras, Alexios
2019-05-29 18:25   ` Richard Fontana
2019-05-31 18:00   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 23/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 273 Thomas Gleixner
2019-05-29 15:00   ` Zavras, Alexios
2019-05-29 18:27   ` Richard Fontana
2019-05-31 18:10   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 274 Thomas Gleixner
2019-05-29 15:02   ` Zavras, Alexios
2019-05-29 18:46   ` Richard Fontana
2019-05-31 18:12   ` Allison Randal
2019-05-29 14:12 ` [Batch 11 patch 25/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275 Thomas Gleixner
2019-05-29 15:02   ` Zavras, Alexios
2019-05-31 18:13   ` 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=CAL8Xim5Jgcv-_6+zgXo_J86zQxmtADm_REjUmmFcGRRpcLHJ5A@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).