diff options
author | Bich HEMON <bich.hemon@st.com> | 2017-07-13 17:08:26 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-30 16:32:25 +0200 |
commit | 3e5fcbacee5c2524499f203c31db46eefa744437 (patch) | |
tree | dfb0ed5c125e9dd1b887c0ea8f5bfabbf06cc83c /drivers/tty/serial/stm32-usart.h | |
parent | Merge 4.13-rc2 into tty-next (diff) | |
download | linux-3e5fcbacee5c2524499f203c31db46eefa744437.tar.xz linux-3e5fcbacee5c2524499f203c31db46eefa744437.zip |
serial: stm32: fix copyright
Fix missing copyright for STMicroelectronics
Signed-off-by: Bich Hemon <bich.hemon@st.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/stm32-usart.h')
-rw-r--r-- | drivers/tty/serial/stm32-usart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/stm32-usart.h b/drivers/tty/serial/stm32-usart.h index cd97ceb76e4f..0532b2fd730b 100644 --- a/drivers/tty/serial/stm32-usart.h +++ b/drivers/tty/serial/stm32-usart.h @@ -1,5 +1,6 @@ /* * Copyright (C) Maxime Coquelin 2015 + * Copyright (C) STMicroelectronics SA 2017 * Authors: Maxime Coquelin <mcoquelin.stm32@gmail.com> * Gerald Baeza <gerald_baeza@yahoo.fr> * License terms: GNU General Public License (GPL), version 2 |