diff mbox series

[3/3] rtc: sun4v: switch to SPDX identifier

Message ID 20190322072256.17108-3-alexandre.belloni@bootlin.com
State Accepted
Headers show
Series [1/3] rtc: sun4v: switch to rtc_time64_to_tm/rtc_tm_to_time64 | expand

Commit Message

Alexandre Belloni March 22, 2019, 7:22 a.m. UTC
Use SPDX-License-Identifier to be clearer on the license. Choose the v2
only as this is the default Linux license.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 drivers/rtc/rtc-sun4v.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller March 24, 2019, 1:34 a.m. UTC | #1
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
Date: Fri, 22 Mar 2019 08:22:56 +0100

> Use SPDX-License-Identifier to be clearer on the license. Choose the v2
> only as this is the default Linux license.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

Acked-by: David S. Miller <davem@davemloft.net>
diff mbox series

Patch

diff --git a/drivers/rtc/rtc-sun4v.c b/drivers/rtc/rtc-sun4v.c
index 82fb51f79c6e..036463dfa103 100644
--- a/drivers/rtc/rtc-sun4v.c
+++ b/drivers/rtc/rtc-sun4v.c
@@ -1,7 +1,7 @@ 
+// SPDX-License-Identifier: GPL-2.0
 /* rtc-sun4v.c: Hypervisor based RTC for SUN4V systems.
  *
  * Author: David S. Miller
- * License: GPL
  *
  * Copyright (C) 2008 David S. Miller <davem@davemloft.net>
  */