All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] hwmon: (mc13783-adc) Switch to SPDX identifier
@ 2018-09-06 18:59 Fabio Estevam
  2018-09-06 18:59 ` [PATCH 2/2] hwmon: (sht15) " Fabio Estevam
  2018-09-08 16:20 ` [PATCH 1/2] hwmon: (mc13783-adc) " Guenter Roeck
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2018-09-06 18:59 UTC (permalink / raw)
  To: linux; +Cc: linux-hwmon, Fabio Estevam

From: Fabio Estevam <fabio.estevam@nxp.com>

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 drivers/hwmon/mc13783-adc.c | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/drivers/hwmon/mc13783-adc.c b/drivers/hwmon/mc13783-adc.c
index 78fe875..825b922 100644
--- a/drivers/hwmon/mc13783-adc.c
+++ b/drivers/hwmon/mc13783-adc.c
@@ -1,21 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Driver for the ADC on Freescale Semiconductor MC13783 and MC13892 PMICs.
  *
  * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
  * Copyright (C) 2009 Sascha Hauer, Pengutronix
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 51
- * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <linux/mfd/mc13xxx.h>
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] hwmon: (sht15) Switch to SPDX identifier
  2018-09-06 18:59 [PATCH 1/2] hwmon: (mc13783-adc) Switch to SPDX identifier Fabio Estevam
@ 2018-09-06 18:59 ` Fabio Estevam
  2018-09-08 16:20   ` Guenter Roeck
  2018-09-08 16:20 ` [PATCH 1/2] hwmon: (mc13783-adc) " Guenter Roeck
  1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2018-09-06 18:59 UTC (permalink / raw)
  To: linux; +Cc: linux-hwmon, Fabio Estevam

From: Fabio Estevam <fabio.estevam@nxp.com>

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 drivers/hwmon/sht15.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c
index 2be7775..c878242 100644
--- a/drivers/hwmon/sht15.c
+++ b/drivers/hwmon/sht15.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * sht15.c - support for the SHT15 Temperature and Humidity Sensor
  *
@@ -9,10 +10,6 @@
  *
  * Copyright (c) 2007 Wouter Horre
  *
- * 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.
- *
  * For further information, see the Documentation/hwmon/sht15 file.
  */
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] hwmon: (mc13783-adc) Switch to SPDX identifier
  2018-09-06 18:59 [PATCH 1/2] hwmon: (mc13783-adc) Switch to SPDX identifier Fabio Estevam
  2018-09-06 18:59 ` [PATCH 2/2] hwmon: (sht15) " Fabio Estevam
@ 2018-09-08 16:20 ` Guenter Roeck
  1 sibling, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2018-09-08 16:20 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: linux-hwmon, Fabio Estevam

On Thu, Sep 06, 2018 at 03:59:49PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Adopt the SPDX license identifier headers to ease license compliance
> management.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Applied to hwmon-next.

Thanks,
Guenter

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] hwmon: (sht15) Switch to SPDX identifier
  2018-09-06 18:59 ` [PATCH 2/2] hwmon: (sht15) " Fabio Estevam
@ 2018-09-08 16:20   ` Guenter Roeck
  0 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2018-09-08 16:20 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: linux-hwmon, Fabio Estevam

On Thu, Sep 06, 2018 at 03:59:50PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Adopt the SPDX license identifier headers to ease license compliance
> management.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Applied to hwmon-next.

Thanks,
Guenter

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-08 21:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-06 18:59 [PATCH 1/2] hwmon: (mc13783-adc) Switch to SPDX identifier Fabio Estevam
2018-09-06 18:59 ` [PATCH 2/2] hwmon: (sht15) " Fabio Estevam
2018-09-08 16:20   ` Guenter Roeck
2018-09-08 16:20 ` [PATCH 1/2] hwmon: (mc13783-adc) " Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.