From: Alexandre Belloni Date: Sun, 7 Apr 2019 21:10:27 +0000 (+0200) Subject: rtc: coh901331: convert to SPDX identifier X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7d624621b704d3cfd0c6735956f5d96b24508165;p=linux.git rtc: coh901331: 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-coh901331.c b/drivers/rtc/rtc-coh901331.c index bc95443294193..4ac8508371539 100644 --- a/drivers/rtc/rtc-coh901331.c +++ b/drivers/rtc/rtc-coh901331.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 * Real Time Clock interface for ST-Ericsson AB COH 901 331 RTC. * Author: Linus Walleij * Based on rtc-pl031.c by Deepak Saxena