diff mbox series

rtc: moxart: Convert to SPDX identifier

Message ID 20191218082836.3309808-1-iwamatsu@nigauri.org
State Accepted
Headers show
Series rtc: moxart: Convert to SPDX identifier | expand

Commit Message

Nobuhiro Iwamatsu Dec. 18, 2019, 8:28 a.m. UTC
Use SPDX-License-Identifier instead of a verbose license text.

CC: Alessandro Zummo <a.zummo@towertech.it>
CC: Alexandre Belloni <alexandre.belloni@bootlin.com>
CC: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 drivers/rtc/rtc-moxart.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

Alexandre Belloni Dec. 23, 2019, 10:24 a.m. UTC | #1
On 18/12/2019 17:28:36+0900, Nobuhiro Iwamatsu wrote:
> Use SPDX-License-Identifier instead of a verbose license text.
> 
> CC: Alessandro Zummo <a.zummo@towertech.it>
> CC: Alexandre Belloni <alexandre.belloni@bootlin.com>
> CC: Jonas Jensen <jonas.jensen@gmail.com>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> ---
>  drivers/rtc/rtc-moxart.c | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/rtc/rtc-moxart.c b/drivers/rtc/rtc-moxart.c
index 07b30a373a929..6b24ac9e1cfa8 100644
--- a/drivers/rtc/rtc-moxart.c
+++ b/drivers/rtc/rtc-moxart.c
@@ -1,3 +1,4 @@ 
+// SPDX-License-Identifier: GPL-2.0
 /*
  * MOXA ART RTC driver.
  *
@@ -7,10 +8,6 @@ 
  *
  * Based on code from
  * Moxa Technology Co., Ltd. <www.moxa.com>
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2.  This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
  */
 
 #include <linux/init.h>