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>
This commit is contained in:
Olivier Dion 2022-05-18 14:11:19 -04:00 committed by Ludovic Courtès
parent 59e8037312
commit c95e9ddd6f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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