unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56868] [PATCH] gnu: libunwind: Fix license.
@ 2022-08-01 10:55 Philip McGrath
  2022-08-03 15:20 ` bug#56868: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Philip McGrath @ 2022-08-01 10:55 UTC (permalink / raw)
  To: 56868; +Cc: Philip McGrath

The license of libunwind is Expat, not X11:
see <https://github.com/libunwind/libunwind/issues/372>.

* gnu/packages/libunwind.scm (libunwind)[license]: Fix it.
---
 gnu/packages/libunwind.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/libunwind.scm b/gnu/packages/libunwind.scm
index 9eaf26fca8..03412edd25 100644
--- a/gnu/packages/libunwind.scm
+++ b/gnu/packages/libunwind.scm
@@ -52,4 +52,6 @@ (define-public libunwind
 call-chain (non-local goto).  The API supports both local (same-process) and
 remote (across-process) operation.  As such, the API is useful in a number of
 applications.")
-    (license x11)))
+    ;; Do not believe <https://savannah.nongnu.org/projects/libunwind/>:
+    ;; see <https://github.com/libunwind/libunwind/issues/372>.
+    (license expat)))

base-commit: 3a656ea836f87f30f1b34852cb4efc911363d2b4
-- 
2.32.0





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

* bug#56868: [PATCH] gnu: libunwind: Fix license.
  2022-08-01 10:55 [bug#56868] [PATCH] gnu: libunwind: Fix license Philip McGrath
@ 2022-08-03 15:20 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-08-03 15:20 UTC (permalink / raw)
  To: Philip McGrath; +Cc: 56868-done

Hi,

Philip McGrath <philip@philipmcgrath.com> skribis:

> The license of libunwind is Expat, not X11:
> see <https://github.com/libunwind/libunwind/issues/372>.
>
> * gnu/packages/libunwind.scm (libunwind)[license]: Fix it.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-08-03 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01 10:55 [bug#56868] [PATCH] gnu: libunwind: Fix license Philip McGrath
2022-08-03 15:20 ` bug#56868: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).