All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] rtc: snvs: Switch to SPDX identifier
@ 2018-05-22  2:45 Fabio Estevam
  2018-05-22  2:45 ` [PATCH 2/2] rtc: mxc: " Fabio Estevam
  2018-05-22  7:47 ` [PATCH 1/2] rtc: snvs: " Alexandre Belloni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2018-05-22  2:45 UTC (permalink / raw)
  To: alexandre.belloni; +Cc: linux-rtc, 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/rtc/rtc-snvs.c | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/drivers/rtc/rtc-snvs.c b/drivers/rtc/rtc-snvs.c
index 9af591d..8a75cc3 100644
--- a/drivers/rtc/rtc-snvs.c
+++ b/drivers/rtc/rtc-snvs.c
@@ -1,13 +1,6 @@
-/*
- * Copyright (C) 2011-2012 Freescale Semiconductor, Inc.
- *
- * The code contained herein is licensed under the GNU General Public
- * License. You may obtain a copy of the GNU General Public License
- * Version 2 or later at the following locations:
- *
- * http://www.opensource.org/licenses/gpl-license.html
- * http://www.gnu.org/copyleft/gpl.html
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// Copyright (C) 2011-2012 Freescale Semiconductor, Inc.
 
 #include <linux/init.h>
 #include <linux/io.h>
-- 
2.7.4

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

* [PATCH 2/2] rtc: mxc: Switch to SPDX identifier
  2018-05-22  2:45 [PATCH 1/2] rtc: snvs: Switch to SPDX identifier Fabio Estevam
@ 2018-05-22  2:45 ` Fabio Estevam
  2018-05-22  7:47 ` [PATCH 1/2] rtc: snvs: " Alexandre Belloni
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2018-05-22  2:45 UTC (permalink / raw)
  To: alexandre.belloni; +Cc: linux-rtc, 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/rtc/rtc-mxc.c | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/drivers/rtc/rtc-mxc.c b/drivers/rtc/rtc-mxc.c
index 822ebe4..878c6ee 100644
--- a/drivers/rtc/rtc-mxc.c
+++ b/drivers/rtc/rtc-mxc.c
@@ -1,13 +1,6 @@
-/*
- * Copyright 2004-2008 Freescale Semiconductor, Inc. All Rights Reserved.
- *
- * The code contained herein is licensed under the GNU General Public
- * License. You may obtain a copy of the GNU General Public License
- * Version 2 or later at the following locations:
- *
- * http://www.opensource.org/licenses/gpl-license.html
- * http://www.gnu.org/copyleft/gpl.html
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// Copyright 2004-2008 Freescale Semiconductor, Inc. All Rights Reserved.
 
 #include <linux/io.h>
 #include <linux/rtc.h>
-- 
2.7.4

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

* Re: [PATCH 1/2] rtc: snvs: Switch to SPDX identifier
  2018-05-22  2:45 [PATCH 1/2] rtc: snvs: Switch to SPDX identifier Fabio Estevam
  2018-05-22  2:45 ` [PATCH 2/2] rtc: mxc: " Fabio Estevam
@ 2018-05-22  7:47 ` Alexandre Belloni
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Belloni @ 2018-05-22  7:47 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: linux-rtc, Fabio Estevam

On 21/05/2018 23:45:58-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>
> ---
>  drivers/rtc/rtc-snvs.c | 13 +++----------
>  1 file changed, 3 insertions(+), 10 deletions(-)
> 

Both applied, thanks.

-- 
Alexandre Belloni, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-05-22  7:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22  2:45 [PATCH 1/2] rtc: snvs: Switch to SPDX identifier Fabio Estevam
2018-05-22  2:45 ` [PATCH 2/2] rtc: mxc: " Fabio Estevam
2018-05-22  7:47 ` [PATCH 1/2] rtc: snvs: " Alexandre Belloni

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.