diff options
| author | Alexandre Belloni <[email protected]> | 2019-03-13 22:02:48 +0000 |
|---|---|---|
| committer | Alexandre Belloni <[email protected]> | 2019-03-18 02:36:01 +0000 |
| commit | cdf7545aef65c47c17afdd3bed90410b3fd33bfd (patch) | |
| tree | 68f1879a396290f7bbc317dfe0d311099908ce51 /drivers/rtc/interface.c | |
| parent | rtc: ab-b5ze-s3: remove unnecessary check (diff) | |
| download | kernel-cdf7545aef65c47c17afdd3bed90410b3fd33bfd.tar.gz kernel-cdf7545aef65c47c17afdd3bed90410b3fd33bfd.zip | |
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 <[email protected]>
Diffstat (limited to 'drivers/rtc/interface.c')
| -rw-r--r-- | drivers/rtc/interface.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/rtc/interface.c b/drivers/rtc/interface.c index 98d9c87b0d1b..28bd767e03a0 100644 --- a/drivers/rtc/interface.c +++ b/drivers/rtc/interface.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * RTC subsystem, interface functions * @@ -5,11 +6,7 @@ * Author: Alessandro Zummo <[email protected]> * * based on arch/arm/common/rtctime.c - * - * 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 <linux/rtc.h> #include <linux/sched.h> |
