linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] watchdog: stm32: Fix copyright
@ 2017-11-30  8:48 Benjamin Gaignard
  2017-11-30  9:08 ` Yannick FERTRE
  2017-11-30 18:38 ` Guenter Roeck
  0 siblings, 2 replies; 3+ messages in thread
From: Benjamin Gaignard @ 2017-11-30  8:48 UTC (permalink / raw)
  To: wim, linux, mcoquelin.stm32, alexandre.torgue
  Cc: linux-watchdog, linux-arm-kernel, linux-kernel,
	Benjamin Gaignard, Yannick Fertre

Uniformize STMicroelectronics copyrights header
Add SPDX identifier

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
CC: Yannick Fertre <yannick.fertre@st.com>
---
 drivers/watchdog/stm32_iwdg.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/watchdog/stm32_iwdg.c b/drivers/watchdog/stm32_iwdg.c
index be64a8699de3..c97ad5619cb0 100644
--- a/drivers/watchdog/stm32_iwdg.c
+++ b/drivers/watchdog/stm32_iwdg.c
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Driver for STM32 Independent Watchdog
  *
- * Copyright (C) Yannick Fertre 2017
- * Author: Yannick Fertre <yannick.fertre@st.com>
+ * Copyright (C) STMicroelectronics 2017
+ * Author: Yannick Fertre <yannick.fertre@st.com> for STMicroelectronics.
  *
  * This driver is based on tegra_wdt.c
  *
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
-- 
2.15.0

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

* RE: [PATCH v2] watchdog: stm32: Fix copyright
  2017-11-30  8:48 [PATCH v2] watchdog: stm32: Fix copyright Benjamin Gaignard
@ 2017-11-30  9:08 ` Yannick FERTRE
  2017-11-30 18:38 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Yannick FERTRE @ 2017-11-30  9:08 UTC (permalink / raw)
  To: Benjamin Gaignard, wim, linux, mcoquelin.stm32, Alexandre TORGUE
  Cc: linux-watchdog, linux-arm-kernel, linux-kernel, Benjamin GAIGNARD

-----Original Message-----
From: Benjamin Gaignard [mailto:benjamin.gaignard@linaro.org] 
Sent: jeudi 30 novembre 2017 09:48
To: wim@iguana.be; linux@roeck-us.net; mcoquelin.stm32@gmail.com; Alexandre TORGUE <alexandre.torgue@st.com>
Cc: linux-watchdog@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; Benjamin GAIGNARD <benjamin.gaignard@st.com>; Yannick FERTRE <yannick.fertre@st.com>
Subject: [PATCH v2] watchdog: stm32: Fix copyright

Uniformize STMicroelectronics copyrights header Add SPDX identifier

Acked-by: Yannick Fertre <yannick.fertre@st.com>

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
CC: Yannick Fertre <yannick.fertre@st.com>
---
 drivers/watchdog/stm32_iwdg.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/watchdog/stm32_iwdg.c b/drivers/watchdog/stm32_iwdg.c index be64a8699de3..c97ad5619cb0 100644
--- a/drivers/watchdog/stm32_iwdg.c
+++ b/drivers/watchdog/stm32_iwdg.c
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Driver for STM32 Independent Watchdog
  *
- * Copyright (C) Yannick Fertre 2017
- * Author: Yannick Fertre <yannick.fertre@st.com>
+ * Copyright (C) STMicroelectronics 2017
+ * Author: Yannick Fertre <yannick.fertre@st.com> for STMicroelectronics.
  *
  * This driver is based on tegra_wdt.c
  *
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/clk.h>
--
2.15.0

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

* Re: [PATCH v2] watchdog: stm32: Fix copyright
  2017-11-30  8:48 [PATCH v2] watchdog: stm32: Fix copyright Benjamin Gaignard
  2017-11-30  9:08 ` Yannick FERTRE
@ 2017-11-30 18:38 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2017-11-30 18:38 UTC (permalink / raw)
  To: Benjamin Gaignard
  Cc: wim, mcoquelin.stm32, alexandre.torgue, linux-watchdog,
	linux-arm-kernel, linux-kernel, Benjamin Gaignard,
	Yannick Fertre

On Thu, Nov 30, 2017 at 09:48:04AM +0100, Benjamin Gaignard wrote:
> Uniformize STMicroelectronics copyrights header
> Add SPDX identifier
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
> CC: Yannick Fertre <yannick.fertre@st.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  drivers/watchdog/stm32_iwdg.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/watchdog/stm32_iwdg.c b/drivers/watchdog/stm32_iwdg.c
> index be64a8699de3..c97ad5619cb0 100644
> --- a/drivers/watchdog/stm32_iwdg.c
> +++ b/drivers/watchdog/stm32_iwdg.c
> @@ -1,12 +1,12 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Driver for STM32 Independent Watchdog
>   *
> - * Copyright (C) Yannick Fertre 2017
> - * Author: Yannick Fertre <yannick.fertre@st.com>
> + * Copyright (C) STMicroelectronics 2017
> + * Author: Yannick Fertre <yannick.fertre@st.com> for STMicroelectronics.
>   *
>   * This driver is based on tegra_wdt.c
>   *
> - * License terms:  GNU General Public License (GPL), version 2
>   */
>  
>  #include <linux/clk.h>
> -- 
> 2.15.0
> 

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

end of thread, other threads:[~2017-11-30 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-30  8:48 [PATCH v2] watchdog: stm32: Fix copyright Benjamin Gaignard
2017-11-30  9:08 ` Yannick FERTRE
2017-11-30 18:38 ` Guenter Roeck

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).