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

rtc: pcap: 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-pcap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * pcap rtc code for Motorola EZX phones 3 4 * ··· 6 5 * Copyright (c) 2009 Daniel Ribeiro <drwyrm@gmail.com> 7 6 * 8 7 * Based on Motorola's rtc.c Copyright (c) 2003-2005 Motorola 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 13 - * 14 8 */ 15 9 16 10 #include <linux/kernel.h>