diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2018-04-19 15:21:40 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-05-06 22:22:39 +0200 |
commit | 248056457287afe742c5a81abd0bdd3ce002750d (patch) | |
tree | b8cfd9f62550506dbdcabdd48c2645d93d91eda3 /drivers/rtc/rtc-stm32.c | |
parent | 7982df86711d06bfb88c74d9da16bf9f8e99cbaf (diff) | |
download | talos-obmc-linux-248056457287afe742c5a81abd0bdd3ce002750d.tar.gz talos-obmc-linux-248056457287afe742c5a81abd0bdd3ce002750d.zip |
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 <amelie.delaunay@st.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-stm32.c')
-rw-r--r-- | drivers/rtc/rtc-stm32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/rtc/rtc-stm32.c b/drivers/rtc/rtc-stm32.c index f25dabe8fd02..79d9e8673279 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 <amelie.delaunay@st.com> for STMicroelectronics. - * License terms: GNU General Public License (GPL), version 2 + * Copyright (C) STMicroelectronics 2017 + * Author: Amelie Delaunay <amelie.delaunay@st.com> */ #include <linux/bcd.h> |