From 675ac4abb1820f9d370c372a8c24f01f9ffd8716 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 19 Jan 2010 15:19:51 -0500 Subject: [PATCH] add precisions for license --- doc/manual/manual.texinfo | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/doc/manual/manual.texinfo b/doc/manual/manual.texinfo index 53eae01..23b02d9 100644 --- a/doc/manual/manual.texinfo +++ b/doc/manual/manual.texinfo @@ -64,14 +64,19 @@ The LTTng Userspace Tracer is intended to be linkable to open source software as well as to proprietary applications. This was accomplished by licensing the code that needs to be linked to the traced program as @acronym{LGPL}. -The @file{libust} library, including its headers, are licensed as @acronym{GNU} -@acronym{LGPL} v2.1. It is also the case of some other helper libraries -(@file{libmallocwrap}, @file{libinterfork}, @file{libustcomm}) that need to be linked to the traced -program. - -The accompanying tools of the @acronym{UST} package are licensed as -@acronym{GNU} @acronym{GPL} v2. These tools include the @file{ustctl} trace -control program and the @file{ustd} daemon. +Components licensed as LGPL v2.1: +@itemize @bullet +@item libust +@item libinterfork +@item libustcomm +@end itemize + +Components licensed as GPL v2: +@itemize @bullet +@item ustctl +@item libustcmd +@item ustd +@end itemize @node Supported platforms @section Supported platforms -- 2.34.1