diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2017-10-23 09:53:57 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-06 09:51:01 -0500 |
commit | fb48bc448cb72b8e009dc659a84f43dd1dedafdc (patch) | |
tree | 6e665cf97fb34c142bc7a5f1f2134b2e9facb3fe /drivers/serial | |
parent | 57270eca55b4e72b4af6c78ac066466dba7c6d70 (diff) | |
download | u-boot-fb48bc448cb72b8e009dc659a84f43dd1dedafdc.tar.gz u-boot-fb48bc448cb72b8e009dc659a84f43dd1dedafdc.tar.bz2 u-boot-fb48bc448cb72b8e009dc659a84f43dd1dedafdc.zip |
sti: fix STMicroelectronics copyright
Uniformize all STMicroelectronics copyrights headers for STi
related code.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/serial_sti_asc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/serial/serial_sti_asc.c b/drivers/serial/serial_sti_asc.c index 8dcd4f8d25..00773cca50 100644 --- a/drivers/serial/serial_sti_asc.c +++ b/drivers/serial/serial_sti_asc.c @@ -1,10 +1,10 @@ /* * Support for Serial I/O using STMicroelectronics' on-chip ASC. * - * 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 + * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |