All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/jq: fix license
@ 2020-07-12 22:06 Fabrice Fontaine
  2020-07-13 20:47 ` Thomas Petazzoni
  2020-07-21  6:05 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-07-12 22:06 UTC (permalink / raw)
  To: buildroot

Commit c94794175fab58823fde539eac83ec0234768f36 forgot to update hash of
COPYING

ICU license has been added for decNumber library since
https://github.com/stedolan/jq/commit/b6be13d5de6dd7d8aad5fd871eb6b0b30fc7d7f6

Fixes:
 - http://autobuild.buildroot.org/results/569aa7ba86a022d3c32a65fb8b58f558aba7ae4c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/jq/jq.hash | 2 +-
 package/jq/jq.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/jq/jq.hash b/package/jq/jq.hash
index e9f15afa78..125781385c 100644
--- a/package/jq/jq.hash
+++ b/package/jq/jq.hash
@@ -1,3 +1,3 @@
 # Locally calculated
 sha256  20249104d4df2247253df6df4a980b8be1f5232f03fef7cd41bacb7e6eab04fd  jq-a17dd3248a666d01be75f6b16be37e80e20b0954.tar.gz
-sha256  111136aebcbfa68b6b0084e582b30e981da76adcff84eab6f9be32a1f38c5bf1  COPYING
+sha256  c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da  COPYING
diff --git a/package/jq/jq.mk b/package/jq/jq.mk
index 297a608b12..78de3951a8 100644
--- a/package/jq/jq.mk
+++ b/package/jq/jq.mk
@@ -6,7 +6,7 @@
 
 JQ_VERSION = a17dd3248a666d01be75f6b16be37e80e20b0954
 JQ_SITE = $(call github,stedolan,jq,$(JQ_VERSION))
-JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
+JQ_LICENSE = MIT (code), ICU License (decNumber), CC-BY-3.0 (documentation)
 JQ_LICENSE_FILES = COPYING
 JQ_INSTALL_STAGING = YES
 
-- 
2.27.0

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

* [Buildroot] [PATCH 1/1] package/jq: fix license
  2020-07-12 22:06 [Buildroot] [PATCH 1/1] package/jq: fix license Fabrice Fontaine
@ 2020-07-13 20:47 ` Thomas Petazzoni
  2020-07-21  6:05 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-07-13 20:47 UTC (permalink / raw)
  To: buildroot

On Mon, 13 Jul 2020 00:06:57 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

>  JQ_VERSION = a17dd3248a666d01be75f6b16be37e80e20b0954
>  JQ_SITE = $(call github,stedolan,jq,$(JQ_VERSION))
> -JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
> +JQ_LICENSE = MIT (code), ICU License (decNumber), CC-BY-3.0 (documentation)

The SPDX license code for the ICU License is just "ICU". See
https://spdx.org/licenses/. I fixed that and applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/jq: fix license
  2020-07-12 22:06 [Buildroot] [PATCH 1/1] package/jq: fix license Fabrice Fontaine
  2020-07-13 20:47 ` Thomas Petazzoni
@ 2020-07-21  6:05 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-07-21  6:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Commit c94794175fab58823fde539eac83ec0234768f36 forgot to update hash of
 > COPYING

 > ICU license has been added for decNumber library since
 > https://github.com/stedolan/jq/commit/b6be13d5de6dd7d8aad5fd871eb6b0b30fc7d7f6

 > Fixes:
 >  - http://autobuild.buildroot.org/results/569aa7ba86a022d3c32a65fb8b58f558aba7ae4c

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x and 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-07-21  6:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-12 22:06 [Buildroot] [PATCH 1/1] package/jq: fix license Fabrice Fontaine
2020-07-13 20:47 ` Thomas Petazzoni
2020-07-21  6:05 ` Peter Korsgaard

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.