From: Alexandre Belloni Date: Tue, 30 Apr 2019 09:33:02 +0000 (+0200) Subject: rtc: pcap: convert to SPDX identifier X-Git-Tag: v5.2-rc1~105^2~3 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f5fae395663a47e7cdfa37c36cf6689f495c4ab2;p=uclinux-h8%2Flinux.git rtc: pcap: convert to SPDX identifier Use SPDX-License-Identifier instead of a verbose license text. Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-pcap.c b/drivers/rtc/rtc-pcap.c index d424339f7abb..178bfb1dea21 100644 --- a/drivers/rtc/rtc-pcap.c +++ b/drivers/rtc/rtc-pcap.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * pcap rtc code for Motorola EZX phones * @@ -5,11 +6,6 @@ * Copyright (c) 2009 Daniel Ribeiro * * Based on Motorola's rtc.c Copyright (c) 2003-2005 Motorola - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * */ #include