diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2017-10-23 09:53:58 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-06 09:51:01 -0500 |
commit | 3bc599c956f84999299ae277af11379df4cb8e3c (patch) | |
tree | 9240367772abb75061fc3f8cdf24b6cae10125c2 /drivers | |
parent | fb48bc448cb72b8e009dc659a84f43dd1dedafdc (diff) | |
download | u-boot-3bc599c956f84999299ae277af11379df4cb8e3c.tar.gz |
stm32: fix STMicroelectronics copyright
Uniformize STMicroelectronics copyrights headers for STM32
related code.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
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+ */ |