X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=LICENSE;h=185966adfa847acbfb6a14fecc6876c0be292a5c;hp=18d5896b8025b116258161b14535005abd977bea;hb=8c1d25ffa38450278c1757dfae5b6511e8be1aa7;hpb=d14d33bf091e72b23b1f90ea18a0a01bed098b76 diff --git a/LICENSE b/LICENSE index 18d5896b8..185966adf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,14 +1,29 @@ -LTTng Tools licensing -David Goulet -July 18, 2011 +LTTng Tools is provided under: -* LGPLv2.1 + SPDX-License-Identifier: GPL-2.0-only + +Being under the terms of the GNU General Public License version 2 only, +according with: + + LICENSES/GPL-2.0 + +The library part is provided under: + + SPDX-License-Identifier: LGPL-2.1-only + +Being under the terms of the GNU Lesser General Public License version 2.1 +only, according with: + + LICENSES/LGPL-2.1 -The library part is distributed under LGPLv2.1. See lgpl-2.1.txt for details. This applies to: --) include/lttng/lttng.h --) src/lib/lttng-ctl/lttng-ctl.c + include/lttng/* + src/lib/lttng-ctl/* + +In addition, other licenses may also apply, see SPDX-License-Identifier in +individual files. + LGPL-compatible source code can statically use the library header using: @@ -18,8 +33,3 @@ LGPL-compatible source code can statically use the library header using: Dynamic-only linking with the LGPL library is used if _LGPL_SOURCE is not defined. It permits relinking with newer versions of the library, which is required by the LGPL license. - -* GPLv2 - -All remaining source code is distributed under the GPLv2 license. See -gpl-2.0.txt for details.