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

From: Thomas Gleixner tglx@linutronix.de

Based on 1 normalized pattern(s):

  licensed under the terms of the gnu gpl 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 62 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=0fc7a56651db
---
 drivers/cpufreq/cpufreq-nforce2.c                          |    2 +-
 drivers/cpufreq/e_powersaver.c                             |    3 +--
 drivers/cpufreq/longhaul.c                                 |    2 +-
 drivers/cpufreq/longhaul.h                                 |    3 +--
 drivers/cpufreq/longrun.c                                  |    3 +--
 drivers/cpufreq/powernow-k6.c                              |    3 +--
 drivers/cpufreq/powernow-k7.c                              |    2 +-
 drivers/cpufreq/powernow-k7.h                              |    4 +---
 drivers/cpufreq/powernow-k8.c                              |    5 +----
 drivers/cpufreq/speedstep-ich.c                            |    2 +-
 drivers/cpufreq/speedstep-lib.c                            |    3 +--
 drivers/cpufreq/speedstep-lib.h                            |    3 +--
 drivers/cpufreq/speedstep-smi.c                            |    4 +---
 scripts/checkkconfigsymbols.py                             |    2 +-
 scripts/gfp-translate                                      |    2 +-
 scripts/leaking_addresses.pl                               |    2 +-
 scripts/recordmcount.pl                                    |    2 +-
 scripts/tracing/draw_functrace.py                          |    2 +-
 tools/perf/scripts/perl/rw-by-file.pl                      |    2 +-
 tools/perf/scripts/perl/rw-by-pid.pl                       |    2 +-
 tools/perf/scripts/perl/rwtop.pl                           |    2 +-
 tools/perf/scripts/perl/wakeup-latency.pl                  |    2 +-
 tools/power/cpupower/debug/i386/centrino-decode.c          |    3 +--
 tools/power/cpupower/debug/i386/intel_gsic.c               |    3 +--
 tools/power/cpupower/debug/i386/powernow-k8-decode.c       |    3 +--
 tools/power/cpupower/lib/cpufreq.c                         |    3 +--
 tools/power/cpupower/lib/cpuidle.c                         |    3 +--
 tools/power/cpupower/lib/cpupower.c                        |    3 +--
 tools/power/cpupower/utils/cpufreq-info.c                  |    3 +--
 tools/power/cpupower/utils/cpufreq-set.c                   |    3 +--
 tools/power/cpupower/utils/cpuidle-info.c                  |    3 +--
 tools/power/cpupower/utils/cpupower-info.c                 |    3 +--
 tools/power/cpupower/utils/cpupower-set.c                  |    3 +--
 tools/power/cpupower/utils/cpupower.c                      |    3 +--
 tools/power/cpupower/utils/helpers/helpers.h               |    3 +--
 tools/power/cpupower/utils/helpers/sysfs.c                 |    3 +--
 tools/power/cpupower/utils/helpers/topology.c              |    3 +--
 tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c  |    3 +--
 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c    |    4 +---
 tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c |    4 +---
 tools/power/cpupower/utils/idle_monitor/cpupower-monitor.h |    4 +---
 tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c     |    3 +--
 tools/power/cpupower/utils/idle_monitor/idle_monitors.h    |    4 +---
 tools/power/cpupower/utils/idle_monitor/mperf_monitor.c    |    3 +--
 tools/power/cpupower/utils/idle_monitor/nhm_idle.c         |    3 +--
 tools/power/cpupower/utils/idle_monitor/snb_idle.c         |    3 +--
 tools/testing/ktest/config-bisect.pl                       |    3 +--
 tools/testing/ktest/ktest.pl                               |    2 +-
 tools/testing/selftests/breakpoints/breakpoint_test.c      |    3 +--
 tools/testing/selftests/exec/execveat.c                    |    3 +--
 tools/testing/selftests/size/get_size.c                    |    3 +--
 tools/testing/selftests/timers/posix_timers.c              |    3 +--
 52 files changed, 52 insertions(+), 98 deletions(-)

--- a/drivers/cpufreq/cpufreq-nforce2.c
+++ b/drivers/cpufreq/cpufreq-nforce2.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * (C) 2004-2006  Sebastian Witt <se.witt@gmx.net>
  *
- *  Licensed under the terms of the GNU GPL License version 2.
  *  Based upon reverse engineered information
  *
  *  BIG FAT DISCLAIMER: Work in progress code. Possibly *dangerous*
--- a/drivers/cpufreq/e_powersaver.c
+++ b/drivers/cpufreq/e_powersaver.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  Based on documentation provided by Dave Jones. Thanks!
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  BIG FAT DISCLAIMER: Work in progress code. Possibly *dangerous*
  */
 
