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

rtc: pcf85363: convert to SPDX identifier

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

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

+1 -6
+1 -6
drivers/rtc/rtc-pcf85363.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * drivers/rtc/rtc-pcf85363.c 3 4 * 4 5 * Driver for NXP PCF85363 real-time clock. 5 6 * 6 7 * Copyright (C) 2017 Eric Nelson 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 - * 12 - * Based loosely on rtc-8583 by Russell King, Wolfram Sang and Juergen Beisert 13 8 */ 14 9 #include <linux/module.h> 15 10 #include <linux/i2c.h>