2022-05-10 19:44:35

by Thomas Gleixner

[permalink] [raw]
Subject: [patch 05/10] clocksource/drivers/digicolor: 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 <[email protected]>
Cc: Daniel Lezcano <[email protected]>
Cc: Baruch Siach <[email protected]>
Cc: [email protected]
---
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 <[email protected]>
- *
- * 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.
*/

/*



2022-05-11 04:40:28

by Baruch Siach

[permalink] [raw]
Subject: Re: [patch 05/10] clocksource/drivers/digicolor: Convert to SPDX identifier

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 <[email protected]>
> Cc: Daniel Lezcano <[email protected]>
> Cc: Baruch Siach <[email protected]>
> Cc: [email protected]

Acked-by: Baruch Siach <[email protected]>

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 <[email protected]>
> - *
> - * 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------------{=
- [email protected] - tel: +972.52.368.4656, http://www.tkos.co.il -

Subject: [tip: timers/core] clocksource/drivers/digicolor: Convert to SPDX identifier

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

Commit-ID: b3a9ce9d24ffc3e8018dc35a5f4e8f3406cf497f
Gitweb: https://git.kernel.org/tip/b3a9ce9d24ffc3e8018dc35a5f4e8f3406cf497f
Author: Thomas Gleixner <[email protected]>
AuthorDate: Tue, 10 May 2022 19:24:43 +02:00
Committer: Daniel Lezcano <[email protected]>
CommitterDate: Wed, 18 May 2022 11:08:59 +02:00

clocksource/drivers/digicolor: 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 <[email protected]>
Cc: Daniel Lezcano <[email protected]>
Cc: Baruch Siach <[email protected]>
Cc: [email protected]
Acked-by: Baruch Siach <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Daniel Lezcano <[email protected]>
---
drivers/clocksource/timer-digicolor.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/clocksource/timer-digicolor.c b/drivers/clocksource/timer-digicolor.c
index 1e984a4..559aa96 100644
--- 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 <[email protected]>
- *
- * 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.
*/

/*