@@ -2,6 +2,7 @@
* i2c-stm32.h
*
* Copyright (C) M'boumba Cedric Madianga 2017
+ * Copyright (C) STMicroelectronics SA 2017
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
*
* License terms: GNU General Public License (GPL), version 2
@@ -6,6 +6,7 @@
* http://www.st.com/resource/en/reference_manual/DM00031020.pdf
*
* Copyright (C) M'boumba Cedric Madianga 2016
+ * Copyright (C) STMicroelectronics SA 2017
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
*
* This driver is based on i2c-st.c
@@ -7,6 +7,7 @@
* http://www.st.com/resource/en/reference_manual/dm00124865.pdf
*
* Copyright (C) M'boumba Cedric Madianga 2017
+ * Copyright (C) STMicroelectronics SA 2017
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
*
* This driver is based on i2c-stm32f4.c
Uniformize STMicroelectronics copyrights headers Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> --- drivers/i2c/busses/i2c-stm32.h | 1 + drivers/i2c/busses/i2c-stm32f4.c | 1 + drivers/i2c/busses/i2c-stm32f7.c | 1 + 3 files changed, 3 insertions(+) -- 2.15.0