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 15 patch 45/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446
Date: Sat, 01 Jun 2019 10:09:00 +0200	[thread overview]
Message-ID: <20190531190115.962665879@linutronix.de> (raw)
In-Reply-To: 20190531185815.510185089@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 you should have received a
  copy of the gnu general public license along with this program if
  not see http www gnu org licenses

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-only

has been chosen to replace the boilerplate/reference in 30 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=batch15&id=e1f0ffdaf9a4
---
 drivers/firmware/meson/meson_sm.c                       |    8 +-------
 drivers/iio/adc/meson_saradc.c                          |    8 +-------
 drivers/media/rc/keymaps/rc-astrometa-t2hybrid.c        |    8 +-------
 drivers/media/rc/keymaps/rc-geekbox.c                   |    8 +-------
 drivers/media/rc/meson-ir.c                             |    8 +-------
 drivers/mfd/rn5t618.c                                   |    8 +-------
 drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c |    8 +-------
 drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c       |    8 +-------
 drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c     |    8 +-------
 drivers/net/ethernet/stmicro/stmmac/dwmac-oxnas.c       |    8 +-------
 drivers/phy/amlogic/phy-meson-gxl-usb2.c                |    8 +-------
 drivers/phy/amlogic/phy-meson8b-usb2.c                  |    8 +-------
 drivers/pinctrl/meson/pinctrl-meson-gxbb.c              |    8 +-------
 drivers/pinctrl/meson/pinctrl-meson-gxl.c               |    8 +-------
 drivers/pinctrl/meson/pinctrl-meson.c                   |    8 +-------
 drivers/pinctrl/meson/pinctrl-meson.h                   |    8 +-------
 drivers/pinctrl/meson/pinctrl-meson8-pmx.c              |    8 +-------
 drivers/pinctrl/meson/pinctrl-meson8-pmx.h              |    8 +-------
 drivers/pinctrl/meson/pinctrl-meson8.c                  |    8 +-------
 drivers/pinctrl/meson/pinctrl-meson8b.c                 |    8 +-------
 drivers/regulator/rn5t618-regulator.c                   |    8 +-------
 drivers/spi/spi-meson-spifc.c                           |    8 +-------
 drivers/video/fbdev/omap2/omapfb/dss/video-pll.c        |    8 +-------
 drivers/watchdog/rn5t618_wdt.c                          |    8 +-------
 include/dt-bindings/gpio/meson-gxbb-gpio.h              |    8 +-------
 include/dt-bindings/gpio/meson-gxl-gpio.h               |    8 +-------
 include/dt-bindings/gpio/meson8-gpio.h                  |    8 +-------
 include/dt-bindings/gpio/meson8b-gpio.h                 |    8 +-------
 include/linux/firmware/meson/meson_sm.h                 |    8 +-------
 include/linux/mfd/rn5t618.h                             |    8 +-------
 30 files changed, 30 insertions(+), 210 deletions(-)

--- a/drivers/firmware/meson/meson_sm.c
+++ b/drivers/firmware/meson/meson_sm.c
@@ -1,15 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Amlogic Secure Monitor driver
  *
  * Copyright (C) 2016 Endless Mobile, Inc.
  * Author: Carlo Caione <carlo@endlessm.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #define pr_fmt(fmt) "meson-sm: " fmt
--- a/drivers/iio/adc/meson_saradc.c
+++ b/drivers/iio/adc/meson_saradc.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Amlogic Meson Successive Approximation Register (SAR) A/D Converter
  *
  * Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/bitfield.h>
--- a/drivers/media/rc/keymaps/rc-astrometa-t2hybrid.c
+++ b/drivers/media/rc/keymaps/rc-astrometa-t2hybrid.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Keytable for the Astrometa T2hybrid remote controller
  *
  * Copyright (C) 2017 Oleh Kravchenko <oleg@kaa.org.ua>
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <media/rc-map.h>
--- a/drivers/media/rc/keymaps/rc-geekbox.c
+++ b/drivers/media/rc/keymaps/rc-geekbox.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Keytable for the GeekBox remote controller
  *
  * Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <media/rc-map.h>
