All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: LKML <linux-kernel@vger.kernel.org>
Cc: linux-spdx@vger.kernel.org, Joachim Eastwood <manabian@gmail.com>,
	Vladimir Zapolskiy <vz@mleia.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	linux-arm-kernel@lists.infradead.org
Subject: [patch 06/10] clocksource/drivers/lpc32xx: Convert to SPDX identifier
Date: Tue, 10 May 2022 19:24:45 +0200 (CEST)	[thread overview]
Message-ID: <20220510171254.717233312@linutronix.de> (raw)
In-Reply-To: 20220510171003.952873904@linutronix.de

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__


WARNING: multiple messages have this Message-ID (diff)
From: Thomas Gleixner <tglx@linutronix.de>
To: LKML <linux-kernel@vger.kernel.org>
Cc: linux-spdx@vger.kernel.org, Joachim Eastwood <manabian@gmail.com>,
	Vladimir Zapolskiy <vz@mleia.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	linux-arm-kernel@lists.infradead.org
Subject: [patch 06/10] clocksource/drivers/lpc32xx: Convert to SPDX identifier
Date: Tue, 10 May 2022 19:24:45 +0200 (CEST)	[thread overview]
Message-ID: <20220510171254.717233312@linutronix.de> (raw)
In-Reply-To: 20220510171003.952873904@linutronix.de

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

  parent reply	other threads:[~2022-05-10 17:25 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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-27  8:35   ` [tip: timers/core] " tip-bot2 for 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-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
2022-05-10 17:24 ` [patch 04/10] clocksource/drivers/armada-370-xp: " Thomas Gleixner
2022-05-13 12:30   ` Gregory CLEMENT
2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
2022-05-10 17:24 ` [patch 05/10] clocksource/drivers/digicolor: " Thomas Gleixner
2022-05-10 17:24   ` Thomas Gleixner
2022-05-11  3:28   ` Baruch Siach
2022-05-11  3:28     ` Baruch Siach
2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
2022-05-10 17:24 ` Thomas Gleixner [this message]
2022-05-10 17:24   ` [patch 06/10] clocksource/drivers/lpc32xx: " Thomas Gleixner
2022-05-10 18:33   ` Vladimir Zapolskiy
2022-05-10 18:33     ` Vladimir Zapolskiy
2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
2022-05-10 17:24 ` [patch 07/10] clocksource/drivers/orion: " Thomas Gleixner
2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
2022-05-10 17:24 ` [patch 08/10] clocksource/drivers/pistachio: " Thomas Gleixner
2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for 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-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
2022-05-10 17:24 ` [patch 10/10] clocksource/drivers/timer-sun5i: " Thomas Gleixner
2022-05-22  7:37   ` Jernej Škrabec
2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220510171254.717233312@linutronix.de \
    --to=tglx@linutronix.de \
    --cc=daniel.lezcano@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spdx@vger.kernel.org \
    --cc=manabian@gmail.com \
    --cc=vz@mleia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.