diff mbox series

[bug#55507,1/2] gnu: liburcu: Fix license

Message ID f43f461422498923fb689be353212ca1fee1071f.1652893810.git.olivier.dion@polymtl.ca
State Accepted
Headers show
Series [bug#55507,1/2] gnu: liburcu: Fix license | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Olivier Dion May 18, 2022, 5:12 p.m. UTC
* gnu/packages/datastructures.scm (liburcu): Fix license.
  [license]: Set to lgpl2.1 and expat.
---
 gnu/packages/datastructures.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: b1cfd39d0164bcbd6aa97672eb87bad234de6ca4

Comments

Ludovic Courtès May 20, 2022, 10:14 p.m. UTC | #1
Hi,

Olivier Dion <olivier.dion@polymtl.ca> skribis:

> * gnu/packages/datastructures.scm (liburcu): Fix license.
>   [license]: Set to lgpl2.1 and expat.

[...]

> * gnu/packages/instrumentation.scm (lttng-ust): Fix license.
>   [license]: Set to lgpl2.1 and expat.

Applied, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index f247231ecf..5cd4e546f6 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -155,7 +155,7 @@  (define-public liburcu
 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 license:lgpl2.1 license:expat)))
 
 (define-public uthash
   (package