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

rtc: ep93xx: 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-ep93xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * A driver for the RTC embedded in the Cirrus Logic EP93XX processors 3 4 * Copyright (c) 2006 Tower Technologies 4 5 * 5 6 * Author: Alessandro Zummo <a.zummo@towertech.it> 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/module.h>