[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55507] [PATCH 2/2] gnu: lttng-ust: Fix license.
From: |
Olivier Dion |
Subject: |
[bug#55507] [PATCH 2/2] gnu: lttng-ust: Fix license. |
Date: |
Wed, 18 May 2022 14:11:19 -0400 |
* 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