linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 00/10] clocksource/drivers: Convert to SPDX identifiers
@ 2022-05-10 17:24 Thomas Gleixner
  2022-05-10 17:24 ` [patch 01/10] clocksource/drivers/bcm_kona: Convert to SPDX identifier Thomas Gleixner
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Thomas Gleixner @ 2022-05-10 17:24 UTC (permalink / raw)
  To: LKML; +Cc: linux-spdx

Convert the remaining holdouts to SPDX identifiers one by one.

The existing license information has been analyzed and replaced by the
corresponding SPDX identifiers.

Thanks,

	tglx
---
 bcm_kona_timer.c      |   14 ++------------
 jcore-pit.c           |    5 +----
 mips-gic-timer.c      |    9 ++-------
 timer-armada-370-xp.c |    5 +----
 timer-digicolor.c     |    5 +----
 timer-lpc32xx.c       |    6 +-----
 timer-orion.c         |    5 +----
 timer-pistachio.c     |    5 +----
 timer-sun4i.c         |    5 +----
 timer-sun5i.c         |    5 +----
 10 files changed, 12 insertions(+), 52 deletions(-)





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

* [patch 01/10] clocksource/drivers/bcm_kona: Convert to SPDX identifier
  2022-05-10 17:24 [patch 00/10] clocksource/drivers: Convert to SPDX identifiers Thomas Gleixner
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-10 18:26   ` Florian Fainelli
                     ` (2 more replies)
  2022-05-10 17:24 ` [patch 02/10] clocksource/drivers/jcore: " Thomas Gleixner
                   ` (8 subsequent siblings)
  9 siblings, 3 replies; 20+ messages in thread
From: Thomas Gleixner @ 2022-05-10 17:24 UTC (permalink / raw)
  To: LKML
  Cc: linux-spdx, Daniel Lezcano, Florian Fainelli, Ray Jui,
	Scott Branden, Broadcom Kernel Team

The license information clearly states GPL version 2 only. The extra text
which excludes warranties is a transcript of the corresponding GPLv2 clause
11, which is explicitely referenced for details.

So the SPDX identifier covers it completely.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Ray Jui <rjui@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
Cc: Broadcom Kernel Team <bcm-kernel-feedback-list@broadcom.com>
Cc: linux-spdx@vger.kernel.org
---
 drivers/clocksource/bcm_kona_timer.c |   14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

--- a/drivers/clocksource/bcm_kona_timer.c
+++ b/drivers/clocksource/bcm_kona_timer.c
@@ -1,15 +1,5 @@
-/*
- * Copyright (C) 2012 Broadcom Corporation
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation version 2.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- */
+// SPDX-License-Identifier: GPL-2.0
+// Copyright (C) 2012 Broadcom Corporation
 
 #include <linux/init.h>
 #include <linux/irq.h>


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

* [patch 02/10] clocksource/drivers/jcore: Convert to SPDX identifier
  2022-05-10 17:24 [patch 00/10] clocksource/drivers: Convert to SPDX identifiers Thomas Gleixner
  2022-05-10 17:24 ` [patch 01/10] clocksource/drivers/bcm_kona: Convert to SPDX identifier Thomas Gleixner
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-10 17:24 ` [patch 03/10] clocksource/drivers/mips-gic-timer: " Thomas Gleixner
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 20+ messages in thread
From: Thomas Gleixner @ 2022-05-10 17:24 UTC (permalink / raw)
  To: LKML; +Cc: linux-spdx, Rich Felker, Daniel Lezcano

The licensing text references explicitely the COPYING file in the kernel
base directory, which is clearly GPL version 2 only.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Rich Felker <dalias@libc.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/clocksource/jcore-pit.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

--- a/drivers/clocksource/jcore-pit.c
+++ b/drivers/clocksource/jcore-pit.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * J-Core SoC PIT/clocksource driver
  *
  * Copyright (C) 2015-2016 Smart Energy Instruments, Inc.
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
  */
 
 #include <linux/kernel.h>


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

* [patch 03/10] clocksource/drivers/mips-gic-timer: Convert to SPDX identifier
  2022-05-10 17:24 [patch 00/10] clocksource/drivers: Convert to SPDX identifiers Thomas Gleixner
  2022-05-10 17:24 ` [patch 01/10] clocksource/drivers/bcm_kona: Convert to SPDX identifier Thomas Gleixner
  2022-05-10 17:24 ` [patch 02/10] clocksource/drivers/jcore: " Thomas Gleixner
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-12  0:17   ` Serge Semin
  2022-05-10 17:24 ` [patch 04/10] clocksource/drivers/armada-370-xp: " Thomas Gleixner
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Thomas Gleixner @ 2022-05-10 17:24 UTC (permalink / raw)
  To: LKML
  Cc: linux-spdx, Thomas Bogendoerfer, Serge Semin, Daniel Lezcano, linux-mips

The licensing text references explicitely the COPYING file in the kernel
base directory, which is clearly GPL version 2 only.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: Serge Semin <fancer.lancer@gmail.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: linux-mips@vger.kernel.org
---
 drivers/clocksource/mips-gic-timer.c |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

--- a/drivers/clocksource/mips-gic-timer.c
+++ b/drivers/clocksource/mips-gic-timer.c
@@ -1,10 +1,5 @@
-/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 2012 MIPS Technologies, Inc.  All rights reserved.
- */
+// SPDX-License-Identifier: GPL-2.0
+// Copyright (C) 2012 MIPS Technologies, Inc.  All rights reserved.
 
 #define pr_fmt(fmt) "mips-gic-timer: " fmt
 


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

* [patch 04/10] clocksource/drivers/armada-370-xp: Convert to SPDX identifier
  2022-05-10 17:24 [patch 00/10] clocksource/drivers: Convert to SPDX identifiers Thomas Gleixner
                   ` (2 preceding siblings ...)
  2022-05-10 17:24 ` [patch 03/10] clocksource/drivers/mips-gic-timer: " Thomas Gleixner
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-13 12:30   ` Gregory CLEMENT
  2022-05-10 17:24 ` [patch 05/10] clocksource/drivers/digicolor: " Thomas Gleixner
                   ` (5 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Thomas Gleixner @ 2022-05-10 17:24 UTC (permalink / raw)
  To: LKML; +Cc: linux-spdx, Gregory Clement, Daniel Lezcano

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: Gregory Clement <gregory.clement@free-electrons.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/clocksource/timer-armada-370-xp.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

--- a/drivers/clocksource/timer-armada-370-xp.c
+++ b/drivers/clocksource/timer-armada-370-xp.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Marvell Armada 370/XP SoC timer handling.
  *
@@ -7,10 +8,6 @@
  * Gregory CLEMENT <gregory.clement@free-electrons.com>
  * Thomas Petazzoni <thomas.petazzoni@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.
- *
  * Timer 0 is used as free-running clocksource, while timer 1 is
  * used as clock_event_device.
  *


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

* [patch 05/10] clocksource/drivers/digicolor: Convert to SPDX identifier
  2022-05-10 17:24 [patch 00/10] clocksource/drivers: Convert to SPDX identifiers Thomas Gleixner
                   ` (3 preceding siblings ...)
  2022-05-10 17:24 ` [patch 04/10] clocksource/drivers/armada-370-xp: " Thomas Gleixner
@ 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
                   ` (4 subsequent siblings)
  9 siblings, 1 reply; 20+ 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.
  */
 
 /*


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

* [patch 06/10] clocksource/drivers/lpc32xx: Convert to SPDX identifier
  2022-05-10 17:24 [patch 00/10] clocksource/drivers: Convert to SPDX identifiers Thomas Gleixner
                   ` (4 preceding siblings ...)
  2022-05-10 17:24 ` [patch 05/10] clocksource/drivers/digicolor: " Thomas Gleixner
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-10 18:33   ` Vladimir Zapolskiy
  2022-05-10 17:24 ` [patch 07/10] clocksource/drivers/orion: " Thomas Gleixner
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 20+ 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__


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

* [patch 07/10] clocksource/drivers/orion: Convert to SPDX identifier
  2022-05-10 17:24 [patch 00/10] clocksource/drivers: Convert to SPDX identifiers Thomas Gleixner
                   ` (5 preceding siblings ...)
  2022-05-10 17:24 ` [patch 06/10] clocksource/drivers/lpc32xx: " Thomas Gleixner
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-10 17:24 ` [patch 08/10] clocksource/drivers/pistachio: " Thomas Gleixner
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 20+ messages in thread
From: Thomas Gleixner @ 2022-05-10 17:24 UTC (permalink / raw)
  To: LKML; +Cc: linux-spdx, Sebastian Hesselbarth, Daniel Lezcano

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: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/clocksource/timer-orion.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

--- a/drivers/clocksource/timer-orion.c
+++ b/drivers/clocksource/timer-orion.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Marvell Orion SoC timer handling.
  *
  * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.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.
- *
  * Timer 0 is used as free-running clocksource, while timer 1 is
  * used as clock_event_device.
  */


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

* [patch 08/10] clocksource/drivers/pistachio: Convert to SPDX identifier
  2022-05-10 17:24 [patch 00/10] clocksource/drivers: Convert to SPDX identifiers Thomas Gleixner
                   ` (6 preceding siblings ...)
  2022-05-10 17:24 ` [patch 07/10] clocksource/drivers/orion: " Thomas Gleixner
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-10 17:24 ` [patch 09/10] clocksource/drivers/timer-sun4i: " Thomas Gleixner
  2022-05-10 17:24 ` [patch 10/10] clocksource/drivers/timer-sun5i: " Thomas Gleixner
  9 siblings, 0 replies; 20+ messages in thread
From: Thomas Gleixner @ 2022-05-10 17:24 UTC (permalink / raw)
  To: LKML; +Cc: linux-spdx, Ezequiel Garcia, Daniel Lezcano

The licensing text references explicitely the COPYING file in the kernel
base directory, which is clearly GPL version 2 only.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/clocksource/timer-pistachio.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

--- a/drivers/clocksource/timer-pistachio.c
+++ b/drivers/clocksource/timer-pistachio.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Pistachio clocksource based on general-purpose timers
  *
  * Copyright (C) 2015 Imagination Technologies
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file "COPYING" in the main directory of this archive
- * for more details.
  */
 
 #define pr_fmt(fmt) "%s: " fmt, __func__


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

* [patch 09/10] clocksource/drivers/timer-sun4i: Convert to SPDX identifier
  2022-05-10 17:24 [patch 00/10] clocksource/drivers: Convert to SPDX identifiers Thomas Gleixner
                   ` (7 preceding siblings ...)
  2022-05-10 17:24 ` [patch 08/10] clocksource/drivers/pistachio: " Thomas Gleixner
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-22  7:36   ` Jernej Škrabec
  2022-05-10 17:24 ` [patch 10/10] clocksource/drivers/timer-sun5i: " Thomas Gleixner
  9 siblings, 1 reply; 20+ messages in thread
From: Thomas Gleixner @ 2022-05-10 17:24 UTC (permalink / raw)
  To: LKML
  Cc: linux-spdx, Daniel Lezcano, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, linux-sunxi

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: Chen-Yu Tsai <wens@csie.org>
Cc: Jernej Skrabec <jernej.skrabec@gmail.com>
Cc: Samuel Holland <samuel@sholland.org>
Cc: linux-sunxi@lists.linux.dev
---
 drivers/clocksource/timer-sun4i.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

--- a/drivers/clocksource/timer-sun4i.c
+++ b/drivers/clocksource/timer-sun4i.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Allwinner A1X SoCs timer handling.
  *
@@ -8,10 +9,6 @@
  * Based on code from
  * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
  * Benn Huang <benn@allwinnertech.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.
  */
 
 #include <linux/clk.h>


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

* [patch 10/10] clocksource/drivers/timer-sun5i: Convert to SPDX identifier
  2022-05-10 17:24 [patch 00/10] clocksource/drivers: Convert to SPDX identifiers Thomas Gleixner
                   ` (8 preceding siblings ...)
  2022-05-10 17:24 ` [patch 09/10] clocksource/drivers/timer-sun4i: " Thomas Gleixner
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-22  7:37   ` Jernej Škrabec
  9 siblings, 1 reply; 20+ messages in thread
From: Thomas Gleixner @ 2022-05-10 17:24 UTC (permalink / raw)
  To: LKML
  Cc: linux-spdx, Daniel Lezcano, Chen-Yu Tsai, Samuel Holland,
	Philipp Zabel, linux-sunxi

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: Chen-Yu Tsai <wens@csie.org>
Cc: Samuel Holland <samuel@sholland.org>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-sunxi@lists.linux.dev
---
 drivers/clocksource/timer-sun5i.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

--- a/drivers/clocksource/timer-sun5i.c
+++ b/drivers/clocksource/timer-sun5i.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Allwinner SoCs hstimer driver.
  *
  * 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.
  */
 
 #include <linux/clk.h>


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

* Re: [patch 01/10] clocksource/drivers/bcm_kona: Convert to SPDX identifier
  2022-05-10 17:24 ` [patch 01/10] clocksource/drivers/bcm_kona: Convert to SPDX identifier Thomas Gleixner
@ 2022-05-10 18:26   ` Florian Fainelli
  2022-05-16  9:30   ` Daniel Lezcano
  2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
  2 siblings, 0 replies; 20+ messages in thread
From: Florian Fainelli @ 2022-05-10 18:26 UTC (permalink / raw)
  To: Thomas Gleixner, LKML
  Cc: linux-spdx, Daniel Lezcano, Florian Fainelli, Ray Jui,
	Scott Branden, Broadcom Kernel Team

On 5/10/22 10:24, Thomas Gleixner wrote:
> The license information clearly states GPL version 2 only. The extra text
> which excludes warranties is a transcript of the corresponding GPLv2 clause
> 11, which is explicitely referenced for details.
> 
> So the SPDX identifier covers it completely.
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Ray Jui <rjui@broadcom.com>
> Cc: Scott Branden <sbranden@broadcom.com>
> Cc: Broadcom Kernel Team <bcm-kernel-feedback-list@broadcom.com>
> Cc: linux-spdx@vger.kernel.org

Acked-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian

^ permalink raw reply	[flat|nested] 20+ 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; 20+ 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

^ permalink raw reply	[flat|nested] 20+ 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: " Thomas Gleixner
@ 2022-05-11  3:28   ` Baruch Siach
  0 siblings, 0 replies; 20+ 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 -

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

* Re: [patch 03/10] clocksource/drivers/mips-gic-timer: Convert to SPDX identifier
  2022-05-10 17:24 ` [patch 03/10] clocksource/drivers/mips-gic-timer: " Thomas Gleixner
@ 2022-05-12  0:17   ` Serge Semin
  0 siblings, 0 replies; 20+ messages in thread
From: Serge Semin @ 2022-05-12  0:17 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: LKML, linux-spdx, Thomas Bogendoerfer, Daniel Lezcano, linux-mips

On Tue, May 10, 2022 at 07:24:40PM +0200, Thomas Gleixner wrote:
> The licensing text references explicitely the COPYING file in the kernel
> base directory, which is clearly GPL version 2 only.

Acked-by: Serge Semin <fancer.lancer@gmail.com>

-Serge

> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> Cc: Serge Semin <fancer.lancer@gmail.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: linux-mips@vger.kernel.org
> ---
>  drivers/clocksource/mips-gic-timer.c |    9 ++-------
>  1 file changed, 2 insertions(+), 7 deletions(-)
> 
> --- a/drivers/clocksource/mips-gic-timer.c
> +++ b/drivers/clocksource/mips-gic-timer.c
> @@ -1,10 +1,5 @@
> -/*
> - * This file is subject to the terms and conditions of the GNU General Public
> - * License.  See the file "COPYING" in the main directory of this archive
> - * for more details.
> - *
> - * Copyright (C) 2012 MIPS Technologies, Inc.  All rights reserved.
> - */
> +// SPDX-License-Identifier: GPL-2.0
> +// Copyright (C) 2012 MIPS Technologies, Inc.  All rights reserved.
>  
>  #define pr_fmt(fmt) "mips-gic-timer: " fmt
>  
> 

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

* Re: [patch 04/10] clocksource/drivers/armada-370-xp: Convert to SPDX identifier
  2022-05-10 17:24 ` [patch 04/10] clocksource/drivers/armada-370-xp: " Thomas Gleixner
@ 2022-05-13 12:30   ` Gregory CLEMENT
  0 siblings, 0 replies; 20+ messages in thread
From: Gregory CLEMENT @ 2022-05-13 12:30 UTC (permalink / raw)
  To: Thomas Gleixner, LKML; +Cc: linux-spdx, Gregory Clement, Daniel Lezcano

Thomas Gleixner <tglx@linutronix.de> writes:

> 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: Gregory Clement <gregory.clement@free-electrons.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>

Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>

Thanks,

Gregory
> ---
>  drivers/clocksource/timer-armada-370-xp.c |    5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
>
> --- a/drivers/clocksource/timer-armada-370-xp.c
> +++ b/drivers/clocksource/timer-armada-370-xp.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Marvell Armada 370/XP SoC timer handling.
>   *
> @@ -7,10 +8,6 @@
>   * Gregory CLEMENT <gregory.clement@free-electrons.com>
>   * Thomas Petazzoni <thomas.petazzoni@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.
> - *
>   * Timer 0 is used as free-running clocksource, while timer 1 is
>   * used as clock_event_device.
>   *
>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

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

* Re: [patch 01/10] clocksource/drivers/bcm_kona: Convert to SPDX identifier
  2022-05-10 17:24 ` [patch 01/10] clocksource/drivers/bcm_kona: Convert to SPDX identifier Thomas Gleixner
  2022-05-10 18:26   ` Florian Fainelli
@ 2022-05-16  9:30   ` Daniel Lezcano
  2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
  2 siblings, 0 replies; 20+ messages in thread
From: Daniel Lezcano @ 2022-05-16  9:30 UTC (permalink / raw)
  To: Thomas Gleixner, LKML
  Cc: linux-spdx, Florian Fainelli, Ray Jui, Scott Branden,
	Broadcom Kernel Team


Hi Thomas,

I've applied the series

Thanks

On 10/05/2022 19:24, Thomas Gleixner wrote:
> The license information clearly states GPL version 2 only. The extra text
> which excludes warranties is a transcript of the corresponding GPLv2 clause
> 11, which is explicitely referenced for details.
> 
> So the SPDX identifier covers it completely.
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Ray Jui <rjui@broadcom.com>
> Cc: Scott Branden <sbranden@broadcom.com>
> Cc: Broadcom Kernel Team <bcm-kernel-feedback-list@broadcom.com>
> Cc: linux-spdx@vger.kernel.org
> ---
>   drivers/clocksource/bcm_kona_timer.c |   14 ++------------
>   1 file changed, 2 insertions(+), 12 deletions(-)
> 
> --- a/drivers/clocksource/bcm_kona_timer.c
> +++ b/drivers/clocksource/bcm_kona_timer.c
> @@ -1,15 +1,5 @@
> -/*
> - * Copyright (C) 2012 Broadcom Corporation
> - *
> - * This program is free software; you can redistribute it and/or
> - * modify it under the terms of the GNU General Public License as
> - * published by the Free Software Foundation version 2.
> - *
> - * This program is distributed "as is" WITHOUT ANY WARRANTY of any
> - * kind, whether express or implied; without even the implied warranty
> - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - * GNU General Public License for more details.
> - */
> +// SPDX-License-Identifier: GPL-2.0
> +// Copyright (C) 2012 Broadcom Corporation
>   
>   #include <linux/init.h>
>   #include <linux/irq.h>
> 


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* Re: [patch 09/10] clocksource/drivers/timer-sun4i: Convert to SPDX identifier
  2022-05-10 17:24 ` [patch 09/10] clocksource/drivers/timer-sun4i: " Thomas Gleixner
@ 2022-05-22  7:36   ` Jernej Škrabec
  0 siblings, 0 replies; 20+ messages in thread
From: Jernej Škrabec @ 2022-05-22  7:36 UTC (permalink / raw)
  To: LKML, Thomas Gleixner
  Cc: linux-spdx, Daniel Lezcano, Chen-Yu Tsai, Samuel Holland, linux-sunxi

Dne torek, 10. maj 2022 ob 19:24:49 CEST je Thomas Gleixner napisal(a):
> 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: Chen-Yu Tsai <wens@csie.org>
> Cc: Jernej Skrabec <jernej.skrabec@gmail.com>
> Cc: Samuel Holland <samuel@sholland.org>
> Cc: linux-sunxi@lists.linux.dev

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> ---
>  drivers/clocksource/timer-sun4i.c |    5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> --- a/drivers/clocksource/timer-sun4i.c
> +++ b/drivers/clocksource/timer-sun4i.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Allwinner A1X SoCs timer handling.
>   *
> @@ -8,10 +9,6 @@
>   * Based on code from
>   * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
>   * Benn Huang <benn@allwinnertech.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.
>   */
> 
>  #include <linux/clk.h>





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

* Re: [patch 10/10] clocksource/drivers/timer-sun5i: Convert to SPDX identifier
  2022-05-10 17:24 ` [patch 10/10] clocksource/drivers/timer-sun5i: " Thomas Gleixner
@ 2022-05-22  7:37   ` Jernej Škrabec
  0 siblings, 0 replies; 20+ messages in thread
From: Jernej Škrabec @ 2022-05-22  7:37 UTC (permalink / raw)
  To: LKML, Thomas Gleixner
  Cc: linux-spdx, Daniel Lezcano, Chen-Yu Tsai, Samuel Holland,
	Philipp Zabel, linux-sunxi

Dne torek, 10. maj 2022 ob 19:24:51 CEST je Thomas Gleixner napisal(a):
> 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: Chen-Yu Tsai <wens@csie.org>
> Cc: Samuel Holland <samuel@sholland.org>
> Cc: Philipp Zabel <p.zabel@pengutronix.de>
> Cc: linux-sunxi@lists.linux.dev

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> ---
>  drivers/clocksource/timer-sun5i.c |    5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> --- a/drivers/clocksource/timer-sun5i.c
> +++ b/drivers/clocksource/timer-sun5i.c
> @@ -1,13 +1,10 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * Allwinner SoCs hstimer driver.
>   *
>   * 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.
>   */
> 
>  #include <linux/clk.h>





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

* [tip: timers/core] clocksource/drivers/bcm_kona: Convert to SPDX identifier
  2022-05-10 17:24 ` [patch 01/10] clocksource/drivers/bcm_kona: Convert to SPDX identifier Thomas Gleixner
  2022-05-10 18:26   ` Florian Fainelli
  2022-05-16  9:30   ` Daniel Lezcano
@ 2022-05-27  8:35   ` tip-bot2 for Thomas Gleixner
  2 siblings, 0 replies; 20+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2022-05-27  8:35 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Thomas Gleixner, Daniel Lezcano, Florian Fainelli, Ray Jui,
	Scott Branden, Broadcom Kernel Team, linux-spdx, x86,
	linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     b89e96917dba49d9fda30f2e0c5a8effdf02cca5
Gitweb:        https://git.kernel.org/tip/b89e96917dba49d9fda30f2e0c5a8effdf02cca5
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Tue, 10 May 2022 19:24:37 +02:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Wed, 18 May 2022 11:08:59 +02:00

clocksource/drivers/bcm_kona: Convert to SPDX identifier

The license information clearly states GPL version 2 only. The extra text
which excludes warranties is a transcript of the corresponding GPLv2 clause
11, which is explicitely referenced for details.

So the SPDX identifier covers it completely.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Ray Jui <rjui@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
Cc: Broadcom Kernel Team <bcm-kernel-feedback-list@broadcom.com>
Cc: linux-spdx@vger.kernel.org
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20220510171254.404209482@linutronix.de
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/clocksource/bcm_kona_timer.c | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/drivers/clocksource/bcm_kona_timer.c b/drivers/clocksource/bcm_kona_timer.c
index a50ab5c..39f172d 100644
--- a/drivers/clocksource/bcm_kona_timer.c
+++ b/drivers/clocksource/bcm_kona_timer.c
@@ -1,15 +1,5 @@
-/*
- * Copyright (C) 2012 Broadcom Corporation
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation version 2.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- */
+// SPDX-License-Identifier: GPL-2.0
+// Copyright (C) 2012 Broadcom Corporation
 
 #include <linux/init.h>
 #include <linux/irq.h>

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

end of thread, other threads:[~2022-05-27  8:36 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 17:24 [patch 00/10] clocksource/drivers: Convert to SPDX identifiers Thomas Gleixner
2022-05-10 17:24 ` [patch 01/10] clocksource/drivers/bcm_kona: Convert to SPDX identifier Thomas Gleixner
2022-05-10 18:26   ` Florian Fainelli
2022-05-16  9:30   ` Daniel Lezcano
2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
2022-05-10 17:24 ` [patch 02/10] clocksource/drivers/jcore: " Thomas Gleixner
2022-05-10 17:24 ` [patch 03/10] clocksource/drivers/mips-gic-timer: " Thomas Gleixner
2022-05-12  0:17   ` Serge Semin
2022-05-10 17:24 ` [patch 04/10] clocksource/drivers/armada-370-xp: " Thomas Gleixner
2022-05-13 12:30   ` Gregory CLEMENT
2022-05-10 17:24 ` [patch 05/10] clocksource/drivers/digicolor: " 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
2022-05-10 17:24 ` [patch 07/10] clocksource/drivers/orion: " Thomas Gleixner
2022-05-10 17:24 ` [patch 08/10] clocksource/drivers/pistachio: " Thomas Gleixner
2022-05-10 17:24 ` [patch 09/10] clocksource/drivers/timer-sun4i: " Thomas Gleixner
2022-05-22  7:36   ` Jernej Škrabec
2022-05-10 17:24 ` [patch 10/10] clocksource/drivers/timer-sun5i: " Thomas Gleixner
2022-05-22  7:37   ` Jernej Škrabec

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).