unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55507] [PATCH 1/2] gnu: liburcu: Fix license
@ 2022-05-18 17:12 Olivier Dion via Guix-patches via
  2022-05-18 18:11 ` [bug#55507] [PATCH 2/2] gnu: lttng-ust: " Olivier Dion via Guix-patches via
  2022-05-20 22:14 ` bug#55507: [PATCH 1/2] gnu: liburcu: " Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Olivier Dion via Guix-patches via @ 2022-05-18 17:12 UTC (permalink / raw)
  To: 55507; +Cc: Olivier Dion

* 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(-)

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#55507] [PATCH 2/2] gnu: lttng-ust: Fix license.
  2022-05-18 17:12 [bug#55507] [PATCH 1/2] gnu: liburcu: Fix license Olivier Dion via Guix-patches via
@ 2022-05-18 18:11 ` Olivier Dion via Guix-patches via
  2022-05-20 22:14 ` bug#55507: [PATCH 1/2] gnu: liburcu: " Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Olivier Dion via Guix-patches via @ 2022-05-18 18:11 UTC (permalink / raw)
  To: 55507; +Cc: Olivier Dion

* 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(-)

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#55507: [PATCH 1/2] gnu: liburcu: Fix license
  2022-05-18 17:12 [bug#55507] [PATCH 1/2] gnu: liburcu: Fix license Olivier Dion via Guix-patches via
  2022-05-18 18:11 ` [bug#55507] [PATCH 2/2] gnu: lttng-ust: " Olivier Dion via Guix-patches via
@ 2022-05-20 22:14 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2022-05-20 22:14 UTC (permalink / raw)
  To: Olivier Dion; +Cc: 55507-done

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’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-20 22:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 17:12 [bug#55507] [PATCH 1/2] gnu: liburcu: Fix license Olivier Dion via Guix-patches via
2022-05-18 18:11 ` [bug#55507] [PATCH 2/2] gnu: lttng-ust: " Olivier Dion via Guix-patches via
2022-05-20 22:14 ` bug#55507: [PATCH 1/2] gnu: liburcu: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).