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 /board | |
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 'board')
-rw-r--r-- | board/st/stm32f746-disco/Makefile | 4 | ||||
-rw-r--r-- | board/st/stm32f746-disco/stm32f746-disco.c | 4 | ||||
-rw-r--r-- | board/st/stm32h743-disco/Makefile | 4 | ||||
-rw-r--r-- | board/st/stm32h743-disco/stm32h743-disco.c | 4 | ||||
-rw-r--r-- | board/st/stm32h743-eval/Makefile | 4 | ||||
-rw-r--r-- | board/st/stm32h743-eval/stm32h743-eval.c | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/board/st/stm32f746-disco/Makefile b/board/st/stm32f746-disco/Makefile index db8a0a4dcf..00b072b5ee 100644 --- a/board/st/stm32f746-disco/Makefile +++ b/board/st/stm32f746-disco/Makefile @@ -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/board/st/stm32f746-disco/stm32f746-disco.c b/board/st/stm32f746-disco/stm32f746-disco.c index f31768e62e..2e8aa86e81 100644 --- a/board/st/stm32f746-disco/stm32f746-disco.c +++ b/board/st/stm32f746-disco/stm32f746-disco.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/board/st/stm32h743-disco/Makefile b/board/st/stm32h743-disco/Makefile index 778fe1c97f..8c313b2685 100644 --- a/board/st/stm32h743-disco/Makefile +++ b/board/st/stm32h743-disco/Makefile @@ -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/board/st/stm32h743-disco/stm32h743-disco.c b/board/st/stm32h743-disco/stm32h743-disco.c index 625b3a077b..226b7045d2 100644 --- a/board/st/stm32h743-disco/stm32h743-disco.c +++ b/board/st/stm32h743-disco/stm32h743-disco.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/board/st/stm32h743-eval/Makefile b/board/st/stm32h743-eval/Makefile index 4f25b2d96b..5482e9dc19 100644 --- a/board/st/stm32h743-eval/Makefile +++ b/board/st/stm32h743-eval/Makefile @@ -1,6 +1,6 @@ # -# (C) Copyright 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/board/st/stm32h743-eval/stm32h743-eval.c b/board/st/stm32h743-eval/stm32h743-eval.c index 625b3a077b..226b7045d2 100644 --- a/board/st/stm32h743-eval/stm32h743-eval.c +++ b/board/st/stm32h743-eval/stm32h743-eval.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+ */ |