diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-15 09:35:08 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-04-04 04:02:58 -0400 |
commit | b67436152959361bd3960b948de61c055ef5cd76 (patch) | |
tree | 08cb82f07579572f4f1f8e6fd7e4ceff32812aa1 | |
parent | cdf7545aef65c47c17afdd3bed90410b3fd33bfd (diff) |
rtc: mv: convert to SPDX identifier
Use SPDX-License-Identifier instead of a verbose license text.
Reviewed-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | drivers/rtc/rtc-mv.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/rtc/rtc-mv.c b/drivers/rtc/rtc-mv.c index e7f14bd12fe3..1e8451763832 100644 --- a/drivers/rtc/rtc-mv.c +++ b/drivers/rtc/rtc-mv.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Driver for the RTC in Marvell SoCs. | 3 | * Driver for the RTC in Marvell SoCs. |
3 | * | ||
4 | * This file is licensed under the terms of the GNU General Public | ||
5 | * License version 2. This program is licensed "as is" without any | ||
6 | * warranty of any kind, whether express or implied. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #include <linux/init.h> | 6 | #include <linux/init.h> |