[PATCH] rtc: stm32: Fix copyright
From: Alexandre Torgue <hidden>
Date: 2017-11-29 15:07:38
Also in:
linux-rtc, lkml
From: Alexandre Torgue <hidden>
Date: 2017-11-29 15:07:38
Also in:
linux-rtc, lkml
On 11/29/2017 03:26 PM, Benjamin Gaignard wrote:
Uniformize STMicroelectronics copyrights header Signed-off-by: Benjamin Gaignard <redacted> CC: Amelie Delaunay <redacted> --- drivers/rtc/rtc-stm32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)diff --git a/drivers/rtc/rtc-stm32.c b/drivers/rtc/rtc-stm32.c index 3a5c3d7d0c77..f25dabe8fd02 100644 --- a/drivers/rtc/rtc-stm32.c +++ b/drivers/rtc/rtc-stm32.c@@ -1,6 +1,6 @@ /* - * Copyright (C) Amelie Delaunay 2016 - * Author: Amelie Delaunay <amelie.delaunay@st.com> + * Copyright (C) STMicroelectronics SA 2017 + * Author: Amelie Delaunay <amelie.delaunay@st.com> for STMicroelectronics. * License terms: GNU General Public License (GPL), version 2 */
Acked-by: Alexandre TORGUE <redacted>