OSDN Git Service

rtc: sh: convert to SPDX identifiers
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 8 Nov 2018 06:43:22 +0000 (06:43 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 12 Nov 2018 22:14:09 +0000 (23:14 +0100)
commit4ff6f0249e213eab98828b2d19e896a143fc7e28
tree99dfe9014a9b1a841cc8aa837ece3f84ce5d6fd8
parent725412d9e07aad88767ad847dcc81d60b617af99
rtc: sh: convert to SPDX identifiers

This patch updates license to use SPDX-License-Identifier
instead of verbose license text.

As original license mentioned, it is GPL-2.0 in SPDX.
Then, MODULE_LICENSE() should be "GPL v2" instead of "GPL".
See ${LINUX}/include/linux/module.h

"GPL" [GNU Public License v2 or later]
"GPL v2" [GNU Public License v2]

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-sh.c