2 David Goulet <david.goulet@polymtl.ca>
7 The library part is distributed under LGPLv2.1. See lgpl-2.1.txt for details.
10 -) include/lttng/lttng.h
11 -) src/lib/lttng-ctl/lttng-ctl.c
13 LGPL-compatible source code can statically use the library header using:
16 #include <lttng/lttng.h>
18 Dynamic-only linking with the LGPL library is used if _LGPL_SOURCE is not
19 defined. It permits relinking with newer versions of the library, which is
20 required by the LGPL license.
24 All remaining source code is distributed under the GPLv2 license. See
25 gpl-2.0.txt for details.