All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] kconfiglib: change SPDX-License-Identifier to ISC
@ 2014-09-17  4:37 Masahiro Yamada
  2014-09-18  1:03 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2014-09-17  4:37 UTC (permalink / raw)
  To: u-boot

Commit f219e01311b2 (tools: Import Kconfiglib)
added SPDX GPL-2.0+ to this library by mistake.
It should be ISC.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Ulf Magnusson <ulfalizer@gmail.com>
---

 tools/buildman/kconfiglib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/buildman/kconfiglib.py b/tools/buildman/kconfiglib.py
index 31fd3c9..655cf44 100644
--- a/tools/buildman/kconfiglib.py
+++ b/tools/buildman/kconfiglib.py
@@ -1,5 +1,5 @@
 #
-# SPDX-License-Identifier:	GPL-2.0+
+# SPDX-License-Identifier:	ISC
 #
 # Author: Ulf Magnusson
 #   https://github.com/ulfalizer/Kconfiglib
-- 
1.9.1

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

* [U-Boot] [PATCH] kconfiglib: change SPDX-License-Identifier to ISC
  2014-09-17  4:37 [U-Boot] [PATCH] kconfiglib: change SPDX-License-Identifier to ISC Masahiro Yamada
@ 2014-09-18  1:03 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2014-09-18  1:03 UTC (permalink / raw)
  To: u-boot

On Wed, Sep 17, 2014 at 01:37:45PM +0900, Masahiro Yamada wrote:

> Commit f219e01311b2 (tools: Import Kconfiglib)
> added SPDX GPL-2.0+ to this library by mistake.
> It should be ISC.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Ulf Magnusson <ulfalizer@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140917/6fccadb4/attachment.pgp>

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

* [U-Boot] [PATCH] kconfiglib: change SPDX-License-Identifier to ISC
  2014-09-22 11:57 ` [U-Boot] [PATCH] kconfiglib: change SPDX-License-Identifier to ISC Christian Gmeiner
@ 2014-09-22 12:55   ` Christian Gmeiner
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Gmeiner @ 2014-09-22 12:55 UTC (permalink / raw)
  To: u-boot

2014-09-22 13:57 GMT+02:00 Christian Gmeiner <christian.gmeiner@gmail.com>:
> From: Masahiro Yamada <yamada.m@jp.panasonic.com>
>
> Commit f219e01311b2 (tools: Import Kconfiglib)
> added SPDX GPL-2.0+ to this library by mistake.
> It should be ISC.
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Ulf Magnusson <ulfalizer@gmail.com>
> Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
> ---
>
>  tools/buildman/kconfiglib.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/buildman/kconfiglib.py b/tools/buildman/kconfiglib.py
> index 31fd3c9..655cf44 100644
> --- a/tools/buildman/kconfiglib.py
> +++ b/tools/buildman/kconfiglib.py
> @@ -1,5 +1,5 @@
>  #
> -# SPDX-License-Identifier:     GPL-2.0+
> +# SPDX-License-Identifier:     ISC
>  #
>  # Author: Ulf Magnusson
>  #   https://github.com/ulfalizer/Kconfiglib
> --
> 1.9.3
>

wooops - ignore this

--
Christian Gmeiner, MSc

https://soundcloud.com/christian-gmeiner

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

* [U-Boot] [PATCH] kconfiglib: change SPDX-License-Identifier to ISC
  2014-09-22 11:57 [U-Boot] [PATCH] imx6: add Bachmann OT1200 board v2 Christian Gmeiner
@ 2014-09-22 11:57 ` Christian Gmeiner
  2014-09-22 12:55   ` Christian Gmeiner
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Gmeiner @ 2014-09-22 11:57 UTC (permalink / raw)
  To: u-boot

From: Masahiro Yamada <yamada.m@jp.panasonic.com>

Commit f219e01311b2 (tools: Import Kconfiglib)
added SPDX GPL-2.0+ to this library by mistake.
It should be ISC.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
---

 tools/buildman/kconfiglib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/buildman/kconfiglib.py b/tools/buildman/kconfiglib.py
index 31fd3c9..655cf44 100644
--- a/tools/buildman/kconfiglib.py
+++ b/tools/buildman/kconfiglib.py
@@ -1,5 +1,5 @@
 #
-# SPDX-License-Identifier:	GPL-2.0+
+# SPDX-License-Identifier:	ISC
 #
 # Author: Ulf Magnusson
 #   https://github.com/ulfalizer/Kconfiglib
-- 
1.9.3

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

end of thread, other threads:[~2014-09-22 12:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-17  4:37 [U-Boot] [PATCH] kconfiglib: change SPDX-License-Identifier to ISC Masahiro Yamada
2014-09-18  1:03 ` Tom Rini
2014-09-22 11:57 [U-Boot] [PATCH] imx6: add Bachmann OT1200 board v2 Christian Gmeiner
2014-09-22 11:57 ` [U-Boot] [PATCH] kconfiglib: change SPDX-License-Identifier to ISC Christian Gmeiner
2014-09-22 12:55   ` Christian Gmeiner

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.