2019-05-20 18:11:28

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH] watchdog: meson_wdt: update with SPDX Licence identifier

Signed-off-by: Neil Armstrong <[email protected]>
---
drivers/watchdog/meson_wdt.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/watchdog/meson_wdt.c b/drivers/watchdog/meson_wdt.c
index 01889cef81e1..3389f4c02603 100644
--- a/drivers/watchdog/meson_wdt.c
+++ b/drivers/watchdog/meson_wdt.c
@@ -1,12 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Meson Watchdog Driver
*
* Copyright (c) 2014 Carlo Caione
- *
- * 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.
*/

#include <linux/clk.h>
--
2.21.0



2019-06-06 23:50:00

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH] watchdog: meson_wdt: update with SPDX Licence identifier

On Mon, May 20, 2019 at 04:28:47PM +0200, Neil Armstrong wrote:
> Signed-off-by: Neil Armstrong <[email protected]>

This change has been applied system-wide.

Guenter

> ---
> drivers/watchdog/meson_wdt.c | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/drivers/watchdog/meson_wdt.c b/drivers/watchdog/meson_wdt.c
> index 01889cef81e1..3389f4c02603 100644
> --- a/drivers/watchdog/meson_wdt.c
> +++ b/drivers/watchdog/meson_wdt.c
> @@ -1,12 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0+
> /*
> * Meson Watchdog Driver
> *
> * Copyright (c) 2014 Carlo Caione
> - *
> - * 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.
> */
>
> #include <linux/clk.h>