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

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 -4
+1 -4
drivers/rtc/rtc-mc13xxx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Real Time Clock driver for Freescale MC13XXX PMIC 3 4 * 4 5 * (C) 2009 Sascha Hauer, Pengutronix 5 6 * (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. 10 7 */ 11 8 12 9 #include <linux/mfd/mc13xxx.h>