aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-moxart.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2019-12-18 17:28:36 +0900
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-12-23 11:23:49 +0100
commit7dc679ef2558a0306647a4f72eb4c25c634f787c (patch)
tree17eaa25285eb5f91ecd8dd63e663be5e32d05e32 /drivers/rtc/rtc-moxart.c
parentd6e62e7f106fba64041f02d24110ccebea9b7d2b (diff)
downloadlinux-7dc679ef2558a0306647a4f72eb4c25c634f787c.tar.gz
rtc: moxart: Convert to SPDX identifier
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> Link: https://lore.kernel.org/r/20191218082836.3309808-1-iwamatsu@nigauri.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-moxart.c')
-rw-r--r--drivers/rtc/rtc-moxart.c5
1 files changed, 1 insertions, 4 deletions
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>