guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: liburcu: Fix license


From: guix-commits
Subject: 07/08: gnu: liburcu: Fix license
Date: Fri, 20 May 2022 18:18:07 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 59e8037312aa69b578fcba72da541d4296f62a8f
Author: Olivier Dion <olivier.dion@polymtl.ca>
AuthorDate: Wed May 18 13:12:42 2022 -0400

    gnu: liburcu: Fix license
    
    * gnu/packages/datastructures.scm (liburcu): Fix license.
      [license]: Set to lgpl2.1 and expat.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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..4fa38ee3d4 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -155,7 +155,7 @@ synchronisation library.  It provides read-side access that 
scales linearly
 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 (list license:lgpl2.1 license:expat))))
 
 (define-public uthash
   (package



reply via email to

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