1 LTTng Tools is provided under:
3 SPDX-License-Identifier: GPL-2.0-only
5 Being under the terms of the GNU General Public License version 2 only,
10 The library part is provided under:
12 SPDX-License-Identifier: LGPL-2.1-only
14 Being under the terms of the GNU Lesser General Public License version 2.1
24 In addition, other licenses may also apply, see SPDX-License-Identifier in
28 LGPL-compatible source code can statically use the library header using:
31 #include <lttng/lttng.h>
33 Dynamic-only linking with the LGPL library is used if _LGPL_SOURCE is not
34 defined. It permits relinking with newer versions of the library, which is
35 required by the LGPL license.