All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: rza_wdt: convert to SPDX identifiers
@ 2018-09-07  2:11 Kuninori Morimoto
  2018-09-07 19:41 ` Guenter Roeck
  2018-09-11 13:26 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2018-09-07  2:11 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck; +Cc: Linux-Renesas, linux-watchdog


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

This patch updates license to use SPDX-License-Identifier
instead of verbose license text.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/watchdog/rza_wdt.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/watchdog/rza_wdt.c b/drivers/watchdog/rza_wdt.c
index e618218..c63ef03 100644
--- a/drivers/watchdog/rza_wdt.c
+++ b/drivers/watchdog/rza_wdt.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Renesas RZ/A Series WDT Driver
  *
  * Copyright (C) 2017 Renesas Electronics America, Inc.
  * Copyright (C) 2017 Chris Brandt
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
  */
 
 #include <linux/bitops.h>
-- 
2.7.4

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

* Re: [PATCH] watchdog: rza_wdt: convert to SPDX identifiers
  2018-09-07  2:11 [PATCH] watchdog: rza_wdt: convert to SPDX identifiers Kuninori Morimoto
@ 2018-09-07 19:41 ` Guenter Roeck
  2018-09-11 13:26 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2018-09-07 19:41 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: Wim Van Sebroeck, Linux-Renesas, linux-watchdog

On Fri, Sep 07, 2018 at 02:11:17AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This patch updates license to use SPDX-License-Identifier
> instead of verbose license text.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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

> ---
>  drivers/watchdog/rza_wdt.c | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/drivers/watchdog/rza_wdt.c b/drivers/watchdog/rza_wdt.c
> index e618218..c63ef03 100644
> --- a/drivers/watchdog/rza_wdt.c
> +++ b/drivers/watchdog/rza_wdt.c
> @@ -1,12 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Renesas RZ/A Series WDT Driver
>   *
>   * Copyright (C) 2017 Renesas Electronics America, Inc.
>   * Copyright (C) 2017 Chris Brandt
> - *
> - * This file is subject to the terms and conditions of the GNU General Public
> - * License.  See the file "COPYING" in the main directory of this archive
> - * for more details.
>   */
>  
>  #include <linux/bitops.h>
> -- 
> 2.7.4
> 

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

* Re: [PATCH] watchdog: rza_wdt: convert to SPDX identifiers
  2018-09-07  2:11 [PATCH] watchdog: rza_wdt: convert to SPDX identifiers Kuninori Morimoto
  2018-09-07 19:41 ` Guenter Roeck
@ 2018-09-11 13:26 ` Simon Horman
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2018-09-11 13:26 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Wim Van Sebroeck, Guenter Roeck, Linux-Renesas, linux-watchdog

On Fri, Sep 07, 2018 at 02:11:17AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This patch updates license to use SPDX-License-Identifier
> instead of verbose license text.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

end of thread, other threads:[~2018-09-11 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-07  2:11 [PATCH] watchdog: rza_wdt: convert to SPDX identifiers Kuninori Morimoto
2018-09-07 19:41 ` Guenter Roeck
2018-09-11 13:26 ` Simon Horman

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.