Linux-SPDX Archive mirror
 help / color / mirror / Atom feed
From: "tip-bot2 for Thomas Gleixner" <tip-bot2@linutronix.de>
To: linux-tip-commits@vger.kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>,
	Broadcom Kernel Team <bcm-kernel-feedback-list@broadcom.com>,
	linux-spdx@vger.kernel.org, x86@kernel.org,
	linux-kernel@vger.kernel.org
Subject: [tip: timers/core] clocksource/drivers/bcm_kona: Convert to SPDX identifier
Date: Fri, 27 May 2022 08:35:59 -0000	[thread overview]
Message-ID: <165364055996.4207.2605979612113075422.tip-bot2@tip-bot2> (raw)
In-Reply-To: <20220510171254.404209482@linutronix.de>

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>

  parent reply	other threads:[~2022-05-27  8:36 UTC|newest]

Thread overview: 20+ 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-bot2 for Thomas Gleixner [this message]
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

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=165364055996.4207.2605979612113075422.tip-bot2@tip-bot2 \
    --to=tip-bot2@linutronix.de \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=f.fainelli@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spdx@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=rjui@broadcom.com \
    --cc=sbranden@broadcom.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /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 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 read-only IMAP folder(s) and NNTP newsgroup(s).