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>
parent
09d0d0f6a5
commit
59e8037312
|
@ -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
|
||||
|
|
Reference in New Issue