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

From: Thomas Gleixner tglx@linutronix.de

Based on 1 normalized pattern(s):

  this file is subject to the terms and conditions of version 2 of the
  gnu general public license see the file copying in the main
  directory of this archive 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 55 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=1e810acfa362
---
 drivers/hwmon/max31722.c                   |    5 +----
 drivers/iio/accel/adxl345.h                |    5 +----
 drivers/iio/accel/adxl345_core.c           |    5 +----
 drivers/iio/accel/adxl345_i2c.c            |    5 +----
 drivers/iio/accel/adxl345_spi.c            |    5 +----
 drivers/iio/accel/bma180.c                 |    5 +----
 drivers/iio/accel/bma220_spi.c             |    5 +----
 drivers/iio/accel/mma7660.c                |    5 +----
 drivers/iio/accel/mxc6255.c                |    5 +----
 drivers/iio/accel/stk8312.c                |    5 +----
 drivers/iio/accel/stk8ba50.c               |    5 +----
 drivers/iio/adc/max1118.c                  |    5 +----
 drivers/iio/adc/ti-adc0832.c               |    5 +----
 drivers/iio/adc/ti-adc12138.c              |    5 +----
 drivers/iio/adc/ti-ads1015.c               |    5 +----
 drivers/iio/dac/mcp4725.c                  |    5 +----
 drivers/iio/humidity/am2315.c              |    5 +----
 drivers/iio/humidity/si7005.c              |    5 +----
 drivers/iio/imu/kmx61.c                    |    6 +-----
 drivers/iio/light/adjd_s311.c              |    5 +----
 drivers/iio/light/al3320a.c                |    6 +-----
 drivers/iio/light/apds9300.c               |    5 +----
 drivers/iio/light/cm3323.c                 |    5 +----
 drivers/iio/light/isl29125.c               |    5 +----
 drivers/iio/light/ltr501.c                 |    5 +----
 drivers/iio/light/max44000.c               |    5 +----
 drivers/iio/light/rpr0521.c                |    5 +----
 drivers/iio/light/si1145.c                 |    5 +----
 drivers/iio/light/stk3310.c                |    5 +----
 drivers/iio/light/tcs3414.c                |    5 +----
 drivers/iio/light/tcs3472.c                |    5 +----
 drivers/iio/light/tsl4531.c                |    5 +----
 drivers/iio/light/vcnl4000.c               |    5 +----
 drivers/iio/light/veml6070.c               |    5 +----
 drivers/iio/light/vl6180.c                 |    5 +----
 drivers/iio/light/zopt2201.c               |    5 +----
 drivers/iio/magnetometer/bmc150_magn_spi.c |    5 +----
 drivers/iio/magnetometer/mag3110.c         |    5 +----
 drivers/iio/magnetometer/mmc35240.c        |    5 +----
 drivers/iio/pressure/hp206c.c              |    5 +----
 drivers/iio/pressure/mpl115.c              |    6 +-----
 drivers/iio/pressure/mpl115.h              |    5 +----
 drivers/iio/pressure/mpl115_i2c.c          |    5 +----
 drivers/iio/pressure/mpl115_spi.c          |    5 +----
 drivers/iio/pressure/mpl3115.c             |    5 +----
 drivers/iio/pressure/t5403.c               |    5 +----
 drivers/iio/proximity/rfd77402.c           |    5 +----
 drivers/iio/proximity/srf08.c              |    5 +----
 drivers/iio/temperature/mlx90614.c         |    6 +-----
 drivers/iio/temperature/tmp006.c           |    5 +----
 drivers/iio/temperature/tmp007.c           |    6 +-----
 drivers/leds/leds-dac124s085.c             |    5 +----
 drivers/leds/leds-is31fl319x.c             |    6 +-----
 drivers/leds/leds-pca955x.c                |    5 +----
 drivers/leds/leds-pca963x.c                |    5 +----
 55 files changed, 55 insertions(+), 226 deletions(-)

--- a/drivers/hwmon/max31722.c
+++ b/drivers/hwmon/max31722.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * max31722 - hwmon driver for Maxim Integrated MAX31722/MAX31723 SPI
  * digital thermometer and thermostats.
  *
  * Copyright (c) 2016, Intel Corporation.
- *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
  */
 
 #include <linux/acpi.h>
