diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-14 01:02:48 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-18 05:36:01 +0300 |
commit | cdf7545aef65c47c17afdd3bed90410b3fd33bfd (patch) | |
tree | 68f1879a396290f7bbc317dfe0d311099908ce51 /drivers/rtc/systohc.c | |
parent | 33fee143ac6e3fed184cdd1791fb4b51f06a25c1 (diff) | |
download | linux-cdf7545aef65c47c17afdd3bed90410b3fd33bfd.tar.xz |
rtc: convert core to SPDX identifier
Use SPDX-License-Identifier instead of a verbose license text. Also fix the
block comment alignment.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/systohc.c')
-rw-r--r-- | drivers/rtc/systohc.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/rtc/systohc.c b/drivers/rtc/systohc.c index 718293d72426..8bf8e0c1e8fd 100644 --- a/drivers/rtc/systohc.c +++ b/drivers/rtc/systohc.c @@ -1,9 +1,4 @@ -/* - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0 #include <linux/rtc.h> #include <linux/time.h> |