guix-patches
[Top][All Lists]
Advanced

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

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


From: Olivier Dion
Subject: [bug#55507] [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






reply via email to

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