[PATCH 1/2] gnu: liburcu: Fix license

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Olivier Dion
Owner
unassigned
Submitted by
Olivier Dion
Severity
normal
O
O
Olivier Dion wrote on 18 May 2022 19:12
(address . guix-patches@gnu.org)(name . Olivier Dion)(address . olivier.dion@polymtl.ca)
f43f461422498923fb689be353212ca1fee1071f.1652893810.git.olivier.dion@polymtl.ca
* 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(-)

Toggle diff (17 lines)
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

base-commit: b1cfd39d0164bcbd6aa97672eb87bad234de6ca4
--
2.36.0
O
O
Olivier Dion wrote on 18 May 2022 20:11
[PATCH 2/2] gnu: lttng-ust: Fix license.
(address . 55507@debbugs.gnu.org)(name . Olivier Dion)(address . olivier.dion@polymtl.ca)
925b42ccdace9bace1255e5756c56fff58010b28.1652893810.git.olivier.dion@polymtl.ca
* gnu/packages/instrumentation.scm (lttng-ust): Fix license.
[license]: Set to lgpl2.1 and expat.
---
gnu/packages/instrumentation.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index ab986bfcc7..c9ca9083e4 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -223,7 +223,7 @@ (define-public lttng-ust
user space tracer. It receives commands from a session daemon, for example to
enable and disable specific instrumentation points, and writes event records
to ring buffers shared with a consumer daemon.")
- (license license:lgpl2.1+)))
+ (license (list license:lgpl2.1 license:expat))))
(define-public lttng-tools
(package
--
2.36.0
L
L
Ludovic Courtès wrote on 21 May 2022 00:14
Re: bug#55507: [PATCH 1/2] gnu: liburcu: Fix license
(name . Olivier Dion)(address . olivier.dion@polymtl.ca)(address . 55507-done@debbugs.gnu.org)
87leuvvol8.fsf@gnu.org
Hi,

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

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

[...]

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

Applied, thanks!

Ludo’.
Closed
?