[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
- branch master updated (dd19b191d6 -> c95e9ddd6f), guix-commits, 2022/05/20
- 02/08: gnu: clamav: Use new style and G-expressions., guix-commits, 2022/05/20
- 05/08: gnu: Add python-murmurhash., guix-commits, 2022/05/20
- 01/08: Revert "installer: user: Remove useless filtering.", guix-commits, 2022/05/20
- 03/08: gnu: clamav: Update to 0.103.6 [fixes CVE-2022-{20803, 20770, 20796, 20771, 20785, 20792}]., guix-commits, 2022/05/20
- 06/08: gnu: python-geopandas: Fix build., guix-commits, 2022/05/20
- 07/08: gnu: liburcu: Fix license,
guix-commits <=
- 08/08: gnu: lttng-ust: Fix license., guix-commits, 2022/05/20
- 04/08: gnu: Add python-murmurhash3., guix-commits, 2022/05/20