guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: lttng-ust: Fix license.


From: guix-commits
Subject: 08/08: gnu: lttng-ust: Fix license.
Date: Fri, 20 May 2022 18:18:07 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c95e9ddd6f813e834bb83c6127e78aca34781c4b
Author: Olivier Dion <olivier.dion@polymtl.ca>
AuthorDate: Wed May 18 14:11:19 2022 -0400

    gnu: lttng-ust: Fix license.
    
    * gnu/packages/instrumentation.scm (lttng-ust): Fix license.
      [license]: Set to lgpl2.1 and expat.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 @@ with the script @command{flamegraph.pl} and many 
stackcollapse scripts.")
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]