diff mbox series

[09/10] rtc: starfire: convert to SPDX identifier

Message ID 20210707075804.337458-10-nobuhiro1.iwamatsu@toshiba.co.jp
State Changes Requested
Headers show
Series Update SPDX identifier | expand

Commit Message

Nobuhiro Iwamatsu July 7, 2021, 7:58 a.m. UTC
Use SPDX-License-Identifier instead of a license line.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 drivers/rtc/rtc-starfire.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexandre Belloni July 9, 2021, 11:51 p.m. UTC | #1
Hello,

On 07/07/2021 16:58:03+0900, Nobuhiro Iwamatsu wrote:
> Use SPDX-License-Identifier instead of a license line.
> 
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> ---
>  drivers/rtc/rtc-starfire.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/rtc/rtc-starfire.c b/drivers/rtc/rtc-starfire.c
> index fbd1ed41cbf1..ccaef051d6e6 100644
> --- a/drivers/rtc/rtc-starfire.c
> +++ b/drivers/rtc/rtc-starfire.c
> @@ -1,7 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0-only
>  /* rtc-starfire.c: Starfire platform RTC driver.
>   *
>   * Author: David S. Miller
> - * License: GPL

I would argue this is not GPL-2.0-only. Dave, what was your initial
intention?

>   *
>   * Copyright (C) 2008 David S. Miller <davem@davemloft.net>
>   */
> -- 
> 2.32.0
>
diff mbox series

Patch

diff --git a/drivers/rtc/rtc-starfire.c b/drivers/rtc/rtc-starfire.c
index fbd1ed41cbf1..ccaef051d6e6 100644
--- a/drivers/rtc/rtc-starfire.c
+++ b/drivers/rtc/rtc-starfire.c
@@ -1,7 +1,7 @@ 
+// SPDX-License-Identifier: GPL-2.0-only
 /* rtc-starfire.c: Starfire platform RTC driver.
  *
  * Author: David S. Miller
- * License: GPL
  *
  * Copyright (C) 2008 David S. Miller <davem@davemloft.net>
  */