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

rtc: rv8803: convert to SPDX identifier

Use SPDX-License-Identifier instead of a verbose license text.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

+1 -5
+1 -5
drivers/rtc/rtc-rv8803.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * RTC driver for the Micro Crystal RV8803 3 4 * 4 5 * Copyright (C) 2015 Micro Crystal SA 5 - * 6 6 * Alexandre Belloni <alexandre.belloni@free-electrons.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 7 * 12 8 */ 13 9