From: Mathieu Desnoyers Date: Sat, 30 Jan 2010 17:21:39 +0000 (-0500) Subject: update manual with licenses X-Git-Tag: v0.12.29~11 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=aad04917d3289691683c66cb68960574a0ece269 update manual with licenses Signed-off-by: Mathieu Desnoyers --- diff --git a/LTTngManual.html b/LTTngManual.html index 58c49470..a25fe484 100644 --- a/LTTngManual.html +++ b/LTTngManual.html @@ -85,6 +85,25 @@ state, the lttng patchset is necessary to have the trace clocksource, the instrumentation and the LTTng high-speed data extraction mechanism added to the kernel. +
+
+

Licenses

+
+

+LTTng, UST and LTTV are developed by an open community. LTTng is released under +a dual Gnu LGPLv2.1/GPLv2 license, except for very few kernel-specific files +which are derived work from the Linux kernel. +

+LTTV is available under the Gnu GPLv2. The low-level LTTV trace reading library +is released under Gnu LGPLv2.1. +

+The UST userspace tracer and the Userspace RCU library are released under the +LGPLv2.1 license, which allows linking these userspace tracing library to +non-GPL (BSD, proprietary...) applications. The associated headers are released +under MIT-style/BSD-style licenses. +

+Please refer to each particular file licensing for details. +

Supported architectures