Skip to content

Commit edd6d79

Browse files
rtc: mc13xxx: convert to SPDX identifier
Use SPDX-License-Identifier instead of a verbose license text. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent eee86de commit edd6d79

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/rtc/rtc-mc13xxx.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Real Time Clock driver for Freescale MC13XXX PMIC
34
*
45
* (C) 2009 Sascha Hauer, Pengutronix
56
* (C) 2009 Uwe Kleine-Koenig, Pengutronix
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License version 2 as
9-
* published by the Free Software Foundation.
107
*/
118

129
#include <linux/mfd/mc13xxx.h>

0 commit comments

Comments
 (0)