--- a/drivers/media/rc/meson-ir.c
+++ b/drivers/media/rc/meson-ir.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Driver for Amlogic Meson IR remote receiver
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/device.h>
--- a/drivers/mfd/rn5t618.c
+++ b/drivers/mfd/rn5t618.c
@@ -1,15 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * MFD core driver for Ricoh RN5T618 PMIC
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com>
  * Copyright (C) 2016 Toradex AG
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/delay.h>
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Synopsys DWC Ethernet Quality-of-Service v4.10a linux driver
  *
  * Copyright (C) 2016 Joao Pinto <jpinto@synopsys.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/clk.h>
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Amlogic Meson6 and Meson8 DWMAC glue layer
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/device.h>
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Amlogic Meson8b, Meson8m2 and GXBB DWMAC glue layer
  *
  * Copyright (C) 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/clk.h>
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-oxnas.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-oxnas.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Oxford Semiconductor OXNAS DWMAC glue layer
  *
@@ -5,13 +6,6 @@
  * Copyright (C) 2014 Daniel Golle <daniel@makrotopia.org>
  * Copyright (C) 2013 Ma Haijun <mahaijuns@gmail.com>
  * Copyright (C) 2012 John Crispin <blogic@openwrt.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/device.h>
--- a/drivers/phy/amlogic/phy-meson-gxl-usb2.c
+++ b/drivers/phy/amlogic/phy-meson-gxl-usb2.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Meson GXL and GXM USB2 PHY driver
  *
  * Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/clk.h>
--- a/drivers/phy/amlogic/phy-meson8b-usb2.c
+++ b/drivers/phy/amlogic/phy-meson8b-usb2.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Meson8, Meson8b and GXBB USB2 PHY driver
  *
  * Copyright (C) 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/clk.h>
--- a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
+++ b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c
@@ -1,15 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Pin controller and GPIO driver for Amlogic Meson GXBB.
  *
  * Copyright (C) 2016 Endless Mobile, Inc.
  * Author: Carlo Caione <carlo@endlessm.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <dt-bindings/gpio/meson-gxbb-gpio.h>
--- a/drivers/pinctrl/meson/pinctrl-meson-gxl.c
+++ b/drivers/pinctrl/meson/pinctrl-meson-gxl.c
@@ -1,15 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Pin controller and GPIO driver for Amlogic Meson GXL.
  *
  * Copyright (C) 2016 Endless Mobile, Inc.
  * Author: Carlo Caione <carlo@endlessm.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <dt-bindings/gpio/meson-gxl-gpio.h>
--- a/drivers/pinctrl/meson/pinctrl-meson.c
+++ b/drivers/pinctrl/meson/pinctrl-meson.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Pin controller and GPIO driver for Amlogic Meson SoCs
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
--- a/drivers/pinctrl/meson/pinctrl-meson.h
+++ b/drivers/pinctrl/meson/pinctrl-meson.h
@@ -1,14 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Pin controller and GPIO driver for Amlogic Meson SoCs
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/gpio/driver.h>
--- a/drivers/pinctrl/meson/pinctrl-meson8-pmx.c
+++ b/drivers/pinctrl/meson/pinctrl-meson8-pmx.c
@@ -1,15 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * First generation of pinmux driver for Amlogic Meson SoCs
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com>
  * Copyright (C) 2017 Jerome Brunet  <jbrunet@baylibre.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* For this first generation of pinctrl driver every pinmux group can be
--- a/drivers/pinctrl/meson/pinctrl-meson8-pmx.h
+++ b/drivers/pinctrl/meson/pinctrl-meson8-pmx.h
@@ -1,15 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * First generation of pinmux driver for Amlogic Meson SoCs
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com>
  * Copyright (C) 2017 Jerome Brunet  <jbrunet@baylibre.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 struct meson8_pmx_data {
--- a/drivers/pinctrl/meson/pinctrl-meson8.c
+++ b/drivers/pinctrl/meson/pinctrl-meson8.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Pin controller and GPIO driver for Amlogic Meson8 and Meson8m2.
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <dt-bindings/gpio/meson8-gpio.h>
--- a/drivers/pinctrl/meson/pinctrl-meson8b.c
+++ b/drivers/pinctrl/meson/pinctrl-meson8b.c
@@ -1,15 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Pin controller and GPIO driver for Amlogic Meson8b.
  *
  * Copyright (C) 2015 Endless Mobile, Inc.
  * Author: Carlo Caione <carlo@endlessm.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <dt-bindings/gpio/meson8b-gpio.h>
--- a/drivers/regulator/rn5t618-regulator.c
+++ b/drivers/regulator/rn5t618-regulator.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Regulator driver for Ricoh RN5T618 PMIC
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/mfd/rn5t618.h>
--- a/drivers/spi/spi-meson-spifc.c
+++ b/drivers/spi/spi-meson-spifc.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Driver for Amlogic Meson SPI flash controller (SPIFC)
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/clk.h>
--- a/drivers/video/fbdev/omap2/omapfb/dss/video-pll.c
+++ b/drivers/video/fbdev/omap2/omapfb/dss/video-pll.c
@@ -1,12 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
 * Copyright (C) 2014 Texas Instruments Ltd
-*
-* 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.
-*
-* You should have received a copy of the GNU General Public License along with
-* this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <linux/clk.h>
--- a/drivers/watchdog/rn5t618_wdt.c
+++ b/drivers/watchdog/rn5t618_wdt.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Watchdog driver for Ricoh RN5T618 PMIC
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/device.h>
--- a/include/dt-bindings/gpio/meson-gxbb-gpio.h
+++ b/include/dt-bindings/gpio/meson-gxbb-gpio.h
@@ -1,15 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * GPIO definitions for Amlogic Meson GXBB SoCs
  *
  * Copyright (C) 2016 Endless Mobile, Inc.
  * Author: Carlo Caione <carlo@endlessm.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _DT_BINDINGS_MESON_GXBB_GPIO_H
--- a/include/dt-bindings/gpio/meson-gxl-gpio.h
+++ b/include/dt-bindings/gpio/meson-gxl-gpio.h
@@ -1,15 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * GPIO definitions for Amlogic Meson GXL SoCs
  *
  * Copyright (C) 2016 Endless Mobile, Inc.
  * Author: Carlo Caione <carlo@endlessm.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _DT_BINDINGS_MESON_GXL_GPIO_H
--- a/include/dt-bindings/gpio/meson8-gpio.h
+++ b/include/dt-bindings/gpio/meson8-gpio.h
@@ -1,14 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * GPIO definitions for Amlogic Meson8 SoCs
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _DT_BINDINGS_MESON8_GPIO_H
--- a/include/dt-bindings/gpio/meson8b-gpio.h
+++ b/include/dt-bindings/gpio/meson8b-gpio.h
@@ -1,15 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * GPIO definitions for Amlogic Meson8b SoCs
  *
  * Copyright (C) 2015 Endless Mobile, Inc.
  * Author: Carlo Caione <carlo@endlessm.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _DT_BINDINGS_MESON8B_GPIO_H
--- a/include/linux/firmware/meson/meson_sm.h
+++ b/include/linux/firmware/meson/meson_sm.h
@@ -1,13 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2016 Endless Mobile, Inc.
  * Author: Carlo Caione <carlo@endlessm.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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _MESON_SM_FW_H_
--- a/include/linux/mfd/rn5t618.h
+++ b/include/linux/mfd/rn5t618.h
@@ -1,14 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * MFD core driver for Ricoh RN5T618 PMIC
  *
  * Copyright (C) 2014 Beniamino Galvani <b.galvani@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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __LINUX_MFD_RN5T618_H



  parent reply	other threads:[~2019-06-01  8:15 UTC|newest]

Thread overview: 138+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-01  8:08 [Batch 15 patch 00/49] Batch 15 of random GPL notices/references Thomas Gleixner
2019-06-01  8:08 ` [Batch 15 patch 01/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 401 Thomas Gleixner
2019-06-02 20:41   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 02/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 402 Thomas Gleixner
2019-06-01 10:56   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:42   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 03/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403 Thomas Gleixner
2019-06-01 10:57   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:44   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 04/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 404 Thomas Gleixner
2019-06-02 10:35   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:47   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 05/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405 Thomas Gleixner
2019-06-02 10:36   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:48   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 06/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 406 Thomas Gleixner
2019-06-02 10:36   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:49   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 07/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 407 Thomas Gleixner
2019-06-02 10:37   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:50   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 08/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 408 Thomas Gleixner
2019-06-02 20:51   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 09/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 409 Thomas Gleixner
2019-06-02 20:52   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 10/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410 Thomas Gleixner
2019-06-02 20:52   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 11/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 411 Thomas Gleixner
2019-06-02 20:54   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 12/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 412 Thomas Gleixner
2019-06-02 20:55   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 13/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 413 Thomas Gleixner
2019-06-01 11:30   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:57   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 14/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 414 Thomas Gleixner
2019-06-02 11:00   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:58   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 15/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 415 Thomas Gleixner
2019-06-02 20:59   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 16/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 416 Thomas Gleixner
2019-06-02 20:59   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 17/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 417 Thomas Gleixner
2019-06-01 10:59   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:00   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 18/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 418 Thomas Gleixner
2019-06-01 11:00   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:02   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 19/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 419 Thomas Gleixner
2019-06-01 11:02   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:03   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 20/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420 Thomas Gleixner
2019-06-01 11:03   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:03   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 21/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 421 Thomas Gleixner
2019-06-01 11:03   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:04   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 22/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 Thomas Gleixner
2019-06-02 21:05   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 23/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 423 Thomas Gleixner
2019-06-01 11:05   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:05   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 24/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 424 Thomas Gleixner
2019-06-01 11:06   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:06   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 25/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 425 Thomas Gleixner
2019-06-02 10:44   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:08     ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 26/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 426 Thomas Gleixner
2019-06-01 11:06   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:08   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 27/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 Thomas Gleixner
2019-06-02 10:46   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:09   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 28/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 429 Thomas Gleixner
2019-06-01 11:07   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:22   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 29/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430 Thomas Gleixner
2019-06-01 11:08   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:23   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 30/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 431 Thomas Gleixner
2019-06-01 11:08   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:23   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 31/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432 Thomas Gleixner
2019-06-02 21:24   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 32/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433 Thomas Gleixner
2019-06-01 11:09   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:25   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 33/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 434 Thomas Gleixner
2019-06-01 11:10   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:26   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 34/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 435 Thomas Gleixner
2019-06-01 11:10   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:26   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 35/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436 Thomas Gleixner
2019-06-01 11:10   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:27   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 36/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437 Thomas Gleixner
2019-06-01 11:11   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:27   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 37/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 438 Thomas Gleixner
2019-06-01 11:12   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-01 17:21   ` John Sullivan
2019-06-02 21:41     ` Allison Randal
2019-06-02 22:31       ` John Sullivan
2019-06-02 21:29   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 38/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 439 Thomas Gleixner
2019-06-02 21:29   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 39/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440 Thomas Gleixner
2019-06-02 21:30   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 40/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 Thomas Gleixner
2019-06-02 10:58   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:31   ` Allison Randal
2019-06-02 23:57   ` dmg
2019-06-01  8:08 ` [Batch 15 patch 41/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442 Thomas Gleixner
2019-06-02 10:59   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:33   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 42/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443 Thomas Gleixner
2019-06-01 11:14   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:34   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 43/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 444 Thomas Gleixner
2019-06-01 11:14   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:34   ` Allison Randal
2019-06-01  8:08 ` [Batch 15 patch 44/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445 Thomas Gleixner
2019-06-02 11:20   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:35   ` Allison Randal
2019-06-01  8:09 ` Thomas Gleixner [this message]
2019-06-02 21:36   ` [Batch 15 patch 45/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446 Allison Randal
2019-06-01  8:09 ` [Batch 15 patch 46/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 447 Thomas Gleixner
2019-06-02 21:37   ` Allison Randal
2019-06-01  8:09 ` [Batch 15 patch 47/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 448 Thomas Gleixner
2019-06-01 11:15   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:38   ` Allison Randal
2019-06-01  8:09 ` [Batch 15 patch 48/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 449 Thomas Gleixner
2019-06-01 11:15   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:39   ` Allison Randal
2019-06-01  8:09 ` [Batch 15 patch 49/49] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 450 Thomas Gleixner
2019-06-01 11:16   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 21:40   ` 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=20190531190115.962665879@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).