Clean-up: NULL free'd pointers in utils_partial_realpath
[lttng-tools.git] / LICENSE
CommitLineData
aee9d76b 1LTTng Tools licensing
82a3637f
DG
2David Goulet <david.goulet@polymtl.ca>
3July 18, 2011
4
5* LGPLv2.1
6
7The library part is distributed under LGPLv2.1. See lgpl-2.1.txt for details.
8This applies to:
9
321d0ee3
DG
10-) include/lttng/*
11-) src/lib/lttng-ctl/*
12
13We have some tests LGPL but should not impact anything even if we change them
14in the future to GPL.
82a3637f
DG
15
16LGPL-compatible source code can statically use the library header using:
17
18#define _LGPL_SOURCE
19#include <lttng/lttng.h>
20
21Dynamic-only linking with the LGPL library is used if _LGPL_SOURCE is not
22defined. It permits relinking with newer versions of the library, which is
23required by the LGPL license.
24
25* GPLv2
26
27All remaining source code is distributed under the GPLv2 license. See
28gpl-2.0.txt for details.
This page took 0.029838 seconds and 4 git commands to generate.