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 13 patch 18/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 319
Date: Wed, 29 May 2019 16:57:34 -0700	[thread overview]
Message-ID: <20190530000435.161788799@linutronix.de> (raw)
In-Reply-To: 20190529235716.581218785@linutronix.de

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 this program is
  distributed as is without any warranty of any kind whether express
  or implied 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-only

has been chosen to replace the boilerplate/reference in 51 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=batch13&id=2e8ea0d7dd92
---
 arch/arm/mach-omap1/timer.c                      |   10 +---------
 arch/arm/mach-omap2/display.c                    |   10 +---------
 arch/arm/mach-omap2/omap_opp_data.h              |   10 +---------
 arch/arm/mach-omap2/opp3xxx_data.c               |   10 +---------
 arch/arm/mach-omap2/opp4xxx_data.c               |   10 +---------
 arch/arm/mach-vexpress/spc.c                     |   10 +---------
 drivers/bus/arm-cci.c                            |   10 +---------
 drivers/bus/omap_l3_noc.c                        |   10 +---------
 drivers/bus/omap_l3_noc.h                        |   10 +---------
 drivers/bus/ti-sysc.c                            |   10 +---------
 drivers/clk/keystone/sci-clk.c                   |   10 +---------
 drivers/clk/ti/apll.c                            |   10 +---------
 drivers/clk/ti/autoidle.c                        |   10 +---------
 drivers/clk/ti/clk-dra7-atl.c                    |   10 +---------
 drivers/clk/ti/clk.c                             |   10 +---------
 drivers/clk/ti/clkctrl.c                         |   10 +---------
 drivers/clk/ti/clkt_dflt.c                       |   10 +---------
 drivers/clk/ti/clockdomain.c                     |   10 +---------
 drivers/clk/ti/composite.c                       |   10 +---------
 drivers/clk/ti/divider.c                         |   10 +---------
 drivers/clk/ti/dpll.c                            |   10 +---------
 drivers/clk/ti/fixed-factor.c                    |   10 +---------
 drivers/clk/ti/gate.c                            |   10 +---------
 drivers/clk/ti/interface.c                       |   10 +---------
 drivers/clk/ti/mux.c                             |   10 +---------
 drivers/cpufreq/arm_big_little.c                 |   10 +---------
 drivers/cpufreq/arm_big_little.h                 |   10 +---------
 drivers/cpufreq/scpi-cpufreq.c                   |   10 +---------
 drivers/cpufreq/vexpress-spc-cpufreq.c           |   10 +---------
 drivers/hwmon/scpi-hwmon.c                       |   10 +---------
 drivers/input/misc/palmas-pwrbutton.c            |   10 +---------
 drivers/input/misc/tps65218-pwrbutton.c          |   10 +---------
 drivers/media/platform/am437x/am437x-vpfe_regs.h |   10 +---------
 drivers/misc/sram-exec.c                         |   10 +---------
 drivers/power/supply/bq27xxx_battery_hdq.c       |   10 +---------
 drivers/power/supply/bq27xxx_battery_i2c.c       |   10 +---------
 drivers/power/supply/cpcap-battery.c             |   10 +---------
 drivers/power/supply/lego_ev3_battery.c          |   10 +---------
 drivers/regulator/ti-abb-regulator.c             |   10 +---------
 drivers/reset/reset-ti-sci.c                     |   10 +---------
 drivers/reset/reset-ti-syscon.c                  |   10 +---------
 drivers/thermal/devfreq_cooling.c                |   10 +---------
 drivers/thermal/hisi_thermal.c                   |   10 +---------
 drivers/thermal/power_allocator.c                |   10 +---------
 include/dt-bindings/clk/ti-dra7-atl.h            |   10 +---------
 include/dt-bindings/pinctrl/hisi.h               |   10 +---------
 include/dt-bindings/pinctrl/keystone.h           |   10 +---------
 include/linux/clk/ti.h                           |   10 +---------
 include/linux/devfreq_cooling.h                  |   10 +---------
 include/linux/pm_wakeirq.h                       |   10 +---------
 include/linux/soc/ti/ti-msgmgr.h                 |   10 +---------
 51 files changed, 51 insertions(+), 459 deletions(-)

--- a/arch/arm/mach-omap1/timer.c
+++ b/arch/arm/mach-omap1/timer.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * OMAP1 Dual-Mode Timers - platform device registration
  *
@@ -9,15 +10,6 @@
  * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
  * Tarun Kanti DebBarma <tarun.kanti@ti.com>
  * Thara Gopinath <thara@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk.h>
--- a/arch/arm/mach-omap2/display.c
+++ b/arch/arm/mach-omap2/display.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * OMAP2plus display device setup / initialization.
  *
  * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
  *	Senthilvadivu Guruswamy
  *	Sumit Semwal
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/string.h>
--- a/arch/arm/mach-omap2/omap_opp_data.h
+++ b/arch/arm/mach-omap2/omap_opp_data.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * OMAP SoC specific OPP Data helpers
  *
@@ -6,15 +7,6 @@
  *	Kevin Hilman
  * Copyright (C) 2010 Nokia Corporation.
  *      Eduardo Valentin
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 #ifndef __ARCH_ARM_MACH_OMAP2_OMAP_OPP_DATA_H
 #define __ARCH_ARM_MACH_OMAP2_OMAP_OPP_DATA_H
--- a/arch/arm/mach-omap2/opp3xxx_data.c
+++ b/arch/arm/mach-omap2/opp3xxx_data.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * OMAP3 OPP table definitions.
  *
@@ -7,15 +8,6 @@
  * Copyright (C) 2010-2011 Nokia Corporation.
  *      Eduardo Valentin
  *      Paul Walmsley
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 #include <linux/module.h>
 
--- a/arch/arm/mach-omap2/opp4xxx_data.c
+++ b/arch/arm/mach-omap2/opp4xxx_data.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * OMAP4 OPP table definitions.
  *
@@ -8,15 +9,6 @@
  * Copyright (C) 2010-2011 Nokia Corporation.
  *      Eduardo Valentin
  *      Paul Walmsley
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 #include <linux/module.h>
 
--- a/arch/arm/mach-vexpress/spc.c
+++ b/arch/arm/mach-vexpress/spc.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Versatile Express Serial Power Controller (SPC) support
  *
@@ -6,15 +7,6 @@
  * Authors: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
  *          Achin Gupta           <achin.gupta@arm.com>
  *          Lorenzo Pieralisi     <lorenzo.pieralisi@arm.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk-provider.h>
--- a/drivers/bus/arm-cci.c
+++ b/drivers/bus/arm-cci.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * CCI cache coherent interconnect driver
  *
  * Copyright (C) 2013 ARM Ltd.
  * Author: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/arm-cci.h>
--- a/drivers/bus/omap_l3_noc.c
+++ b/drivers/bus/omap_l3_noc.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * OMAP L3 Interconnect error handling driver
  *
  * Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/
  *	Santosh Shilimkar <santosh.shilimkar@ti.com>
  *	Sricharan <r.sricharan@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 #include <linux/init.h>
 #include <linux/interrupt.h>
--- a/drivers/bus/omap_l3_noc.h
+++ b/drivers/bus/omap_l3_noc.h
@@ -1,18 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * OMAP L3 Interconnect  error handling driver header
  *
  * Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/
  *	Santosh Shilimkar <santosh.shilimkar@ti.com>
  *	sricharan <r.sricharan@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 #ifndef __OMAP_L3_NOC_H
 #define __OMAP_L3_NOC_H
--- a/drivers/bus/ti-sysc.c
+++ b/drivers/bus/ti-sysc.c
@@ -1,14 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ti-sysc.c - Texas Instruments sysc interconnect target driver
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/io.h>
--- a/drivers/clk/keystone/sci-clk.c
+++ b/drivers/clk/keystone/sci-clk.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * SCI Clock driver for keystone based devices
  *
  * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/
  *	Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 #include <linux/clk-provider.h>
 #include <linux/err.h>
--- a/drivers/clk/ti/apll.c
+++ b/drivers/clk/ti/apll.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * OMAP APLL clock support
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * J Keerthy <j-keerthy@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk.h>
--- a/drivers/clk/ti/autoidle.c
+++ b/drivers/clk/ti/autoidle.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * TI clock autoidle support
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk-provider.h>
--- a/drivers/clk/ti/clk-dra7-atl.c
+++ b/drivers/clk/ti/clk-dra7-atl.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * DRA7 ATL (Audio Tracking Logic) clock driver
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * Peter Ujfalusi <peter.ujfalusi@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/init.h>
--- a/drivers/clk/ti/clk.c
+++ b/drivers/clk/ti/clk.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * TI clock support
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk.h>
--- a/drivers/clk/ti/clkctrl.c
+++ b/drivers/clk/ti/clkctrl.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * OMAP clkctrl clock support
  *
  * Copyright (C) 2017 Texas Instruments, Inc.
  *
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk-provider.h>
--- a/drivers/clk/ti/clkt_dflt.c
+++ b/drivers/clk/ti/clkt_dflt.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Default clock type
  *
@@ -8,15 +9,6 @@
  * Richard Woodruff <r-woodruff2@ti.com>
  * Paul Walmsley
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/kernel.h>
--- a/drivers/clk/ti/clockdomain.c
+++ b/drivers/clk/ti/clockdomain.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * OMAP clockdomain support
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk.h>
--- a/drivers/clk/ti/composite.c
+++ b/drivers/clk/ti/composite.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * TI composite clock support
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk-provider.h>
--- a/drivers/clk/ti/divider.c
+++ b/drivers/clk/ti/divider.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * TI Divider Clock
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk-provider.h>
--- a/drivers/clk/ti/dpll.c
+++ b/drivers/clk/ti/dpll.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * OMAP DPLL clock support
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk.h>
--- a/drivers/clk/ti/fixed-factor.c
+++ b/drivers/clk/ti/fixed-factor.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * TI Fixed Factor Clock
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk-provider.h>
--- a/drivers/clk/ti/gate.c
+++ b/drivers/clk/ti/gate.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * OMAP gate clock support
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk-provider.h>
--- a/drivers/clk/ti/interface.c
+++ b/drivers/clk/ti/interface.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * OMAP interface clock support
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk-provider.h>
--- a/drivers/clk/ti/mux.c
+++ b/drivers/clk/ti/mux.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * TI Multiplexer Clock
  *
  * Copyright (C) 2013 Texas Instruments, Inc.
  *
  * Tero Kristo <t-kristo@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/clk-provider.h>
--- a/drivers/cpufreq/arm_big_little.c
+++ b/drivers/cpufreq/arm_big_little.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ARM big.LITTLE Platforms CPUFreq support
  *
@@ -6,15 +7,6 @@
  *
  * Copyright (C) 2013 Linaro.
  * Viresh Kumar <viresh.kumar@linaro.org>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--- a/drivers/cpufreq/arm_big_little.h
+++ b/drivers/cpufreq/arm_big_little.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * ARM big.LITTLE platform's CPUFreq header file
  *
@@ -6,15 +7,6 @@
  *
  * Copyright (C) 2013 Linaro.
  * Viresh Kumar <viresh.kumar@linaro.org>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
  */
 #ifndef CPUFREQ_ARM_BIG_LITTLE_H
 #define CPUFREQ_ARM_BIG_LITTLE_H
--- a/drivers/cpufreq/scpi-cpufreq.c
+++ b/drivers/cpufreq/scpi-cpufreq.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * System Control and Power Interface (SCPI) based CPUFreq Interface driver
  *
@@ -5,15 +6,6 @@
  *
  * Copyright (C) 2015 ARM Ltd.
  * Sudeep Holla <sudeep.holla@arm.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--- a/drivers/cpufreq/vexpress-spc-cpufreq.c
+++ b/drivers/cpufreq/vexpress-spc-cpufreq.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Versatile Express SPC CPUFreq Interface driver
  *
@@ -5,15 +6,6 @@
  *
  * Copyright (C) 2013 ARM Ltd.
  * Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--- a/drivers/hwmon/scpi-hwmon.c
+++ b/drivers/hwmon/scpi-hwmon.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * System Control and Power Interface(SCPI) based hwmon sensor driver
  *
  * Copyright (C) 2015 ARM Ltd.
  * Punit Agrawal <punit.agrawal@arm.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
  */
 
 #include <linux/hwmon.h>
--- a/drivers/input/misc/palmas-pwrbutton.c
+++ b/drivers/input/misc/palmas-pwrbutton.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Texas Instruments' Palmas Power Button Input Driver
  *
  * Copyright (C) 2012-2014 Texas Instruments Incorporated - http://www.ti.com/
  *	Girish S Ghongdemath
  *	Nishanth Menon
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/init.h>
--- a/drivers/input/misc/tps65218-pwrbutton.c
+++ b/drivers/input/misc/tps65218-pwrbutton.c
@@ -1,18 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Texas Instruments' TPS65217 and TPS65218 Power Button Input Driver
  *
  * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
  * Author: Felipe Balbi <balbi@ti.com>
  * Author: Marcin Niestroj <m.niestroj@grinn-global.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/init.h>
