diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/clk/clk_stm32f7.c | 5 | ||||
-rw-r--r-- | drivers/clk/clk_stm32h7.c | 4 | ||||
-rw-r--r-- | drivers/gpio/stm32f7_gpio.c | 4 | ||||
-rw-r--r-- | drivers/misc/stm32_rcc.c | 4 | ||||
-rw-r--r-- | drivers/mmc/stm32_sdmmc2.c | 4 | ||||
-rw-r--r-- | drivers/ram/stm32_sdram.c | 4 | ||||
-rw-r--r-- | drivers/reset/stm32-reset.c | 4 | ||||
-rw-r--r-- | drivers/serial/serial_stm32x7.c | 4 | ||||
-rw-r--r-- | drivers/serial/serial_stm32x7.h | 4 |
9 files changed, 19 insertions, 18 deletions
diff --git a/drivers/clk/clk_stm32f7.c b/drivers/clk/clk_stm32f7.c index 96a06b8f8c..a273f8ff5e 100644 --- a/drivers/clk/clk_stm32f7.c +++ b/drivers/clk/clk_stm32f7.c @@ -1,9 +1,10 @@ /* - * (C) Copyright 2017 - * Vikas Manocha, <vikas.manocha@st.com> + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ + #include <common.h> #include <clk-uclass.h> #include <dm.h> diff --git a/drivers/clk/clk_stm32h7.c b/drivers/clk/clk_stm32h7.c index f84a4d2b2f..c9594d405a 100644 --- a/drivers/clk/clk_stm32h7.c +++ b/drivers/clk/clk_stm32h7.c @@ -1,6 +1,6 @@ /* - * Copyright (C) STMicroelectronics SA 2017 - * Author(s): Patrice CHOTARD, <patrice.chotard@st.com> for STMicroelectronics. + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/gpio/stm32f7_gpio.c b/drivers/gpio/stm32f7_gpio.c index 653e9bef4b..a7cfb8c923 100644 --- a/drivers/gpio/stm32f7_gpio.c +++ b/drivers/gpio/stm32f7_gpio.c @@ -1,6 +1,6 @@ /* - * (C) Copyright 2017 - * Vikas Manocha, <vikas.manocha@st.com> + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/misc/stm32_rcc.c b/drivers/misc/stm32_rcc.c index a6c2a757ec..32d39719d8 100644 --- a/drivers/misc/stm32_rcc.c +++ b/drivers/misc/stm32_rcc.c @@ -1,6 +1,6 @@ /* - * Copyright (C) STMicroelectronics SA 2017 - * Author(s): Patrice CHOTARD, <patrice.chotard@st.com> for STMicroelectronics. + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/mmc/stm32_sdmmc2.c b/drivers/mmc/stm32_sdmmc2.c index 5e43397f8e..f3b77f512e 100644 --- a/drivers/mmc/stm32_sdmmc2.c +++ b/drivers/mmc/stm32_sdmmc2.c @@ -1,6 +1,6 @@ /* - * Copyright (C) STMicroelectronics SA 2017 - * Author(s): Patrice CHOTARD, <patrice.chotard@st.com> for STMicroelectronics. + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/ram/stm32_sdram.c b/drivers/ram/stm32_sdram.c index fdf088e783..6e92b2222d 100644 --- a/drivers/ram/stm32_sdram.c +++ b/drivers/ram/stm32_sdram.c @@ -1,6 +1,6 @@ /* - * (C) Copyright 2017 - * Vikas Manocha, <vikas.manocha@st.com> + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/reset/stm32-reset.c b/drivers/reset/stm32-reset.c index 9c627d879f..b266f46263 100644 --- a/drivers/reset/stm32-reset.c +++ b/drivers/reset/stm32-reset.c @@ -1,6 +1,6 @@ /* - * Copyright (C) STMicroelectronics SA 2017 - * Author(s): Patrice CHOTARD, <patrice.chotard@st.com> for STMicroelectronics. + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/serial/serial_stm32x7.c b/drivers/serial/serial_stm32x7.c index a5d529cab2..d1580e3cb5 100644 --- a/drivers/serial/serial_stm32x7.c +++ b/drivers/serial/serial_stm32x7.c @@ -1,6 +1,6 @@ /* - * (C) Copyright 2016 - * Vikas Manocha, <vikas.manocha@st.com> + * Copyright (C) 2016, STMicroelectronics - All Rights Reserved + * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/serial/serial_stm32x7.h b/drivers/serial/serial_stm32x7.h index b914edf28a..f7dca39103 100644 --- a/drivers/serial/serial_stm32x7.h +++ b/drivers/serial/serial_stm32x7.h @@ -1,6 +1,6 @@ /* - * (C) Copyright 2016 - * Vikas Manocha, <vikas.manocha@st.com> + * Copyright (C) 2016, STMicroelectronics - All Rights Reserved + * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ |