3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

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