--- a/drivers/media/platform/am437x/am437x-vpfe_regs.h
+++ b/drivers/media/platform/am437x/am437x-vpfe_regs.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * TI AM437x Image Sensor Interface Registers
  *
@@ -5,15 +6,6 @@
  *
  * Benoit Parrot <bparrot@ti.com>
  * Lad, Prabhakar <prabhakar.csengg@gmail.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #ifndef AM437X_VPFE_REGS_H
--- a/drivers/misc/sram-exec.c
+++ b/drivers/misc/sram-exec.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * SRAM protect-exec region helper functions
  *
  * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
  *	Dave Gerlach
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/device.h>
--- a/drivers/power/supply/bq27xxx_battery_hdq.c
+++ b/drivers/power/supply/bq27xxx_battery_hdq.c
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * BQ27xxx battery monitor HDQ/1-wire driver
  *
  * Copyright (C) 2007-2017 Texas Instruments Incorporated - http://www.ti.com/
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/kernel.h>
--- a/drivers/power/supply/bq27xxx_battery_i2c.c
+++ b/drivers/power/supply/bq27xxx_battery_i2c.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * BQ27xxx battery monitor I2C driver
  *
  * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/
  *	Andrew F. Davis <afd@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/i2c.h>
--- a/drivers/power/supply/cpcap-battery.c
+++ b/drivers/power/supply/cpcap-battery.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Battery driver for CPCAP PMIC
  *
@@ -7,15 +8,6 @@
  * drivers:
  *
  * Copyright (C) 2009-2010 Motorola, Inc.
- *
- * 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.
-
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/delay.h>
--- a/drivers/power/supply/lego_ev3_battery.c
+++ b/drivers/power/supply/lego_ev3_battery.c
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Battery driver for LEGO MINDSTORMS EV3
  *
  * Copyright (C) 2017 David Lechner <david@lechnology.com>
- *
- * 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.
-
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/delay.h>
--- a/drivers/regulator/ti-abb-regulator.c
+++ b/drivers/regulator/ti-abb-regulator.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Texas Instruments SoC Adaptive Body Bias(ABB) Regulator
  *
@@ -7,15 +8,6 @@
  * Copyright (C) 2012-2013 Texas Instruments, Inc.
  * Andrii Tseglytskyi <andrii.tseglytskyi@ti.com>
  * Nishanth Menon <nm@ti.com>
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 #include <linux/clk.h>
 #include <linux/delay.h>
--- a/drivers/reset/reset-ti-sci.c
+++ b/drivers/reset/reset-ti-sci.c
@@ -1,17 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Texas Instrument's System Control Interface (TI-SCI) reset driver
  *
  * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/
  *	Andrew F. Davis <afd@ti.com>
- *
- * 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



  parent reply	other threads:[~2019-05-30 11:39 UTC|newest]

Thread overview: 220+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-29 23:57 [Batch 13 patch 00/48] Batch 13 of random GPL notices/references Thomas Gleixner
2019-05-29 23:57 ` [Batch 13 patch 01/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 301 Thomas Gleixner
2019-05-30 11:41   ` Kate Stewart
2019-05-30 13:01   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 13:46   ` Zavras, Alexios
2019-06-02 17:30   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 02/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 302 Thomas Gleixner
2019-05-30 13:02   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-30 14:53   ` Kate Stewart
2019-05-31 13:48   ` Zavras, Alexios
2019-06-02 17:33   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 03/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 303 Thomas Gleixner
2019-05-30 11:43   ` Kate Stewart
2019-05-30 13:03   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 17:34   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 04/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 304 Thomas Gleixner
2019-05-30 11:47   ` Kate Stewart
2019-05-30 13:37     ` Armijn Hemel - Tjaldur Software Governance Solutions
     [not found]     ` <d65ea4b4-5c3a-3fb4-2868-3b6b3bbf0fa1@tjaldur.nl>
2019-05-30 17:41       ` Thomas Gleixner
2019-05-31 13:50   ` Zavras, Alexios
2019-06-02 17:35   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 05/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 305 Thomas Gleixner
2019-05-30 11:44   ` Kate Stewart
2019-05-30 13:04   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 13:57   ` Zavras, Alexios
2019-06-02 17:36   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 06/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 307 Thomas Gleixner
2019-05-30 11:44   ` Kate Stewart
2019-05-30 13:06   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 13:58   ` Zavras, Alexios
2019-06-02 17:36   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 07/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 308 Thomas Gleixner
2019-05-30 11:49   ` Kate Stewart
2019-05-31 14:08   ` Zavras, Alexios
2019-06-02 17:37   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 08/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309 Thomas Gleixner
2019-05-31 14:11   ` Zavras, Alexios
2019-06-02 17:38   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 09/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 310 Thomas Gleixner
2019-05-30 11:42   ` Kate Stewart
2019-05-30 13:06   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 14:12   ` Zavras, Alexios
2019-06-02 17:38   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 10/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 311 Thomas Gleixner
2019-05-30 12:36   ` Kate Stewart
2019-05-30 13:07   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 14:12   ` Zavras, Alexios
2019-06-02 17:39   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 11/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 312 Thomas Gleixner
2019-05-30 12:37   ` Kate Stewart
2019-05-30 13:07   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 14:13   ` Zavras, Alexios
2019-06-02 17:40   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 12/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 313 Thomas Gleixner
2019-05-30 12:37   ` Kate Stewart
2019-05-30 13:08   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 14:14   ` Zavras, Alexios
2019-06-02 17:41   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 13/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 314 Thomas Gleixner
2019-05-30 12:41   ` Kate Stewart
2019-05-30 13:08   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 14:15   ` Zavras, Alexios
2019-06-02 17:42   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 14/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 315 Thomas Gleixner
2019-05-30 12:43   ` Kate Stewart
2019-05-30 13:21   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 14:17   ` Zavras, Alexios
2019-06-02 17:43   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 15/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 316 Thomas Gleixner
2019-05-30 12:44   ` Kate Stewart
2019-05-30 13:22   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 14:17   ` Zavras, Alexios
2019-06-02 17:45   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 16/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 317 Thomas Gleixner
2019-05-30 12:44   ` Kate Stewart
2019-05-31 14:20   ` Zavras, Alexios
2019-06-02 17:46   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 17/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 318 Thomas Gleixner
2019-05-30 12:47   ` Kate Stewart
2019-05-31 14:21   ` Zavras, Alexios
2019-06-02 17:46   ` Allison Randal
2019-05-29 23:57 ` Thomas Gleixner [this message]
2019-05-31 14:36   ` [Batch 13 patch 18/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 319 Zavras, Alexios
2019-05-31 15:00     ` Zavras, Alexios
2019-06-02 17:47   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 19/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 Thomas Gleixner
2019-05-30 18:16   ` Kate Stewart
2019-05-31 14:37   ` Zavras, Alexios
2019-05-31 15:00     ` Zavras, Alexios
2019-06-02 17:49   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 20/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321 Thomas Gleixner
2019-05-30 12:59   ` Kate Stewart
2019-05-31 14:39   ` Zavras, Alexios
2019-05-31 14:59     ` Zavras, Alexios
2019-06-02 18:16   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 21/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 322 Thomas Gleixner
2019-05-30 13:01   ` Kate Stewart
2019-05-31 14:40   ` Zavras, Alexios
2019-05-31 14:59     ` Zavras, Alexios
2019-06-02 18:17   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 22/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 323 Thomas Gleixner
2019-05-30 13:02   ` Kate Stewart
2019-05-31 14:41   ` Zavras, Alexios
2019-05-31 14:58     ` Zavras, Alexios
2019-06-02 18:18   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 23/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 324 Thomas Gleixner
2019-05-30 13:07   ` Kate Stewart
2019-05-30 13:26   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 14:43   ` Zavras, Alexios
2019-05-31 14:58     ` Zavras, Alexios
2019-06-02 18:22   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 24/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 325 Thomas Gleixner
2019-05-30 13:07   ` Kate Stewart
2019-05-30 13:27   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 14:44   ` Zavras, Alexios
2019-05-31 14:57     ` Zavras, Alexios
2019-06-02 18:40   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 25/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 326 Thomas Gleixner
2019-05-30 13:11   ` Kate Stewart
2019-05-31 14:45   ` Zavras, Alexios
2019-05-31 14:56     ` Zavras, Alexios
2019-06-02 18:42   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 26/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328 Thomas Gleixner
2019-05-30 13:11   ` Kate Stewart
2019-05-30 13:28   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 14:46   ` Zavras, Alexios
2019-05-31 14:56     ` Zavras, Alexios
2019-06-02 18:43   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 27/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 329 Thomas Gleixner
2019-05-30 13:14   ` Kate Stewart
2019-05-30 13:30   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 14:49   ` Zavras, Alexios
2019-06-02 18:45   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 28/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330 Thomas Gleixner
2019-05-30 13:27   ` Kate Stewart
2019-05-31 14:50   ` Zavras, Alexios
2019-05-31 14:55     ` Zavras, Alexios
2019-06-02 18:47   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 29/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 331 Thomas Gleixner
2019-05-30 13:15   ` Kate Stewart
2019-05-31 14:52   ` Zavras, Alexios
2019-06-02 18:51   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 30/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 Thomas Gleixner
2019-05-30 13:45   ` Kate Stewart
2019-05-31 14:54   ` Zavras, Alexios
2019-06-02 18:54   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 31/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 Thomas Gleixner
2019-05-31 15:06   ` Zavras, Alexios
2019-06-02 18:55   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 32/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 334 Thomas Gleixner
2019-05-30 13:30   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-30 13:54   ` Kate Stewart
2019-05-31 15:06   ` Zavras, Alexios
2019-06-02 18:56   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 33/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 Thomas Gleixner
2019-05-31 15:07   ` Zavras, Alexios
2019-06-02 18:57   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 34/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 Thomas Gleixner
2019-05-31 15:09   ` Zavras, Alexios
2019-06-02 18:58   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 35/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 337 Thomas Gleixner
2019-05-30 13:47   ` Kate Stewart
2019-05-30 13:50   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-30 14:46     ` Kate Stewart
2019-05-29 23:57 ` [Batch 13 patch 36/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338 Thomas Gleixner
2019-05-31 15:10   ` Zavras, Alexios
2019-06-02 19:00   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 37/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 339 Thomas Gleixner
2019-05-30 13:31   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-30 13:58   ` Kate Stewart
2019-05-31 15:11   ` Zavras, Alexios
2019-06-02 19:00   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 38/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340 Thomas Gleixner
2019-05-31 15:12   ` Zavras, Alexios
2019-05-31 18:11   ` Richard Fontana
2019-06-02 19:02   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 39/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341 Thomas Gleixner
2019-05-30 13:42   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-30 14:24   ` Kate Stewart
2019-05-31 15:13   ` Zavras, Alexios
2019-06-02 19:03   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 40/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 342 Thomas Gleixner
2019-05-31 15:14   ` Zavras, Alexios
2019-06-02 19:04   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 41/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 343 Thomas Gleixner
2019-05-30 13:32   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-30 13:59   ` Kate Stewart
2019-05-31 15:15   ` Zavras, Alexios
2019-06-02 19:05   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 42/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344 Thomas Gleixner
2019-05-31 15:17   ` Zavras, Alexios
2019-06-02 19:46   ` Allison Randal
2019-05-29 23:57 ` [Batch 13 patch 43/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 Thomas Gleixner
2019-05-31 15:18   ` Zavras, Alexios
2019-06-02 19:46   ` Allison Randal
2019-05-29 23:58 ` [Batch 13 patch 44/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 346 Thomas Gleixner
2019-05-30 13:34   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-30 14:12   ` Kate Stewart
2019-05-31 15:19   ` Zavras, Alexios
2019-06-02 19:47   ` Allison Randal
2019-05-29 23:58 ` [Batch 13 patch 45/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 347 Thomas Gleixner
2019-05-30 13:34   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-30 14:13   ` Kate Stewart
2019-05-31 15:19   ` Zavras, Alexios
2019-06-02 19:48   ` Allison Randal
2019-05-29 23:58 ` [Batch 13 patch 46/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 348 Thomas Gleixner
2019-05-30 13:35   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-30 14:13   ` Kate Stewart
2019-05-31 15:20   ` Zavras, Alexios
2019-06-02 19:49   ` Allison Randal
2019-05-29 23:58 ` [Batch 13 patch 47/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 349 Thomas Gleixner
2019-05-30 13:35   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-30 14:14   ` Kate Stewart
2019-05-31 15:21   ` Zavras, Alexios
2019-06-02 19:49   ` Allison Randal
2019-05-29 23:58 ` [Batch 13 patch 48/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 350 Thomas Gleixner
2019-05-30 13:38   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-30 14:43   ` Kate Stewart
2019-05-31 15:21   ` Zavras, Alexios
2019-06-02 19:51   ` 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=20190530000435.161788799@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).