--- a/drivers/cpufreq/longhaul.c
+++ b/drivers/cpufreq/longhaul.c
@@ -1,8 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2001-2004  Dave Jones.
  *  (C) 2002  Padraig Brady. <padraig@antefacto.com>
  *
- *  Licensed under the terms of the GNU GPL License version 2.
  *  Based upon datasheets & sample CPUs kindly provided by VIA.
  *
  *  VIA have currently 3 different versions of Longhaul.
--- a/drivers/cpufreq/longhaul.h
+++ b/drivers/cpufreq/longhaul.h
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  *  longhaul.h
  *  (C) 2003 Dave Jones.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  VIA-specific information
  */
 
--- a/drivers/cpufreq/longrun.c
+++ b/drivers/cpufreq/longrun.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * (C) 2002 - 2003  Dominik Brodowski <linux@brodo.de>
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  BIG FAT DISCLAIMER: Work in progress code. Possibly *dangerous*
  */
 
--- a/drivers/cpufreq/powernow-k6.c
+++ b/drivers/cpufreq/powernow-k6.c
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  This file was based upon code in Powertweak Linux (http://powertweak.sf.net)
  *  (C) 2000-2003  Dave Jones, Arjan van de Ven, Janne Pänkälä,
  *                 Dominik Brodowski.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  BIG FAT DISCLAIMER: Work in progress code. Possibly *dangerous*
  */
 
--- a/drivers/cpufreq/powernow-k7.c
+++ b/drivers/cpufreq/powernow-k7.c
@@ -1,8 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  AMD K7 Powernow driver.
  *  (C) 2003 Dave Jones on behalf of SuSE Labs.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
  *  Based upon datasheets & sample CPUs kindly provided by AMD.
  *
  * Errata 5:
--- a/drivers/cpufreq/powernow-k7.h
+++ b/drivers/cpufreq/powernow-k7.h
@@ -1,10 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  *  (C) 2003 Dave Jones.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  AMD-specific information
- *
  */
 
 union msr_fidvidctl {
--- a/drivers/cpufreq/powernow-k8.c
+++ b/drivers/cpufreq/powernow-k8.c
@@ -1,8 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *   (c) 2003-2012 Advanced Micro Devices, Inc.
- *  Your use of this code is subject to the terms and conditions of the
- *  GNU general public license version 2. See "COPYING" or
- *  http://www.gnu.org/licenses/gpl.html
  *
  *  Maintainer:
  *  Andreas Herrmann <herrmann.der.user@googlemail.com>
@@ -11,7 +9,6 @@
  *  (C) 2003 Dave Jones on behalf of SuSE Labs
  *  (C) 2004 Dominik Brodowski <linux@brodo.de>
  *  (C) 2004 Pavel Machek <pavel@ucw.cz>
- *  Licensed under the terms of the GNU GPL License version 2.
  *  Based upon datasheets & sample CPUs kindly provided by AMD.
  *
  *  Valuable input gratefully received from Dave Jones, Pavel Machek,
--- a/drivers/cpufreq/speedstep-ich.c
+++ b/drivers/cpufreq/speedstep-ich.c
@@ -1,8 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * (C) 2001  Dave Jones, Arjan van de ven.
  * (C) 2002 - 2003  Dominik Brodowski <linux@brodo.de>
  *
- *  Licensed under the terms of the GNU GPL License version 2.
  *  Based upon reverse engineered information, and on Intel documentation
  *  for chipsets ICH2-M and ICH3-M.
  *
--- a/drivers/cpufreq/speedstep-lib.c
+++ b/drivers/cpufreq/speedstep-lib.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de>
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  Library for common functions for Intel SpeedStep v.1 and v.2 support
  *
  *  BIG FAT DISCLAIMER: Work in progress code. Possibly *dangerous*
--- a/drivers/cpufreq/speedstep-lib.h
+++ b/drivers/cpufreq/speedstep-lib.h
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de>
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  Library for common functions for Intel SpeedStep v.1 and v.2 support
  *
  *  BIG FAT DISCLAIMER: Work in progress code. Possibly *dangerous*
--- a/drivers/cpufreq/speedstep-smi.c
+++ b/drivers/cpufreq/speedstep-smi.c
@@ -1,10 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Intel SpeedStep SMI driver.
  *
  * (C) 2003  Hiroshi Miura <miura@da-cha.org>
- *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  */
 
 
--- a/scripts/checkkconfigsymbols.py
+++ b/scripts/checkkconfigsymbols.py
@@ -1,11 +1,11 @@
 #!/usr/bin/env python3
+# SPDX-License-Identifier: GPL-2.0-only
 
 """Find Kconfig symbols that are referenced but not defined."""
 
 # (c) 2014-2017 Valentin Rothberg <valentinrothberg@gmail.com>
 # (c) 2014 Stefan Hengelein <stefan.hengelein@fau.de>
 #
-# Licensed under the terms of the GNU GPL License version 2
 
 
 import argparse
--- a/scripts/gfp-translate
+++ b/scripts/gfp-translate
@@ -1,7 +1,7 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0-only
 # Translate the bits making up a GFP mask
 # (c) 2009, Mel Gorman <mel@csn.ul.ie>
-# Licensed under the terms of the GNU GPL License version 2
 SOURCE=
 GFPMASK=none
 
--- a/scripts/leaking_addresses.pl
+++ b/scripts/leaking_addresses.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # (c) 2017 Tobin C. Harding <me@tobin.cc>
-# Licensed under the terms of the GNU GPL License version 2
 #
 # leaking_addresses.pl: Scan the kernel for potential leaking addresses.
 #  - Scans dmesg output.
--- a/scripts/recordmcount.pl
+++ b/scripts/recordmcount.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
+# SPDX-License-Identifier: GPL-2.0-only
 # (c) 2008, Steven Rostedt <srostedt@redhat.com>
-# Licensed under the terms of the GNU GPL License version 2
 #
 # recordmcount.pl - makes a section called __mcount_loc that holds
 #                   all the offsets to the calls to mcount.
--- a/scripts/tracing/draw_functrace.py
+++ b/scripts/tracing/draw_functrace.py
@@ -1,8 +1,8 @@
 #!/usr/bin/python
+# SPDX-License-Identifier: GPL-2.0-only
 
 """
 Copyright 2008 (c) Frederic Weisbecker <fweisbec@gmail.com>
-Licensed under the terms of the GNU GPL License version 2
 
 This script parses a trace provided by the function tracer in
 kernel/trace/trace_functions.c
--- a/tools/perf/scripts/perl/rw-by-file.pl
+++ b/tools/perf/scripts/perl/rw-by-file.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
+# SPDX-License-Identifier: GPL-2.0-only
 # (c) 2009, Tom Zanussi <tzanussi@gmail.com>
-# Licensed under the terms of the GNU GPL License version 2
 
 # Display r/w activity for files read/written to for a given program
 
--- a/tools/perf/scripts/perl/rw-by-pid.pl
+++ b/tools/perf/scripts/perl/rw-by-pid.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
+# SPDX-License-Identifier: GPL-2.0-only
 # (c) 2009, Tom Zanussi <tzanussi@gmail.com>
-# Licensed under the terms of the GNU GPL License version 2
 
 # Display r/w activity for all processes
 
--- a/tools/perf/scripts/perl/rwtop.pl
+++ b/tools/perf/scripts/perl/rwtop.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
+# SPDX-License-Identifier: GPL-2.0-only
 # (c) 2010, Tom Zanussi <tzanussi@gmail.com>
-# Licensed under the terms of the GNU GPL License version 2
 
 # read/write top
 #
--- a/tools/perf/scripts/perl/wakeup-latency.pl
+++ b/tools/perf/scripts/perl/wakeup-latency.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
+# SPDX-License-Identifier: GPL-2.0-only
 # (c) 2009, Tom Zanussi <tzanussi@gmail.com>
-# Licensed under the terms of the GNU GPL License version 2
 
 # Display avg/min/max wakeup latency
 
--- a/tools/power/cpupower/debug/i386/centrino-decode.c
+++ b/tools/power/cpupower/debug/i386/centrino-decode.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2003 - 2004  Dominik Brodowski <linux@dominikbrodowski.de>
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  * Based on code found in
  * linux/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
  * and originally developed by Jeremy Fitzhardinge.
--- a/tools/power/cpupower/debug/i386/intel_gsic.c
+++ b/tools/power/cpupower/debug/i386/intel_gsic.c
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2003  Bruno Ducrot
  *  (C) 2004  Dominik Brodowski <linux@dominikbrodowski.de>
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  * Based on code found in
  * linux/include/asm-i386/ist.h and linux/arch/i386/kernel/setup.c
  * and originally developed by Andy Grover <andrew.grover@intel.com>
--- a/tools/power/cpupower/debug/i386/powernow-k8-decode.c
+++ b/tools/power/cpupower/debug/i386/powernow-k8-decode.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2004 Bruno Ducrot <ducrot@poupinou.org>
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  * Based on code found in
  * linux/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
  * and originally developed by Paul Devriendt
--- a/tools/power/cpupower/lib/cpufreq.c
+++ b/tools/power/cpupower/lib/cpufreq.c
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2004-2009  Dominik Brodowski <linux@dominikbrodowski.de>
- *
- *  Licensed under the terms of the GNU GPL License version 2.
  */
 
 
--- a/tools/power/cpupower/lib/cpuidle.c
+++ b/tools/power/cpupower/lib/cpuidle.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2004-2009  Dominik Brodowski <linux@dominikbrodowski.de>
  *  (C) 2011       Thomas Renninger <trenn@novell.com> Novell Inc.
- *
- *  Licensed under the terms of the GNU GPL License version 2.
  */
 
 #include <stdio.h>
--- a/tools/power/cpupower/lib/cpupower.c
+++ b/tools/power/cpupower/lib/cpupower.c
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2004-2009  Dominik Brodowski <linux@dominikbrodowski.de>
- *
- *  Licensed under the terms of the GNU GPL License version 2.
  */
 
 #include <sys/types.h>
--- a/tools/power/cpupower/utils/cpufreq-info.c
+++ b/tools/power/cpupower/utils/cpufreq-info.c
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2004-2009  Dominik Brodowski <linux@dominikbrodowski.de>
- *
- *  Licensed under the terms of the GNU GPL License version 2.
  */
 
 
--- a/tools/power/cpupower/utils/cpufreq-set.c
+++ b/tools/power/cpupower/utils/cpufreq-set.c
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2004-2009  Dominik Brodowski <linux@dominikbrodowski.de>
- *
- *  Licensed under the terms of the GNU GPL License version 2.
  */
 
 
--- a/tools/power/cpupower/utils/cpuidle-info.c
+++ b/tools/power/cpupower/utils/cpuidle-info.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2004-2009  Dominik Brodowski <linux@dominikbrodowski.de>
  *  (C) 2010       Thomas Renninger <trenn@suse.de>
- *
- *  Licensed under the terms of the GNU GPL License version 2.
  */
 
 
--- a/tools/power/cpupower/utils/cpupower-info.c
+++ b/tools/power/cpupower/utils/cpupower-info.c
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2011 Thomas Renninger <trenn@suse.de>, Novell Inc.
- *
- *  Licensed under the terms of the GNU GPL License version 2.
  */
 
 
--- a/tools/power/cpupower/utils/cpupower-set.c
+++ b/tools/power/cpupower/utils/cpupower-set.c
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2011 Thomas Renninger <trenn@suse.de>, Novell Inc.
- *
- *  Licensed under the terms of the GNU GPL License version 2.
  */
 
 
--- a/tools/power/cpupower/utils/cpupower.c
+++ b/tools/power/cpupower/utils/cpupower.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2010,2011       Thomas Renninger <trenn@suse.de>, Novell Inc.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  Ideas taken over from the perf userspace tool (included in the Linus
  *  kernel git repo): subcommand builtins and param parsing.
  */
--- a/tools/power/cpupower/utils/helpers/helpers.h
+++ b/tools/power/cpupower/utils/helpers/helpers.h
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  *  (C) 2010,2011       Thomas Renninger <trenn@suse.de>, Novell Inc.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  * Miscellaneous helpers which do not fit or are worth
  * to put into separate headers
  */
--- a/tools/power/cpupower/utils/helpers/sysfs.c
+++ b/tools/power/cpupower/utils/helpers/sysfs.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2004-2009  Dominik Brodowski <linux@dominikbrodowski.de>
  *  (C) 2011       Thomas Renninger <trenn@novell.com> Novell Inc.
- *
- *  Licensed under the terms of the GNU GPL License version 2.
  */
 
 #include <stdio.h>
--- a/tools/power/cpupower/utils/helpers/topology.c
+++ b/tools/power/cpupower/utils/helpers/topology.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2010,2011       Thomas Renninger <trenn@suse.de>, Novell Inc.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  * ToDo: Needs to be done more properly for AMD/Intel specifics
  */
 
--- a/tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c
+++ b/tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2010,2011      Thomas Renninger <trenn@suse.de>, Novell Inc.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  PCI initialization based on example code from:
  *  Andreas Herrmann <andreas.herrmann3@amd.com>
  */
--- a/tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c
+++ b/tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c
@@ -1,8 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2010,2011       Thomas Renninger <trenn@suse.de>, Novell Inc
- *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  */
 
 #include <stdio.h>
--- a/tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
+++ b/tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
@@ -1,10 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2010,2011       Thomas Renninger <trenn@suse.de>, Novell Inc.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  Output format inspired by Len Brown's <lenb@kernel.org> turbostat tool.
- *
  */
 
 
--- a/tools/power/cpupower/utils/idle_monitor/cpupower-monitor.h
+++ b/tools/power/cpupower/utils/idle_monitor/cpupower-monitor.h
@@ -1,8 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  *  (C) 2010,2011       Thomas Renninger <trenn@suse.de>, Novell Inc.
- *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  */
 
 #ifndef __CPUIDLE_INFO_HW__
--- a/tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c
+++ b/tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2010,2011       Thomas Renninger <trenn@suse.de>, Novell Inc.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  Based on SandyBridge monitor. Implements the new package C-states
  *  (PC8, PC9, PC10) coming with a specific Haswell (family 0x45) CPU.
  */
--- a/tools/power/cpupower/utils/idle_monitor/idle_monitors.h
+++ b/tools/power/cpupower/utils/idle_monitor/idle_monitors.h
@@ -1,10 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  *  (C) 2010,2011       Thomas Renninger <trenn@suse.de>, Novell Inc.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  Based on the idea from Michael Matz <matz@suse.de>
- *
  */
 
 #ifndef _CPUIDLE_IDLE_MONITORS_H_
--- a/tools/power/cpupower/utils/idle_monitor/mperf_monitor.c
+++ b/tools/power/cpupower/utils/idle_monitor/mperf_monitor.c
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2010,2011       Thomas Renninger <trenn@suse.de>, Novell Inc.
- *
- *  Licensed under the terms of the GNU GPL License version 2.
  */
 
 #if defined(__i386__) || defined(__x86_64__)
--- a/tools/power/cpupower/utils/idle_monitor/nhm_idle.c
+++ b/tools/power/cpupower/utils/idle_monitor/nhm_idle.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2010,2011       Thomas Renninger <trenn@suse.de>, Novell Inc.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  Based on Len Brown's <lenb@kernel.org> turbostat tool.
  */
 
--- a/tools/power/cpupower/utils/idle_monitor/snb_idle.c
+++ b/tools/power/cpupower/utils/idle_monitor/snb_idle.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  (C) 2010,2011       Thomas Renninger <trenn@suse.de>, Novell Inc.
  *
- *  Licensed under the terms of the GNU GPL License version 2.
- *
  *  Based on Len Brown's <lenb@kernel.org> turbostat tool.
  */
 
--- a/tools/testing/ktest/config-bisect.pl
+++ b/tools/testing/ktest/config-bisect.pl
@@ -1,10 +1,9 @@
 #!/usr/bin/perl -w
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright 2015 - Steven Rostedt, Red Hat Inc.
 # Copyright 2017 - Steven Rostedt, VMware, Inc.
 #
-# Licensed under the terms of the GNU GPL License version 2
-#
 
 # usage:
 #  config-bisect.pl [options] good-config bad-config [good|bad]
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright 2010 - Steven Rostedt <srostedt@redhat.com>, Red Hat Inc.
-# Licensed under the terms of the GNU GPL License version 2
 #
 
 use strict;
--- a/tools/testing/selftests/breakpoints/breakpoint_test.c
+++ b/tools/testing/selftests/breakpoints/breakpoint_test.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2011 Red Hat, Inc., Frederic Weisbecker <fweisbec@redhat.com>
  *
- * Licensed under the terms of the GNU GPL License version 2
- *
  * Selftests for breakpoints (and more generally the do_debug() path) in x86.
  */
 
--- a/tools/testing/selftests/exec/execveat.c
+++ b/tools/testing/selftests/exec/execveat.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (c) 2014 Google, Inc.
  *
- * Licensed under the terms of the GNU GPL License version 2
- *
  * Selftests for execveat(2).
  */
 
--- a/tools/testing/selftests/size/get_size.c
+++ b/tools/testing/selftests/size/get_size.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2014 Sony Mobile Communications Inc.
  *
- * Licensed under the terms of the GNU GPL License version 2
- *
  * Selftest for runtime system size
  *
  * Prints the amount of RAM that the currently running system is using.
--- a/tools/testing/selftests/timers/posix_timers.c
+++ b/tools/testing/selftests/timers/posix_timers.c
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2013 Red Hat, Inc., Frederic Weisbecker <fweisbec@redhat.com>
  *
- * Licensed under the terms of the GNU GPL License version 2
- *
  * Selftests for a few posix timers interface.
  *
  * Kernel loop code stolen from Steven Rostedt <srostedt@redhat.com>



  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 ` Thomas Gleixner [this message]
2019-05-27 13:37   ` [Batch 8 patch 15/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166 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 ` [Batch 8 patch 20/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172 Thomas Gleixner
2019-05-27 13:49   ` 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=20190527070033.929121379@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).