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

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

bug#55507: closed ([PATCH 1/2] gnu: liburcu: Fix license)


From: GNU bug Tracking System
Subject: bug#55507: closed ([PATCH 1/2] gnu: liburcu: Fix license)
Date: Fri, 20 May 2022 22:15:02 +0000

Your message dated Sat, 21 May 2022 00:14:27 +0200
with message-id <87leuvvol8.fsf@gnu.org>
and subject line Re: bug#55507: [PATCH 1/2] gnu: liburcu: Fix license
has caused the debbugs.gnu.org bug report #55507,
regarding [PATCH 1/2] gnu: liburcu: Fix license
to be marked as done.

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


-- 
55507: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55507
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: liburcu: Fix license Date: Wed, 18 May 2022 13:12:42 -0400
* gnu/packages/datastructures.scm (liburcu): Fix license.
  [license]: Set to lgpl2.1 and expat.
---
 gnu/packages/datastructures.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index f247231ecf..5cd4e546f6 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -155,7 +155,7 @@ (define-public liburcu
 with the number of cores.  liburcu-cds provides efficient data structures
 based on RCU and lock-free algorithms.  These structures include hash tables,
 queues, stacks, and doubly-linked lists.")
-    (license license:lgpl2.1+)))
+    (license license:lgpl2.1 license:expat)))
 
 (define-public uthash
   (package

base-commit: b1cfd39d0164bcbd6aa97672eb87bad234de6ca4
-- 
2.36.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#55507: [PATCH 1/2] gnu: liburcu: Fix license Date: Sat, 21 May 2022 00:14:27 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Olivier Dion <olivier.dion@polymtl.ca> skribis:

> * gnu/packages/datastructures.scm (liburcu): Fix license.
>   [license]: Set to lgpl2.1 and expat.

[...]

> * gnu/packages/instrumentation.scm (lttng-ust): Fix license.
>   [license]: Set to lgpl2.1 and expat.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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