All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/crucible: fix license
@ 2024-03-07 17:16 Fabrice Fontaine
  2024-03-07 20:38 ` Fabio Estevam
  2024-05-10 21:02 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-03-07 17:16 UTC (permalink / raw)
  To: buildroot; +Cc: Fabio Estevam, Fabrice Fontaine

crucible is licensed under BSD-3-Clause since bump to version 2023.11.02
in commit be3f95ed14559f8a9739a12cff604add622b0416 and
https://github.com/usbarmory/crucible/commit/7fe0bb96da655b4e83031a99115d37f88a171e9f

Fixes: be3f95ed14559f8a9739a12cff604add622b0416
 - http://autobuild.buildroot.org/results/6183b11f1564bc07adfff2b02cb0607d0b1de54e

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

diff --git a/package/crucible/crucible.hash b/package/crucible/crucible.hash
index d5fee0068d..3a9a716732 100644
--- a/package/crucible/crucible.hash
+++ b/package/crucible/crucible.hash
@@ -1,2 +1,2 @@
 sha256  d21842f050163765269290d72fe79d3f95005038e865138d94e247cb455098da  crucible-2023.11.02.tar.gz
-sha256  d88514630470aec9fa7abdc990a1e0a8751a752321bffa868188c49009d64d59  LICENSE
+sha256  a89c50d83be30fe7ec75be69a07f6c1b5dfaae0a6b94a678d2394fff34acb69c  LICENSE
diff --git a/package/crucible/crucible.mk b/package/crucible/crucible.mk
index 2206663e24..5eedbca8ee 100644
--- a/package/crucible/crucible.mk
+++ b/package/crucible/crucible.mk
@@ -6,7 +6,7 @@
 
 CRUCIBLE_VERSION = 2023.11.02
 CRUCIBLE_SITE = $(call github,usbarmory,crucible,v$(CRUCIBLE_VERSION))
-CRUCIBLE_LICENSE = GPL-3.0
+CRUCIBLE_LICENSE = BSD-3-Clause
 CRUCIBLE_LICENSE_FILES = LICENSE
 CRUCIBLE_GOMOD = ./cmd/crucible
 
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/crucible: fix license
  2024-03-07 17:16 [Buildroot] [PATCH 1/1] package/crucible: fix license Fabrice Fontaine
@ 2024-03-07 20:38 ` Fabio Estevam
  2024-05-10 21:02 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2024-03-07 20:38 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

On Thu, Mar 7, 2024 at 2:16 PM Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
>
> crucible is licensed under BSD-3-Clause since bump to version 2023.11.02
> in commit be3f95ed14559f8a9739a12cff604add622b0416 and
> https://github.com/usbarmory/crucible/commit/7fe0bb96da655b4e83031a99115d37f88a171e9f
>
> Fixes: be3f95ed14559f8a9739a12cff604add622b0416
>  - http://autobuild.buildroot.org/results/6183b11f1564bc07adfff2b02cb0607d0b1de54e
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Reviewed-by: Fabio Estevam <festevam@gmail.com>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/crucible: fix license
  2024-03-07 17:16 [Buildroot] [PATCH 1/1] package/crucible: fix license Fabrice Fontaine
  2024-03-07 20:38 ` Fabio Estevam
@ 2024-05-10 21:02 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-10 21:02 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Fabio Estevam, buildroot

On Thu,  7 Mar 2024 18:16:10 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> crucible is licensed under BSD-3-Clause since bump to version 2023.11.02
> in commit be3f95ed14559f8a9739a12cff604add622b0416 and
> https://github.com/usbarmory/crucible/commit/7fe0bb96da655b4e83031a99115d37f88a171e9f
> 
> Fixes: be3f95ed14559f8a9739a12cff604add622b0416
>  - http://autobuild.buildroot.org/results/6183b11f1564bc07adfff2b02cb0607d0b1de54e
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/crucible/crucible.hash | 2 +-
>  package/crucible/crucible.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Sorry, I'm only noticing this patch now, and this has already been
fixed by a different patch from Fabio, in commit
9f4cae383a061b52424bf37900aaa221e3a2f3c5. Sorry about that: your patch
came in earlier, so it should have been the one that got applied.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-05-10 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 17:16 [Buildroot] [PATCH 1/1] package/crucible: fix license Fabrice Fontaine
2024-03-07 20:38 ` Fabio Estevam
2024-05-10 21:02 ` Thomas Petazzoni via buildroot

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.