Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1686611

[PATCH 1/9] serial: stm32: fix copyright

From Bich HEMON <bich.hemon@st.com>
Newsgroups linux.kernel
Subject [PATCH 1/9] serial: stm32: fix copyright
Date 2017-07-13 17:20 +0200
Message-ID <u2O4i-7hE-5@gated-at.bofh.it> (permalink)
References <u2NUC-7ez-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Fix missing copyright for STMicroelectronics

Signed-off-by: Bich Hemon <bich.hemon@st.com>
---
 drivers/tty/serial/stm32-usart.c | 1 +
 drivers/tty/serial/stm32-usart.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/tty/serial/stm32-usart.c b/drivers/tty/serial/stm32-usart.c
index 0338562..ebc49e4 100644
--- a/drivers/tty/serial/stm32-usart.c
+++ b/drivers/tty/serial/stm32-usart.c
@@ -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@st.com>
  * License terms:  GNU General Public License (GPL), version 2
diff --git a/drivers/tty/serial/stm32-usart.h b/drivers/tty/serial/stm32-usart.h
index cd97ceb..0532b2f 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
-- 
1.9.1

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/9] Add support for STM32H7 serial Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:10 +0200
  [PATCH 4/9] serial: stm32: fix pio transmit timeout Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:10 +0200
  [PATCH 1/9] serial: stm32: fix copyright Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 3/9] serial: stm32: Increase maximum number of ports Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 6/9] serial: stm32: fix error handling in probe Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 5/9] serial: stm32: add RTS support Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 8/9] serial: stm32: add wakeup mechanism Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 9/9] serial: stm32: add fifo support Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
  [PATCH 7/9] dt-bindings: serial: add compatible for stm32h7 Bich HEMON <bich.hemon@st.com> - 2017-07-13 17:20 +0200
    Re: [PATCH 7/9] dt-bindings: serial: add compatible for stm32h7 Rob Herring <robh@kernel.org> - 2017-07-17 20:50 +0200

csiph-web