aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Gaignard <[email protected]>2017-11-29 15:26:44 +0100
committerAlexandre Belloni <[email protected]>2017-11-29 22:20:56 +0100
commit9f33399c90741196be71cc4637e623a7d33f8c7f (patch)
treeda4f38670736771412916dfff624bd290501d460
parent876d1b53c5bfecc6a4d0fc7ea8bf5f288535322f (diff)
rtc: stm32: Fix copyright
Uniformize STMicroelectronics copyrights header Signed-off-by: Benjamin Gaignard <[email protected]> CC: Amelie Delaunay <[email protected]> Acked-by: Alexandre TORGUE <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]>
-rw-r--r--drivers/rtc/rtc-stm32.c4
1 files 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 <[email protected]>
+ * Copyright (C) STMicroelectronics SA 2017
+ * Author: Amelie Delaunay <[email protected]> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/