Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nobuhiro Iwamatsu and committed by
Alexandre Belloni
7dc679ef d6e62e7f

+1 -4
+1 -4
drivers/rtc/rtc-moxart.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * MOXA ART RTC driver. 3 4 * ··· 8 7 * 9 8 * Based on code from 10 9 * Moxa Technology Co., Ltd. <www.moxa.com> 11 - * 12 - * This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without any 14 - * warranty of any kind, whether express or implied. 15 10 */ 16 11 17 12 #include <linux/init.h>