linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [patch 05/10] clocksource/drivers/digicolor: Convert to SPDX identifier
       [not found] <20220510171003.952873904@linutronix.de>
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-11  3:28   ` Baruch Siach
  2022-05-10 17:24 ` [patch 06/10] clocksource/drivers/lpc32xx: " Thomas Gleixner
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Gleixner @ 2022-05-10 17:24 UTC (permalink / raw)
  To: LKML; +Cc: linux-spdx, Daniel Lezcano, Baruch Siach, linux-arm-kernel

The license information clearly states GPL version 2 only. The extra text
which excludes warranties is an excerpt of the corresponding GPLv2 clause
11.

So the SPDX identifier covers it completely.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Baruch Siach <baruch@tkos.co.il>
Cc: linux-arm-kernel@lists.infradead.org
---
 drivers/clocksource/timer-digicolor.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

--- a/drivers/clocksource/timer-digicolor.c
+++ b/drivers/clocksource/timer-digicolor.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Conexant Digicolor timer driver
  *
@@ -11,10 +12,6 @@
  * Copyright (C) 2013 Maxime Ripard
  *
  * Maxime Ripard <maxime.ripard@free-electrons.com>
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2.  This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
  */
 
 /*


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [patch 06/10] clocksource/drivers/lpc32xx: Convert to SPDX identifier
       [not found] <20220510171003.952873904@linutronix.de>
  2022-05-10 17:24 ` [patch 05/10] clocksource/drivers/digicolor: Convert to SPDX identifier Thomas Gleixner
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-10 18:33   ` Vladimir Zapolskiy
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Gleixner @ 2022-05-10 17:24 UTC (permalink / raw)
  To: LKML
  Cc: linux-spdx, Joachim Eastwood, Vladimir Zapolskiy, Daniel Lezcano,
	linux-arm-kernel

The license information clearly states GPL version 2 only. The extra text
which excludes warranties is an excerpt of the corresponding GPLv2 clause
11.

So the SPDX identifier covers it completely.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Joachim Eastwood <manabian@gmail.com>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
---
 drivers/clocksource/timer-lpc32xx.c |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

--- a/drivers/clocksource/timer-lpc32xx.c
+++ b/drivers/clocksource/timer-lpc32xx.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Clocksource driver for NXP LPC32xx/18xx/43xx timer
  *
@@ -6,11 +7,6 @@
  * Based on:
  * time-efm32 Copyright (C) 2013 Pengutronix
  * mach-lpc32xx/timer.c Copyright (C) 2009 - 2010 NXP Semiconductors
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
- *
  */
 
 #define pr_fmt(fmt) "%s: " fmt, __func__


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patch 06/10] clocksource/drivers/lpc32xx: Convert to SPDX identifier
  2022-05-10 17:24 ` [patch 06/10] clocksource/drivers/lpc32xx: " Thomas Gleixner
@ 2022-05-10 18:33   ` Vladimir Zapolskiy
  0 siblings, 0 replies; 4+ messages in thread
From: Vladimir Zapolskiy @ 2022-05-10 18:33 UTC (permalink / raw)
  To: Thomas Gleixner, LKML
  Cc: linux-spdx, Joachim Eastwood, Daniel Lezcano, linux-arm-kernel

On 5/10/22 20:24, Thomas Gleixner wrote:
> The license information clearly states GPL version 2 only. The extra text
> which excludes warranties is an excerpt of the corresponding GPLv2 clause
> 11.
> 
> So the SPDX identifier covers it completely.
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Joachim Eastwood <manabian@gmail.com>
> Cc: Vladimir Zapolskiy <vz@mleia.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: linux-arm-kernel@lists.infradead.org

Acked-by: Vladimir Zapolskiy <vz@mleia.com>

--
Best wishes,
Vladimir

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patch 05/10] clocksource/drivers/digicolor: Convert to SPDX identifier
  2022-05-10 17:24 ` [patch 05/10] clocksource/drivers/digicolor: Convert to SPDX identifier Thomas Gleixner
@ 2022-05-11  3:28   ` Baruch Siach
  0 siblings, 0 replies; 4+ messages in thread
From: Baruch Siach @ 2022-05-11  3:28 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML, linux-spdx, Daniel Lezcano, linux-arm-kernel

Hi Thomas,

On Tue, May 10 2022, Thomas Gleixner wrote:

> The license information clearly states GPL version 2 only. The extra text
> which excludes warranties is an excerpt of the corresponding GPLv2 clause
> 11.
>
> So the SPDX identifier covers it completely.
>
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Baruch Siach <baruch@tkos.co.il>
> Cc: linux-arm-kernel@lists.infradead.org

Acked-by: Baruch Siach <baruch@tkos.co.il>

Thanks,
baruch

> ---
>  drivers/clocksource/timer-digicolor.c |    5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
>
> --- a/drivers/clocksource/timer-digicolor.c
> +++ b/drivers/clocksource/timer-digicolor.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Conexant Digicolor timer driver
>   *
> @@ -11,10 +12,6 @@
>   * Copyright (C) 2013 Maxime Ripard
>   *
>   * Maxime Ripard <maxime.ripard@free-electrons.com>
> - *
> - * This file is licensed under the terms of the GNU General Public
> - * License version 2.  This program is licensed "as is" without any
> - * warranty of any kind, whether express or implied.
>   */
>  
>  /*


-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-11  3:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20220510171003.952873904@linutronix.de>
2022-05-10 17:24 ` [patch 05/10] clocksource/drivers/digicolor: Convert to SPDX identifier Thomas Gleixner
2022-05-11  3:28   ` Baruch Siach
2022-05-10 17:24 ` [patch 06/10] clocksource/drivers/lpc32xx: " Thomas Gleixner
2022-05-10 18:33   ` Vladimir Zapolskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).