All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] rtc: maxim: Add SPDX license identifiers
@ 2018-08-07 16:19 Krzysztof Kozlowski
  2018-08-07 16:19 ` [PATCH 2/2] rtc: s5m: Add SPDX license identifier Krzysztof Kozlowski
  2018-08-14 21:39 ` [PATCH 1/2] rtc: maxim: Add SPDX license identifiers Alexandre Belloni
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2018-08-07 16:19 UTC (permalink / raw)
  To: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	Alessandro Zummo, Alexandre Belloni, Sangbeom Kim, linux-kernel,
	linux-rtc, linux-samsung-soc

Replace GPL v2.0+ license statements with SPDX license
identifiers.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/rtc/rtc-max77686.c | 20 +++++++-------------
 drivers/rtc/rtc-max8997.c  | 20 +++++++-------------
 drivers/rtc/rtc-max8998.c  | 20 +++++++-------------
 3 files changed, 21 insertions(+), 39 deletions(-)

diff --git a/drivers/rtc/rtc-max77686.c b/drivers/rtc/rtc-max77686.c
index cefde273fae6..8a60900d6b8b 100644
--- a/drivers/rtc/rtc-max77686.c
+++ b/drivers/rtc/rtc-max77686.c
@@ -1,16 +1,10 @@
-/*
- * RTC driver for Maxim MAX77686 and MAX77802
- *
- * Copyright (C) 2012 Samsung Electronics Co.Ltd
- *
- *  based on rtc-max8997.c
- *
- *  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.
- *
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// RTC driver for Maxim MAX77686 and MAX77802
+//
+// Copyright (C) 2012 Samsung Electronics Co.Ltd
+//
+//  based on rtc-max8997.c
 
 #include <linux/i2c.h>
 #include <linux/slab.h>
diff --git a/drivers/rtc/rtc-max8997.c b/drivers/rtc/rtc-max8997.c
index e8cee123e8aa..08c661a332ec 100644
--- a/drivers/rtc/rtc-max8997.c
+++ b/drivers/rtc/rtc-max8997.c
@@ -1,16 +1,10 @@
-/*
- * RTC driver for Maxim MAX8997
- *
- * Copyright (C) 2013 Samsung Electronics Co.Ltd
- *
- *  based on rtc-max8998.c
- *
- *  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.
- *
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// RTC driver for Maxim MAX8997
+//
+// Copyright (C) 2013 Samsung Electronics Co.Ltd
+//
+//  based on rtc-max8998.c
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
diff --git a/drivers/rtc/rtc-max8998.c b/drivers/rtc/rtc-max8998.c
index d8c0f9b3f87d..c873b4509b3c 100644
--- a/drivers/rtc/rtc-max8998.c
+++ b/drivers/rtc/rtc-max8998.c
@@ -1,16 +1,10 @@
-/*
- * RTC driver for Maxim MAX8998
- *
- * Copyright (C) 2010 Samsung Electronics Co.Ltd
- * Author: Minkyu Kang <mk7.kang@samsung.com>
- * Author: Joonyoung Shim <jy0922.shim@samsung.com>
- *
- *  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.
- *
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// RTC driver for Maxim MAX8998
+//
+// Copyright (C) 2010 Samsung Electronics Co.Ltd
+// Author: Minkyu Kang <mk7.kang@samsung.com>
+// Author: Joonyoung Shim <jy0922.shim@samsung.com>
 
 #include <linux/module.h>
 #include <linux/i2c.h>
-- 
2.14.1

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

* [PATCH 2/2] rtc: s5m: Add SPDX license identifier
  2018-08-07 16:19 [PATCH 1/2] rtc: maxim: Add SPDX license identifiers Krzysztof Kozlowski
@ 2018-08-07 16:19 ` Krzysztof Kozlowski
  2018-08-14 21:40   ` Alexandre Belloni
  2018-08-14 21:39 ` [PATCH 1/2] rtc: maxim: Add SPDX license identifiers Alexandre Belloni
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2018-08-07 16:19 UTC (permalink / raw)
  To: Chanwoo Choi, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz,
	Alessandro Zummo, Alexandre Belloni, Sangbeom Kim, linux-kernel,
	linux-rtc, linux-samsung-soc

Replace GPL v2.0+ license statement with SPDX license
identifier.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/rtc/rtc-s5m.c | 22 ++++++----------------
 1 file changed, 6 insertions(+), 16 deletions(-)

diff --git a/drivers/rtc/rtc-s5m.c b/drivers/rtc/rtc-s5m.c
index 8428455432ca..6495f84f7428 100644
--- a/drivers/rtc/rtc-s5m.c
+++ b/drivers/rtc/rtc-s5m.c
@@ -1,19 +1,9 @@
-/*
- * Copyright (c) 2013-2014 Samsung Electronics Co., Ltd
- *	http://www.samsung.com
- *
- *  Copyright (C) 2013 Google, Inc
- *
- *  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.
- */
+// SPDX-License-Identifier: GPL-2.0+
+//
+// Copyright (c) 2013-2014 Samsung Electronics Co., Ltd
+//	http://www.samsung.com
+//
+//  Copyright (C) 2013 Google, Inc
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
-- 
2.14.1

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

* Re: [PATCH 1/2] rtc: maxim: Add SPDX license identifiers
  2018-08-07 16:19 [PATCH 1/2] rtc: maxim: Add SPDX license identifiers Krzysztof Kozlowski
  2018-08-07 16:19 ` [PATCH 2/2] rtc: s5m: Add SPDX license identifier Krzysztof Kozlowski
@ 2018-08-14 21:39 ` Alexandre Belloni
  1 sibling, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2018-08-14 21:39 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Chanwoo Choi, Bartlomiej Zolnierkiewicz, Alessandro Zummo,
	Sangbeom Kim, linux-kernel, linux-rtc, linux-samsung-soc

On 07/08/2018 18:19:18+0200, Krzysztof Kozlowski wrote:
> Replace GPL v2.0+ license statements with SPDX license
> identifiers.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/rtc/rtc-max77686.c | 20 +++++++-------------
>  drivers/rtc/rtc-max8997.c  | 20 +++++++-------------
>  drivers/rtc/rtc-max8998.c  | 20 +++++++-------------
>  3 files changed, 21 insertions(+), 39 deletions(-)
> 
Applied, thanks.

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* Re: [PATCH 2/2] rtc: s5m: Add SPDX license identifier
  2018-08-07 16:19 ` [PATCH 2/2] rtc: s5m: Add SPDX license identifier Krzysztof Kozlowski
@ 2018-08-14 21:40   ` Alexandre Belloni
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2018-08-14 21:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Chanwoo Choi, Bartlomiej Zolnierkiewicz, Alessandro Zummo,
	Sangbeom Kim, linux-kernel, linux-rtc, linux-samsung-soc

On 07/08/2018 18:19:19+0200, Krzysztof Kozlowski wrote:
> Replace GPL v2.0+ license statement with SPDX license
> identifier.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/rtc/rtc-s5m.c | 22 ++++++----------------
>  1 file changed, 6 insertions(+), 16 deletions(-)
> 
Applied, thanks.

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-08-15  0:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-07 16:19 [PATCH 1/2] rtc: maxim: Add SPDX license identifiers Krzysztof Kozlowski
2018-08-07 16:19 ` [PATCH 2/2] rtc: s5m: Add SPDX license identifier Krzysztof Kozlowski
2018-08-14 21:40   ` Alexandre Belloni
2018-08-14 21:39 ` [PATCH 1/2] rtc: maxim: Add SPDX license identifiers 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.