Fix: report error to client on consumerd error
[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
d14d33bf
AM
10-) include/lttng/lttng.h
11-) src/lib/lttng-ctl/lttng-ctl.c
82a3637f
DG
12
13LGPL-compatible source code can statically use the library header using:
14
15#define _LGPL_SOURCE
16#include <lttng/lttng.h>
17
18Dynamic-only linking with the LGPL library is used if _LGPL_SOURCE is not
19defined. It permits relinking with newer versions of the library, which is
20required by the LGPL license.
21
22* GPLv2
23
24All remaining source code is distributed under the GPLv2 license. See
25gpl-2.0.txt for details.
This page took 0.024288 seconds and 4 git commands to generate.