diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-04-30 05:33:02 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-05-08 16:14:36 -0400 |
commit | f5fae395663a47e7cdfa37c36cf6689f495c4ab2 (patch) | |
tree | 517a8f9433f1f08e7eb9515d5791b85787c9453a /drivers/rtc/rtc-pcap.c | |
parent | c8b599ed37c035d13f1ac951182745555caf5723 (diff) |
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>
Diffstat (limited to 'drivers/rtc/rtc-pcap.c')
-rw-r--r-- | drivers/rtc/rtc-pcap.c | 6 |
1 files changed, 1 insertions, 5 deletions
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 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * pcap rtc code for Motorola EZX phones | 3 | * pcap rtc code for Motorola EZX phones |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * Copyright (c) 2009 Daniel Ribeiro <drwyrm@gmail.com> | 6 | * Copyright (c) 2009 Daniel Ribeiro <drwyrm@gmail.com> |
6 | * | 7 | * |
7 | * Based on Motorola's rtc.c Copyright (c) 2003-2005 Motorola | 8 | * Based on Motorola's rtc.c Copyright (c) 2003-2005 Motorola |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |