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/mmc/stm32_sdmmc2.c | |
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/mmc/stm32_sdmmc2.c')
-rw-r--r-- | drivers/mmc/stm32_sdmmc2.c | 4 |
1 files changed, 2 insertions, 2 deletions
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+ */ |