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>
This commit is contained in:
parent
09d0d0f6a5
commit
59e8037312
1 changed files with 1 additions and 1 deletions
|
@ -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
|
with the number of cores. liburcu-cds provides efficient data structures
|
||||||
based on RCU and lock-free algorithms. These structures include hash tables,
|
based on RCU and lock-free algorithms. These structures include hash tables,
|
||||||
queues, stacks, and doubly-linked lists.")
|
queues, stacks, and doubly-linked lists.")
|
||||||
(license license:lgpl2.1+)))
|
(license (list license:lgpl2.1 license:expat))))
|
||||||
|
|
||||||
(define-public uthash
|
(define-public uthash
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue