From 59e8037312aa69b578fcba72da541d4296f62a8f Mon Sep 17 00:00:00 2001 From: Olivier Dion Date: Wed, 18 May 2022 13:12:42 -0400 Subject: gnu: liburcu: Fix license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/datastructures.scm (liburcu): Fix license. [license]: Set to lgpl2.1 and expat. Signed-off-by: Ludovic Courtès --- gnu/packages/datastructures.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3