From: Amelie Delaunay Date: Thu, 19 Apr 2018 13:21:40 +0000 (+0200) Subject: rtc: stm32: fix copyright and adopt SPDX identifier X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=248056457287afe742c5a81abd0bdd3ce002750d;p=linux.git rtc: stm32: fix copyright and adopt SPDX identifier Fix copyright by removing "SA" and "for STMicroelectronics", not required. Adopt SPDX identifier. Signed-off-by: Amelie Delaunay Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-stm32.c b/drivers/rtc/rtc-stm32.c index f25dabe8fd028..79d9e8673279e 100644 --- a/drivers/rtc/rtc-stm32.c +++ b/drivers/rtc/rtc-stm32.c @@ -1,7 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* - * Copyright (C) STMicroelectronics SA 2017 - * Author: Amelie Delaunay for STMicroelectronics. - * License terms: GNU General Public License (GPL), version 2 + * Copyright (C) STMicroelectronics 2017 + * Author: Amelie Delaunay */ #include