diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2017-10-23 09:53:59 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-06 09:51:01 -0500 |
commit | 1537d3861928a1cc64bd45311628ea181d0dcb6f (patch) | |
tree | 04c238ba76699b668b27724fa6754fedb237b14e /board/st | |
parent | 3bc599c956f84999299ae277af11379df4cb8e3c (diff) | |
download | u-boot-1537d3861928a1cc64bd45311628ea181d0dcb6f.tar.gz u-boot-1537d3861928a1cc64bd45311628ea181d0dcb6f.tar.bz2 u-boot-1537d3861928a1cc64bd45311628ea181d0dcb6f.zip |
stv0991: fix STMicroelectronics copyright
Uniformize STMicroelectronics copyrights headers for STV0991
related code.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'board/st')
-rw-r--r-- | board/st/stv0991/Makefile | 4 | ||||
-rw-r--r-- | board/st/stv0991/stv0991.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/board/st/stv0991/Makefile b/board/st/stv0991/Makefile index fb5169a3c5..6fb4135f5d 100644 --- a/board/st/stv0991/Makefile +++ b/board/st/stv0991/Makefile @@ -1,6 +1,6 @@ # -# (C) Copyright 2014 -# Vikas Manocha, ST Microelectronics, vikas.manocha@stcom +# Copyright (C) 2014, 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/stv0991/stv0991.c b/board/st/stv0991/stv0991.c index 85ac66ec3a..670d59c926 100644 --- a/board/st/stv0991/stv0991.c +++ b/board/st/stv0991/stv0991.c @@ -1,6 +1,6 @@ /* - * (C) Copyright 2014 - * Vikas Manocha, ST Micoelectronics, vikas.manocha@st.com. + * Copyright (C) 2014, STMicroelectronics - All Rights Reserved + * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ |