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 /arch/arm/mach-stm32 | |
parent | fb48bc448cb72b8e009dc659a84f43dd1dedafdc (diff) | |
download | u-boot-3bc599c956f84999299ae277af11379df4cb8e3c.tar.gz u-boot-3bc599c956f84999299ae277af11379df4cb8e3c.tar.bz2 u-boot-3bc599c956f84999299ae277af11379df4cb8e3c.zip |
stm32: fix STMicroelectronics copyright
Uniformize STMicroelectronics copyrights headers for STM32
related code.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/mach-stm32')
-rw-r--r-- | arch/arm/mach-stm32/stm32f7/Makefile | 4 | ||||
-rw-r--r-- | arch/arm/mach-stm32/stm32f7/timer.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-stm32/stm32h7/Makefile | 4 | ||||
-rw-r--r-- | arch/arm/mach-stm32/stm32h7/soc.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-stm32/stm32f7/Makefile b/arch/arm/mach-stm32/stm32f7/Makefile index 03269bd461..6696b267fe 100644 --- a/arch/arm/mach-stm32/stm32f7/Makefile +++ b/arch/arm/mach-stm32/stm32f7/Makefile @@ -1,6 +1,6 @@ # -# (C) Copyright 2016 -# Vikas Manocha, <vikas.manocha@gmail.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/arch/arm/mach-stm32/stm32f7/timer.c b/arch/arm/mach-stm32/stm32f7/timer.c index b04c1013e9..0521c24810 100644 --- a/arch/arm/mach-stm32/stm32f7/timer.c +++ b/arch/arm/mach-stm32/stm32f7/timer.c @@ -1,6 +1,6 @@ /* - * (C) Copyright 2016 - * Vikas Manocha, ST Micoelectronics, 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/arch/arm/mach-stm32/stm32h7/Makefile b/arch/arm/mach-stm32/stm32h7/Makefile index 97f92f74ca..cba2e3be1c 100644 --- a/arch/arm/mach-stm32/stm32h7/Makefile +++ b/arch/arm/mach-stm32/stm32h7/Makefile @@ -1,6 +1,6 @@ # -# Copyright (c) 2017 -# Patrice Chotard <patrice.chotard@st.com> +# 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/arch/arm/mach-stm32/stm32h7/soc.c b/arch/arm/mach-stm32/stm32h7/soc.c index a65fab6d2e..692dbcc04a 100644 --- a/arch/arm/mach-stm32/stm32h7/soc.c +++ b/arch/arm/mach-stm32/stm32h7/soc.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+ */ |