--- a/drivers/iio/accel/adxl345.h
+++ b/drivers/iio/accel/adxl345.h
@@ -1,11 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * ADXL345 3-Axis Digital Accelerometer
  *
  * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>
- *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
  */
 
 #ifndef _ADXL345_H_
--- a/drivers/iio/accel/adxl345_core.c
+++ b/drivers/iio/accel/adxl345_core.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ADXL345 3-Axis Digital Accelerometer IIO core driver
  *
  * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Datasheet: http://www.analog.com/media/en/technical-documentation/data-sheets/ADXL345.pdf
  */
 
--- a/drivers/iio/accel/adxl345_i2c.c
+++ b/drivers/iio/accel/adxl345_i2c.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ADXL345 3-Axis Digital Accelerometer I2C driver
  *
  * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
- *
  * 7-bit I2C slave address: 0x1D (ALT ADDRESS pin tied to VDDIO) or
  * 0x53 (ALT ADDRESS pin grounded)
  */
--- a/drivers/iio/accel/adxl345_spi.c
+++ b/drivers/iio/accel/adxl345_spi.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ADXL345 3-Axis Digital Accelerometer SPI driver
  *
  * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>
- *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
  */
 
 #include <linux/module.h>
--- a/drivers/iio/accel/bma180.c
+++ b/drivers/iio/accel/bma180.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * bma180.c - IIO driver for Bosch BMA180 triaxial acceleration sensor
  *
@@ -5,10 +6,6 @@
  *
  * Support for BMA250 (c) Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * SPI is not supported by driver
  * BMA180: 7-bit I2C slave address 0x40 or 0x41
  * BMA250: 7-bit I2C slave address 0x18 or 0x19
--- a/drivers/iio/accel/bma220_spi.c
+++ b/drivers/iio/accel/bma220_spi.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * BMA220 Digital triaxial acceleration sensor driver
  *
  * Copyright (c) 2016, Intel Corporation.
- *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
  */
 
 #include <linux/acpi.h>
--- a/drivers/iio/accel/mma7660.c
+++ b/drivers/iio/accel/mma7660.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Freescale MMA7660FC 3-Axis Accelerometer
  *
  * Copyright (c) 2016, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for Freescale MMA7660FC; 7-bit I2C address: 0x4c.
  */
 
--- a/drivers/iio/accel/mxc6255.c
+++ b/drivers/iio/accel/mxc6255.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * MXC6255 - MEMSIC orientation sensing accelerometer
  *
  * Copyright (c) 2015, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for MXC6255 (7-bit I2C slave address 0x15).
  */
 
--- a/drivers/iio/accel/stk8312.c
+++ b/drivers/iio/accel/stk8312.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Sensortek STK8312 3-Axis Accelerometer
  *
  * Copyright (c) 2015, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for STK8312; 7-bit I2C address: 0x3D.
  */
 
--- a/drivers/iio/accel/stk8ba50.c
+++ b/drivers/iio/accel/stk8ba50.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Sensortek STK8BA50 3-Axis Accelerometer
  *
  * Copyright (c) 2015, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
- *
  * STK8BA50 7-bit I2C address: 0x18.
  */
 
--- a/drivers/iio/adc/max1118.c
+++ b/drivers/iio/adc/max1118.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * MAX1117/MAX1118/MAX1119 8-bit, dual-channel ADCs driver
  *
  * Copyright (c) 2017 Akinobu Mita <akinobu.mita@gmail.com>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX1117-MAX1119.pdf
  *
  * SPI interface connections
--- a/drivers/iio/adc/ti-adc0832.c
+++ b/drivers/iio/adc/ti-adc0832.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ADC0831/ADC0832/ADC0834/ADC0838 8-bit ADC driver
  *
  * Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Datasheet: http://www.ti.com/lit/ds/symlink/adc0832-n.pdf
  */
 
--- a/drivers/iio/adc/ti-adc12138.c
+++ b/drivers/iio/adc/ti-adc12138.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ADC12130/ADC12132/ADC12138 12-bit plus sign ADC driver
  *
  * Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Datasheet: http://www.ti.com/lit/ds/symlink/adc12138.pdf
  */
 
