ARM Sunxi Platform Development
 help / color / mirror / Atom feed
* [patch 09/10] clocksource/drivers/timer-sun4i: Convert to SPDX identifier
       [not found] <20220510171003.952873904@linutronix.de>
@ 2022-05-10 17:24 ` 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
  1 sibling, 2 replies; 6+ 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] 6+ messages in thread

* [patch 10/10] clocksource/drivers/timer-sun5i: Convert to SPDX identifier
       [not found] <20220510171003.952873904@linutronix.de>
  2022-05-10 17:24 ` [patch 09/10] clocksource/drivers/timer-sun4i: Convert to SPDX identifier Thomas Gleixner
@ 2022-05-10 17:24 ` Thomas Gleixner
  2022-05-22  7:37   ` Jernej Škrabec
  2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
  1 sibling, 2 replies; 6+ 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] 6+ 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: Convert to SPDX identifier Thomas Gleixner
@ 2022-05-22  7:36   ` Jernej Škrabec
  2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
  1 sibling, 0 replies; 6+ 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] 6+ 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
  2022-05-27  8:35   ` [tip: timers/core] " tip-bot2 for Thomas Gleixner
  1 sibling, 0 replies; 6+ 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] 6+ messages in thread

* [tip: timers/core] 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
@ 2022-05-27  8:35   ` tip-bot2 for Thomas Gleixner
  1 sibling, 0 replies; 6+ 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, Chen-Yu Tsai, Samuel Holland,
	Philipp Zabel, linux-sunxi, x86, linux-kernel

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

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

clocksource/drivers/timer-sun5i: Convert to SPDX identifier

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
Link: https://lore.kernel.org/r/20220510171254.970933294@linutronix.de
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/clocksource/timer-sun5i.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/clocksource/timer-sun5i.c b/drivers/clocksource/timer-sun5i.c
index 552c525..85900f7 100644
--- 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 related	[flat|nested] 6+ messages in thread

* [tip: timers/core] clocksource/drivers/timer-sun4i: Convert to SPDX identifier
  2022-05-10 17:24 ` [patch 09/10] clocksource/drivers/timer-sun4i: Convert to SPDX identifier Thomas Gleixner
  2022-05-22  7:36   ` Jernej Škrabec
@ 2022-05-27  8:35   ` tip-bot2 for Thomas Gleixner
  1 sibling, 0 replies; 6+ 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, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, linux-sunxi, x86, linux-kernel

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

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

clocksource/drivers/timer-sun4i: Convert to SPDX identifier

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
Link: https://lore.kernel.org/r/20220510171254.908144392@linutronix.de
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/clocksource/timer-sun4i.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/clocksource/timer-sun4i.c b/drivers/clocksource/timer-sun4i.c
index 0ba8155..bb6ea6c 100644
--- 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 related	[flat|nested] 6+ messages in thread

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

Thread overview: 6+ 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 09/10] clocksource/drivers/timer-sun4i: Convert to SPDX identifier 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox