diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-04-09 22:59:45 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-04-11 17:42:55 +0300 |
commit | ac2ae48efad76e524cb77934ae5c5649520f0037 (patch) | |
tree | c68434f2fe4ce4efa824c3f0dc12ba164ea8cbdc /drivers/rtc/rtc-ab3100.c | |
parent | 0dca027bb859e42feac3a196a14c81fee34d9824 (diff) | |
download | linux-ac2ae48efad76e524cb77934ae5c5649520f0037.tar.xz |
rtc: ab3100: convert to SPDX identifier
Use SPDX-License-Identifier instead of the custom license line.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-ab3100.c')
-rw-r--r-- | drivers/rtc/rtc-ab3100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ab3100.c b/drivers/rtc/rtc-ab3100.c index ecf3f1494c13..2ed6def90975 100644 --- a/drivers/rtc/rtc-ab3100.c +++ b/drivers/rtc/rtc-ab3100.c @@ -1,6 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2007-2009 ST-Ericsson AB - * License terms: GNU General Public License (GPL) version 2 * RTC clock driver for the AB3100 Analog Baseband Chip * Author: Linus Walleij <linus.walleij@stericsson.com> */ |