diff mbox

[v2] irqchip: stm32: Fix copyright

Message ID 20171130084500.23439-1-benjamin.gaignard@st.com (mailing list archive)
State New, archived
Headers show

Commit Message

Benjamin Gaignard Nov. 30, 2017, 8:45 a.m. UTC
Uniformize STMicroelectronics copyrights header
Add SPDX identifier

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
---
 drivers/irqchip/irq-stm32-exti.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Maxime Coquelin Nov. 30, 2017, 9:15 a.m. UTC | #1
2017-11-30 9:45 GMT+01:00 Benjamin Gaignard <benjamin.gaignard@linaro.org>:
> Uniformize STMicroelectronics copyrights header
> Add SPDX identifier
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
> CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> ---
>  drivers/irqchip/irq-stm32-exti.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
> index 31ab0dee2ce7..36f0fbe36c35 100644
> --- a/drivers/irqchip/irq-stm32-exti.c
> +++ b/drivers/irqchip/irq-stm32-exti.c
> @@ -1,7 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Copyright (C) Maxime Coquelin 2015
> + * Copyright (C) STMicroelectronics 2017
>   * Author:  Maxime Coquelin <mcoquelin.stm32@gmail.com>
> - * License terms:  GNU General Public License (GPL), version 2
>   */
>
>  #include <linux/bitops.h>
> --
> 2.15.0
>

Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>

Maxime
Benjamin Gaignard Jan. 29, 2018, 2:11 p.m. UTC | #2
2017-11-30 10:15 GMT+01:00 Maxime Coquelin <mcoquelin.stm32@gmail.com>:
> 2017-11-30 9:45 GMT+01:00 Benjamin Gaignard <benjamin.gaignard@linaro.org>:
>> Uniformize STMicroelectronics copyrights header
>> Add SPDX identifier
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
>> CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
>> ---
>>  drivers/irqchip/irq-stm32-exti.c | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
>> index 31ab0dee2ce7..36f0fbe36c35 100644
>> --- a/drivers/irqchip/irq-stm32-exti.c
>> +++ b/drivers/irqchip/irq-stm32-exti.c
>> @@ -1,7 +1,8 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>  /*
>>   * Copyright (C) Maxime Coquelin 2015
>> + * Copyright (C) STMicroelectronics 2017
>>   * Author:  Maxime Coquelin <mcoquelin.stm32@gmail.com>
>> - * License terms:  GNU General Public License (GPL), version 2
>>   */
>>
>>  #include <linux/bitops.h>
>> --
>> 2.15.0
>>
>
> Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
>

Gentle ping on this simple SPDX patch.

Regards,
Benjamin

> Maxime
Thomas Gleixner Jan. 29, 2018, 2:51 p.m. UTC | #3
On Mon, 29 Jan 2018, Benjamin Gaignard wrote:
> 2017-11-30 10:15 GMT+01:00 Maxime Coquelin <mcoquelin.stm32@gmail.com>:
> > 2017-11-30 9:45 GMT+01:00 Benjamin Gaignard <benjamin.gaignard@linaro.org>:
> >> Uniformize STMicroelectronics copyrights header
> >> Add SPDX identifier
> >>
> >> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
> >> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
> >> CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> >> ---
> >>  drivers/irqchip/irq-stm32-exti.c | 3 ++-
> >>  1 file changed, 2 insertions(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
> >> index 31ab0dee2ce7..36f0fbe36c35 100644
> >> --- a/drivers/irqchip/irq-stm32-exti.c
> >> +++ b/drivers/irqchip/irq-stm32-exti.c
> >> @@ -1,7 +1,8 @@
> >> +// SPDX-License-Identifier: GPL-2.0
> >>  /*
> >>   * Copyright (C) Maxime Coquelin 2015
> >> + * Copyright (C) STMicroelectronics 2017
> >>   * Author:  Maxime Coquelin <mcoquelin.stm32@gmail.com>
> >> - * License terms:  GNU General Public License (GPL), version 2
> >>   */
> >>
> >>  #include <linux/bitops.h>
> >> --
> >> 2.15.0
> >>
> >
> > Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
> >
> 
> Gentle ping on this simple SPDX patch.

I'll pick it up if Marc hasn't done yet.

Thanks,

	tglx
Marc Zyngier Jan. 29, 2018, 3:04 p.m. UTC | #4
On 29/01/18 14:51, Thomas Gleixner wrote:
> On Mon, 29 Jan 2018, Benjamin Gaignard wrote:
>> 2017-11-30 10:15 GMT+01:00 Maxime Coquelin <mcoquelin.stm32@gmail.com>:
>>> 2017-11-30 9:45 GMT+01:00 Benjamin Gaignard <benjamin.gaignard@linaro.org>:
>>>> Uniformize STMicroelectronics copyrights header
>>>> Add SPDX identifier
>>>>
>>>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>>>> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
>>>> CC: Maxime Coquelin <mcoquelin.stm32@gmail.com>
>>>> ---
>>>>  drivers/irqchip/irq-stm32-exti.c | 3 ++-
>>>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
>>>> index 31ab0dee2ce7..36f0fbe36c35 100644
>>>> --- a/drivers/irqchip/irq-stm32-exti.c
>>>> +++ b/drivers/irqchip/irq-stm32-exti.c
>>>> @@ -1,7 +1,8 @@
>>>> +// SPDX-License-Identifier: GPL-2.0
>>>>  /*
>>>>   * Copyright (C) Maxime Coquelin 2015
>>>> + * Copyright (C) STMicroelectronics 2017
>>>>   * Author:  Maxime Coquelin <mcoquelin.stm32@gmail.com>
>>>> - * License terms:  GNU General Public License (GPL), version 2
>>>>   */
>>>>
>>>>  #include <linux/bitops.h>
>>>> --
>>>> 2.15.0
>>>>
>>>
>>> Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
>>>
>>
>> Gentle ping on this simple SPDX patch.
> 
> I'll pick it up if Marc hasn't done yet.

I must have missed it, sorry about that. Thomas, please to pick it up if
you can.

Thanks,

	M.
diff mbox

Patch

diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c
index 31ab0dee2ce7..36f0fbe36c35 100644
--- a/drivers/irqchip/irq-stm32-exti.c
+++ b/drivers/irqchip/irq-stm32-exti.c
@@ -1,7 +1,8 @@ 
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) Maxime Coquelin 2015
+ * Copyright (C) STMicroelectronics 2017
  * Author:  Maxime Coquelin <mcoquelin.stm32@gmail.com>
- * License terms:  GNU General Public License (GPL), version 2
  */
 
 #include <linux/bitops.h>