--- a/drivers/iio/adc/ti-ads1015.c
+++ b/drivers/iio/adc/ti-ads1015.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ADS1015 - Texas Instruments Analog-to-Digital Converter
  *
  * Copyright (c) 2016, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for ADS1015 ADC 7-bit I2C slave address:
  *	* 0x48 - ADDR connected to Ground
  *	* 0x49 - ADDR connected to Vdd
--- a/drivers/iio/dac/mcp4725.c
+++ b/drivers/iio/dac/mcp4725.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * mcp4725.c - Support for Microchip MCP4725/6
  *
@@ -5,10 +6,6 @@
  *
  * Based on max517 by Roland Stigge <stigge@antcom.de>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * driver for the Microchip I2C 12-bit digital-to-analog converter (DAC)
  * (7-bit I2C slave address 0x60, the three LSBs can be configured in
  * hardware)
--- a/drivers/iio/humidity/am2315.c
+++ b/drivers/iio/humidity/am2315.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Aosong AM2315 relative humidity and temperature
  *
  * Copyright (c) 2016, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
- *
  * 7-bit I2C address: 0x5C.
  */
 
--- a/drivers/iio/humidity/si7005.c
+++ b/drivers/iio/humidity/si7005.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * si7005.c - Support for Silabs Si7005 humidity and temperature sensor
  *
  * Copyright (c) 2014 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * (7-bit I2C slave address 0x40)
  *
  * TODO: heater, fast mode, processed mode (temp. / linearity compensation)
--- a/drivers/iio/imu/kmx61.c
+++ b/drivers/iio/imu/kmx61.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * KMX61 - Kionix 6-axis Accelerometer/Magnetometer
  *
  * Copyright (c) 2014, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for KMX61 (7-bit I2C slave address 0x0E or 0x0F).
- *
  */
 
 #include <linux/module.h>
--- a/drivers/iio/light/adjd_s311.c
+++ b/drivers/iio/light/adjd_s311.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * adjd_s311.c - Support for ADJD-S311-CR999 digital color sensor
  *
  * Copyright (C) 2012 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * driver for ADJD-S311-CR999 digital color sensor (10-bit channels for
  * red, green, blue, clear); 7-bit I2C slave address 0x74
  *
--- a/drivers/iio/light/al3320a.c
+++ b/drivers/iio/light/al3320a.c
@@ -1,16 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * AL3320A - Dyna Image Ambient Light Sensor
  *
  * Copyright (c) 2014, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for AL3320A (7-bit I2C slave address 0x1C).
  *
  * TODO: interrupt support, thresholds
- *
  */
 
 #include <linux/module.h>
--- a/drivers/iio/light/apds9300.c
+++ b/drivers/iio/light/apds9300.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * apds9300.c - IIO driver for Avago APDS9300 ambient light sensor
  *
  * Copyright 2013 Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
- *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
  */
 
 #include <linux/module.h>
--- a/drivers/iio/light/cm3323.c
+++ b/drivers/iio/light/cm3323.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * CM3323 - Capella Color Light Sensor
  *
  * Copyright (c) 2015, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for CM3323 (7-bit I2C slave address 0x10)
  *
  * TODO: calibscale to correct the lens factor
--- a/drivers/iio/light/isl29125.c
+++ b/drivers/iio/light/isl29125.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * isl29125.c - Support for Intersil ISL29125 RGB light sensor
  *
  * Copyright (c) 2014 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * RGB light sensor with 16-bit channels for red, green, blue);
  * 7-bit I2C slave address 0x44
  *
--- a/drivers/iio/light/ltr501.c
+++ b/drivers/iio/light/ltr501.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ltr501.c - Support for Lite-On LTR501 ambient light and proximity sensor
  *
  * Copyright 2014 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * 7-bit I2C slave address 0x23
  *
  * TODO: IR LED characteristics
--- a/drivers/iio/light/max44000.c
+++ b/drivers/iio/light/max44000.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * MAX44000 Ambient and Infrared Proximity Sensor
  *
  * Copyright (c) 2016, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Data sheet: https://datasheets.maximintegrated.com/en/ds/MAX44000.pdf
  *
  * 7-bit I2C slave address 0x4a
--- a/drivers/iio/light/rpr0521.c
+++ b/drivers/iio/light/rpr0521.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * RPR-0521 ROHM Ambient Light and Proximity Sensor
  *
  * Copyright (c) 2015, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for RPR-0521RS (7-bit I2C slave address 0x38).
  *
  * TODO: illuminance channel
--- a/drivers/iio/light/si1145.c
+++ b/drivers/iio/light/si1145.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * si1145.c - Support for Silabs SI1132 and SI1141/2/3/5/6/7 combined ambient
  * light, UV index and proximity sensors
@@ -5,10 +6,6 @@
  * Copyright 2014-16 Peter Meerwald-Stadler <pmeerw@pmeerw.net>
  * Copyright 2016 Crestez Dan Leonard <leonard.crestez@intel.com>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * SI1132 (7-bit I2C slave address 0x60)
  * SI1141/2/3 (7-bit I2C slave address 0x5a)
  * SI1145/6/6 (7-bit I2C slave address 0x60)
--- a/drivers/iio/light/stk3310.c
+++ b/drivers/iio/light/stk3310.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /**
  * Sensortek STK3310/STK3311 Ambient Light and Proximity Sensor
  *
  * Copyright (c) 2015, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for STK3310/STK3311. 7-bit I2C address: 0x48.
  */
 
--- a/drivers/iio/light/tcs3414.c
+++ b/drivers/iio/light/tcs3414.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * tcs3414.c - Support for TAOS TCS3414 digital color sensor
  *
  * Copyright (c) 2014 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Digital color sensor with 16-bit channels for red, green, blue, clear);
  * 7-bit I2C slave address 0x39 (TCS3414) or 0x29, 0x49, 0x59 (TCS3413,
  * TCS3415, TCS3416, resp.)
--- a/drivers/iio/light/tcs3472.c
+++ b/drivers/iio/light/tcs3472.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * tcs3472.c - Support for TAOS TCS3472 color light-to-digital converter
  *
  * Copyright (c) 2013 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Color light sensor with 16-bit channels for red, green, blue, clear);
  * 7-bit I2C slave address 0x39 (TCS34721, TCS34723) or 0x29 (TCS34725,
  * TCS34727)
--- a/drivers/iio/light/tsl4531.c
+++ b/drivers/iio/light/tsl4531.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * tsl4531.c - Support for TAOS TSL4531 ambient light sensor
  *
  * Copyright 2013 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for the TSL4531x family
  *   TSL45311/TSL45313: 7-bit I2C slave address 0x39
  *   TSL45315/TSL45317: 7-bit I2C slave address 0x29
--- a/drivers/iio/light/vcnl4000.c
+++ b/drivers/iio/light/vcnl4000.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * vcnl4000.c - Support for Vishay VCNL4000/4010/4020/4040/4200 combined ambient
  * light and proximity sensor
@@ -5,10 +6,6 @@
  * Copyright 2012 Peter Meerwald <pmeerw@pmeerw.net>
  * Copyright 2019 Pursim SPC
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for:
  *   VCNL4000/10/20 (7-bit I2C slave address 0x13)
  *   VCNL4040 (7-bit I2C slave address 0x60)
--- a/drivers/iio/light/veml6070.c
+++ b/drivers/iio/light/veml6070.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * veml6070.c - Support for Vishay VEML6070 UV A light sensor
  *
  * Copyright 2016 Peter Meerwald-Stadler <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for VEML6070 (7-bit I2C slave addresses 0x38 and 0x39)
  *
  * TODO: integration time, ACK signal
--- a/drivers/iio/light/vl6180.c
+++ b/drivers/iio/light/vl6180.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * vl6180.c - Support for STMicroelectronics VL6180 ALS, range and proximity
  * sensor
@@ -5,10 +6,6 @@
  * Copyright 2017 Peter Meerwald-Stadler <pmeerw@pmeerw.net>
  * Copyright 2017 Manivannan Sadhasivam <manivannanece23@gmail.com>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for VL6180 (7-bit I2C slave address 0x29)
  *
  * Range: 0 to 100mm
--- a/drivers/iio/light/zopt2201.c
+++ b/drivers/iio/light/zopt2201.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * zopt2201.c - Support for IDT ZOPT2201 ambient light and UV B sensor
  *
  * Copyright 2017 Peter Meerwald-Stadler <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Datasheet: https://www.idt.com/document/dst/zopt2201-datasheet
  * 7-bit I2C slave addresses 0x53 (default) or 0x52 (programmed)
  *
--- a/drivers/iio/magnetometer/bmc150_magn_spi.c
+++ b/drivers/iio/magnetometer/bmc150_magn_spi.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * 3-axis magnetometer driver support following SPI Bosch-Sensortec chips:
  *  - BMC150
@@ -5,10 +6,6 @@
  *  - BMM150
  *
  * Copyright (c) 2016, Intel Corporation.
- *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
  */
 #include <linux/module.h>
 #include <linux/mod_devicetable.h>
--- a/drivers/iio/magnetometer/mag3110.c
+++ b/drivers/iio/magnetometer/mag3110.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * mag3110.c - Support for Freescale MAG3110 magnetometer sensor
  *
  * Copyright (c) 2013 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * (7-bit I2C slave address 0x0e)
  *
  * TODO: irq, user offset, oversampling, continuous mode
--- a/drivers/iio/magnetometer/mmc35240.c
+++ b/drivers/iio/magnetometer/mmc35240.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * MMC35240 - MEMSIC 3-axis Magnetic Sensor
  *
  * Copyright (c) 2015, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * IIO driver for MMC35240 (7-bit I2C slave address 0x30).
  *
  * TODO: offset, ACPI, continuous measurement mode, PM
--- a/drivers/iio/pressure/hp206c.c
+++ b/drivers/iio/pressure/hp206c.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * hp206c.c - HOPERF HP206C precision barometer and altimeter sensor
  *
  * Copyright (c) 2016, Intel Corporation.
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * (7-bit I2C slave address 0x76)
  *
  * Datasheet:
--- a/drivers/iio/pressure/mpl115.c
+++ b/drivers/iio/pressure/mpl115.c
@@ -1,14 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * mpl115.c - Support for Freescale MPL115A pressure/temperature sensor
  *
  * Copyright (c) 2014 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * TODO: shutdown pin
- *
  */
 
 #include <linux/module.h>
--- a/drivers/iio/pressure/mpl115.h
+++ b/drivers/iio/pressure/mpl115.h
@@ -1,12 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Freescale MPL115A pressure/temperature sensor
  *
  * Copyright (c) 2014 Peter Meerwald <pmeerw@pmeerw.net>
  * Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com>
- *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
  */
 
 #ifndef _MPL115_H_
--- a/drivers/iio/pressure/mpl115_i2c.c
+++ b/drivers/iio/pressure/mpl115_i2c.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Freescale MPL115A2 pressure/temperature sensor
  *
  * Copyright (c) 2014 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * (7-bit I2C slave address 0x60)
  *
  * Datasheet: http://www.nxp.com/files/sensors/doc/data_sheet/MPL115A2.pdf
--- a/drivers/iio/pressure/mpl115_spi.c
+++ b/drivers/iio/pressure/mpl115_spi.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Freescale MPL115A1 pressure/temperature sensor
  *
  * Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Datasheet: http://www.nxp.com/files/sensors/doc/data_sheet/MPL115A1.pdf
  */
 
--- a/drivers/iio/pressure/mpl3115.c
+++ b/drivers/iio/pressure/mpl3115.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * mpl3115.c - Support for Freescale MPL3115A2 pressure/temperature sensor
  *
  * Copyright (c) 2013 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * (7-bit I2C slave address 0x60)
  *
  * TODO: FIFO buffer, altimeter mode, oversampling, continuous mode,
--- a/drivers/iio/pressure/t5403.c
+++ b/drivers/iio/pressure/t5403.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * t5403.c - Support for EPCOS T5403 pressure/temperature sensor
  *
  * Copyright (c) 2014 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * (7-bit I2C slave address 0x77)
  *
  * TODO: end-of-conversion irq
--- a/drivers/iio/proximity/rfd77402.c
+++ b/drivers/iio/proximity/rfd77402.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * rfd77402.c - Support for RF Digital RFD77402 Time-of-Flight (distance) sensor
  *
  * Copyright 2017 Peter Meerwald-Stadler <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * 7-bit I2C slave address 0x4c
  *
  * TODO: interrupt
--- a/drivers/iio/proximity/srf08.c
+++ b/drivers/iio/proximity/srf08.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * srf08.c - Support for Devantech SRFxx ultrasonic ranger
  *           with i2c interface
@@ -5,10 +6,6 @@
  *
  * Copyright (c) 2016, 2017 Andreas Klinger <ak@it-klinger.de>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License. See the file COPYING in the main
- * directory of this archive for more details.
- *
  * For details about the device see:
  * http://www.robot-electronics.co.uk/htm/srf08tech.html
  * http://www.robot-electronics.co.uk/htm/srf10tech.htm
--- a/drivers/iio/temperature/mlx90614.c
+++ b/drivers/iio/temperature/mlx90614.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * mlx90614.c - Support for Melexis MLX90614 contactless IR temperature sensor
  *
@@ -5,10 +6,6 @@
  * Copyright (c) 2015 Essensium NV
  * Copyright (c) 2015 Melexis
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Driver for the Melexis MLX90614 I2C 16-bit IR thermopile sensor
  *
  * (7-bit I2C slave address 0x5a, 100KHz bus speed only!)
@@ -20,7 +17,6 @@
  * i2c adapter is locked since it cannot be used by other clients.  The SCL line
  * always has a pull-up so we do not need an extra GPIO to drive it high.  If
  * the "wakeup" GPIO is not given, power management will be disabled.
- *
  */
 
 #include <linux/err.h>
--- a/drivers/iio/temperature/tmp006.c
+++ b/drivers/iio/temperature/tmp006.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * tmp006.c - Support for TI TMP006 IR thermopile sensor
  *
  * Copyright (c) 2013 Peter Meerwald <pmeerw@pmeerw.net>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Driver for the Texas Instruments I2C 16-bit IR thermopile sensor
  *
  * (7-bit I2C slave address 0x40, changeable via ADR pins)
--- a/drivers/iio/temperature/tmp007.c
+++ b/drivers/iio/temperature/tmp007.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * tmp007.c - Support for TI TMP007 IR thermopile sensor with integrated math engine
  *
  * Copyright (c) 2017 Manivannan Sadhasivam <manivannanece23@gmail.com>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * Driver for the Texas Instruments I2C 16-bit IR thermopile sensor
  *
  * (7-bit I2C slave address (0x40 - 0x47), changeable via ADR pins)
@@ -15,7 +12,6 @@
  * 1. This driver assumes that the sensor has been calibrated beforehand
  * 2. Limit threshold events are enabled at the start
  * 3. Operating mode: INT
- *
  */
 
 #include <linux/err.h>
--- a/drivers/leds/leds-dac124s085.c
+++ b/drivers/leds/leds-dac124s085.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2008
  * Guennadi Liakhovetski, DENX Software Engineering, <lg@denx.de>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * LED driver for the DAC124S085 SPI DAC
  */
 
--- a/drivers/leds/leds-is31fl319x.c
+++ b/drivers/leds/leds-is31fl319x.c
@@ -1,15 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2015-16 Golden Delicious Computers
  *
  * Author: Nikolaus Schaller <hns@goldelico.com>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * LED driver for the IS31FL319{0,1,3,6,9} to drive 1, 3, 6 or 9 light
  * effect LEDs.
- *
  */
 
 #include <linux/err.h>
--- a/drivers/leds/leds-pca955x.c
+++ b/drivers/leds/leds-pca955x.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2007-2008 Extreme Engineering Solutions, Inc.
  *
  * Author: Nate Case <ncase@xes-inc.com>
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * LED driver for various PCA955x I2C LED drivers
  *
  * Supported devices:
--- a/drivers/leds/leds-pca963x.c
+++ b/drivers/leds/leds-pca963x.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2011 bct electronic GmbH
  * Copyright 2013 Qtechnology/AS
@@ -7,10 +8,6 @@
  *
  * Based on leds-pca955x.c
  *
- * This file is subject to the terms and conditions of version 2 of
- * the GNU General Public License.  See the file COPYING in the main
- * directory of this archive for more details.
- *
  * LED driver for the PCA9633 I2C LED driver (7-bit slave address 0x62)
  * LED driver for the PCA9634/5 I2C LED driver (7-bit slave address set by hw.)
  *



  parent reply	other threads:[~2019-05-30 11:40 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 ` [Batch 13 patch 18/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 319 Thomas Gleixner
2019-05-31 14:36   ` 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 ` Thomas Gleixner [this message]
2019-05-30 13:27   ` [Batch 13 patch 28/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330 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=20190530000436.108941081@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).