From: Alexandre Belloni Date: Tue, 9 Apr 2019 19:59:45 +0000 (+0200) Subject: rtc: ab3100: convert to SPDX identifier X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ac2ae48efad76e524cb77934ae5c5649520f0037;p=openwrt%2Fstaging%2Fblogic.git rtc: ab3100: convert to SPDX identifier Use SPDX-License-Identifier instead of the custom license line. Reviewed-by: Linus Walleij Signed-off-by: Alexandre Belloni --- 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 */