emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56868: closed ([PATCH] gnu: libunwind: Fix license.)


From: GNU bug Tracking System
Subject: bug#56868: closed ([PATCH] gnu: libunwind: Fix license.)
Date: Wed, 03 Aug 2022 15:21:02 +0000

Your message dated Wed, 03 Aug 2022 17:20:32 +0200
with message-id <87k07ps69r.fsf@gnu.org>
and subject line Re: bug#56868: [PATCH] gnu: libunwind: Fix license.
has caused the debbugs.gnu.org bug report #56868,
regarding [PATCH] gnu: libunwind: Fix license.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56868: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56868
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: libunwind: Fix license. Date: Mon, 1 Aug 2022 06:55:14 -0400
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#56868: [PATCH] gnu: libunwind: Fix license. Date: Wed, 03 Aug 2022 17:20:32 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]