diff options
author | Olivier Dion <olivier.dion@polymtl.ca> | 2022-05-18 14:11:19 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-21 00:17:30 +0200 |
commit | c95e9ddd6f813e834bb83c6127e78aca34781c4b (patch) | |
tree | 3d616cda5bc5dbff3da5897493f95609326d913f | |
parent | 59e8037312aa69b578fcba72da541d4296f62a8f (diff) |
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>
-rw-r--r-- | gnu/packages/instrumentation.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |