diff options
| author | Patrice Chotard <[email protected]> | 2017-10-23 09:53:58 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-11-06 09:51:01 -0500 |
| commit | 3bc599c956f84999299ae277af11379df4cb8e3c (patch) | |
| tree | 9240367772abb75061fc3f8cdf24b6cae10125c2 /include | |
| parent | fb48bc448cb72b8e009dc659a84f43dd1dedafdc (diff) | |
stm32: fix STMicroelectronics copyright
Uniformize STMicroelectronics copyrights headers for STM32
related code.
Signed-off-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/stm32f746-disco.h | 4 | ||||
| -rw-r--r-- | include/configs/stm32h743-disco.h | 4 | ||||
| -rw-r--r-- | include/configs/stm32h743-eval.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h index b51c9194fec..d12b1d831e2 100644 --- a/include/configs/stm32f746-disco.h +++ b/include/configs/stm32f746-disco.h @@ -1,6 +1,6 @@ /* - * (C) Copyright 2016 - * Vikas Manocha, <[email protected]> + * Copyright (C) 2016, STMicroelectronics - All Rights Reserved + * Author(s): Vikas Manocha, <[email protected]> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/include/configs/stm32h743-disco.h b/include/configs/stm32h743-disco.h index 967c5e57021..531de701492 100644 --- a/include/configs/stm32h743-disco.h +++ b/include/configs/stm32h743-disco.h @@ -1,6 +1,6 @@ /* - * Copyright (C) STMicroelectronics SA 2017 - * Author(s): Patrice CHOTARD, <[email protected]> for STMicroelectronics. + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, <[email protected]> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/include/configs/stm32h743-eval.h b/include/configs/stm32h743-eval.h index 967c5e57021..531de701492 100644 --- a/include/configs/stm32h743-eval.h +++ b/include/configs/stm32h743-eval.h @@ -1,6 +1,6 @@ /* - * Copyright (C) STMicroelectronics SA 2017 - * Author(s): Patrice CHOTARD, <[email protected]> for STMicroelectronics. + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, <[email protected]> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ |
