linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: lantiq: Switch to SPDX header
@ 2019-06-11  7:20 Lubomir Rintel
  2019-06-11 14:27 ` Enrico Weigelt, metux IT consult
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lubomir Rintel @ 2019-06-11  7:20 UTC (permalink / raw)
  To: Linus Walleij; +Cc: John Crispin, linux-gpio, linux-kernel, Lubomir Rintel

The original license text had a typo ("publishhed") which would be
likely to confuse automated licensing auditing tools. Let's just switch
to SPDX instead of fixing the wording.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 drivers/pinctrl/pinctrl-lantiq.c | 5 +----
 drivers/pinctrl/pinctrl-lantiq.h | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/drivers/pinctrl/pinctrl-lantiq.c b/drivers/pinctrl/pinctrl-lantiq.c
index 22e80613e269..029e0aecb8d8 100644
--- a/drivers/pinctrl/pinctrl-lantiq.c
+++ b/drivers/pinctrl/pinctrl-lantiq.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  *  linux/drivers/pinctrl/pinctrl-lantiq.c
  *  based on linux/drivers/pinctrl/pinctrl-pxa3xx.c
  *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 2 as
- *  publishhed by the Free Software Foundation.
- *
  *  Copyright (C) 2012 John Crispin <john@phrozen.org>
  */
 
diff --git a/drivers/pinctrl/pinctrl-lantiq.h b/drivers/pinctrl/pinctrl-lantiq.h
index 0e4308b8f235..d6530838fca8 100644
--- a/drivers/pinctrl/pinctrl-lantiq.h
+++ b/drivers/pinctrl/pinctrl-lantiq.h
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  *  linux/drivers/pinctrl/pinctrl-lantiq.h
  *  based on linux/drivers/pinctrl/pinctrl-pxa3xx.h
  *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 2 as
- *  publishhed by the Free Software Foundation.
- *
  *  Copyright (C) 2012 John Crispin <john@phrozen.org>
  */
 
-- 
2.21.0


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

* Re: [PATCH] pinctrl: lantiq: Switch to SPDX header
  2019-06-11  7:20 [PATCH] pinctrl: lantiq: Switch to SPDX header Lubomir Rintel
@ 2019-06-11 14:27 ` Enrico Weigelt, metux IT consult
  2019-06-11 14:28 ` Enrico Weigelt, metux IT consult
  2019-06-12 12:17 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2019-06-11 14:27 UTC (permalink / raw)
  To: Lubomir Rintel, Linus Walleij; +Cc: John Crispin, linux-gpio, linux-kernel

On 11.06.19 09:20, Lubomir Rintel wrote:
> The original license text had a typo ("publishhed") which would be
> likely to confuse automated licensing auditing tools. Let's just switch
> to SPDX instead of fixing the wording.

Reviewed-By: Enrico Weigelt <info@metux.net>

BTW: are you aware that there's a separate project for cleaning up
those things ?

maillist: linux-spdx@vger.kernel.org


--mtx

-- 
Enrico Weigelt, metux IT consult
Free software and Linux embedded engineering
info@metux.net -- +49-151-27565287

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

* Re: [PATCH] pinctrl: lantiq: Switch to SPDX header
  2019-06-11  7:20 [PATCH] pinctrl: lantiq: Switch to SPDX header Lubomir Rintel
  2019-06-11 14:27 ` Enrico Weigelt, metux IT consult
@ 2019-06-11 14:28 ` Enrico Weigelt, metux IT consult
  2019-06-12 12:17 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2019-06-11 14:28 UTC (permalink / raw)
  To: Lubomir Rintel, Linus Walleij; +Cc: John Crispin, linux-gpio, linux-kernel

On 11.06.19 09:20, Lubomir Rintel wrote:
> The original license text had a typo ("publishhed") which would be
> likely to confuse automated licensing auditing tools. Let's just switch
> to SPDX instead of fixing the wording.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>

Reviewed-By: Enrico Weigelt <info@metux.net>

-- 
Enrico Weigelt, metux IT consult
Free software and Linux embedded engineering
info@metux.net -- +49-151-27565287

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

* Re: [PATCH] pinctrl: lantiq: Switch to SPDX header
  2019-06-11  7:20 [PATCH] pinctrl: lantiq: Switch to SPDX header Lubomir Rintel
  2019-06-11 14:27 ` Enrico Weigelt, metux IT consult
  2019-06-11 14:28 ` Enrico Weigelt, metux IT consult
@ 2019-06-12 12:17 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2019-06-12 12:17 UTC (permalink / raw)
  To: Lubomir Rintel; +Cc: John Crispin, open list:GPIO SUBSYSTEM, linux-kernel

On Tue, Jun 11, 2019 at 9:20 AM Lubomir Rintel <lkundrak@v3.sk> wrote:

> The original license text had a typo ("publishhed") which would be
> likely to confuse automated licensing auditing tools. Let's just switch
> to SPDX instead of fixing the wording.
>
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>

This is already fixed upstream in Torvald's tree, see
commit 1d0ea0692ae3f909b22e99af3121bcf3142a5c5f
"treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332"

Yours,
Linus Walleij

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

end of thread, other threads:[~2019-06-12 12:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-11  7:20 [PATCH] pinctrl: lantiq: Switch to SPDX header Lubomir Rintel
2019-06-11 14:27 ` Enrico Weigelt, metux IT consult
2019-06-11 14:28 ` Enrico Weigelt, metux IT consult
2019-06-12 12:17 ` Linus Walleij

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