From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Torgue Subject: Re: [PATCH] i2c: stm32: Fix copyrights Date: Wed, 29 Nov 2017 16:06:16 +0100 Message-ID: <7c5808a6-c85d-e668-91f4-af36f504575a@st.com> References: <20171129142142.23183-1-benjamin.gaignard@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20171129142142.23183-1-benjamin.gaignard@st.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Benjamin Gaignard , wsa@the-dreams.de, mcoquelin.stm32@gmail.com Cc: linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Benjamin Gaignard List-Id: linux-i2c@vger.kernel.org On 11/29/2017 03:21 PM, Benjamin Gaignard wrote: > Uniformize STMicroelectronics copyrights headers > > Signed-off-by: Benjamin Gaignard > --- > drivers/i2c/busses/i2c-stm32.h | 1 + > drivers/i2c/busses/i2c-stm32f4.c | 1 + > drivers/i2c/busses/i2c-stm32f7.c | 1 + > 3 files changed, 3 insertions(+) > > diff --git a/drivers/i2c/busses/i2c-stm32.h b/drivers/i2c/busses/i2c-stm32.h > index dab51761f8c5..490f6e6bebc2 100644 > --- a/drivers/i2c/busses/i2c-stm32.h > +++ b/drivers/i2c/busses/i2c-stm32.h > @@ -2,6 +2,7 @@ > * i2c-stm32.h > * > * Copyright (C) M'boumba Cedric Madianga 2017 > + * Copyright (C) STMicroelectronics SA 2017 > * Author: M'boumba Cedric Madianga > * > * License terms: GNU General Public License (GPL), version 2 > diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c > index 4ec108496f15..f399ef344d30 100644 > --- a/drivers/i2c/busses/i2c-stm32f4.c > +++ b/drivers/i2c/busses/i2c-stm32f4.c > @@ -6,6 +6,7 @@ > * http://www.st.com/resource/en/reference_manual/DM00031020.pdf > * > * Copyright (C) M'boumba Cedric Madianga 2016 > + * Copyright (C) STMicroelectronics SA 2017 > * Author: M'boumba Cedric Madianga > * > * This driver is based on i2c-st.c > diff --git a/drivers/i2c/busses/i2c-stm32f7.c b/drivers/i2c/busses/i2c-stm32f7.c > index d4a6e9c2e9aa..e85f4b7aedf6 100644 > --- a/drivers/i2c/busses/i2c-stm32f7.c > +++ b/drivers/i2c/busses/i2c-stm32f7.c > @@ -7,6 +7,7 @@ > * http://www.st.com/resource/en/reference_manual/dm00124865.pdf > * > * Copyright (C) M'boumba Cedric Madianga 2017 > + * Copyright (C) STMicroelectronics SA 2017 > * Author: M'boumba Cedric Madianga > * > * This driver is based on i2c-stm32f4.c > Acked-by: Alexandre TORGUE