Babeltrace2 is provided under the terms of the MIT License:

	SPDX-License-Identifier: MIT

According with:

	LICENSES/MIT


The CRC32 code is provided under the terms of the BSD 4-Clause "Original" or
"Old" License:

	SPDX-License-Identifier: BSD-4-Clause

According with:

	LICENSES/BSD-4-Clause

This applies to:

	src/plugins/lttng-utils/debug-info/crc32.c
	src/plugins/lttng-utils/debug-info/crc32.h


The list header file is provided under the terms of the GNU Lesser General
Public License v2.1 only:

	SPDX-License-Identifier: LGPL-2.1-only

According with:

	LICENSES/LGPL-2.1

It only contains trivial static inline functions and macros, and, therefore,
including it does not make babeltrace a derivative work on this header. This
applies to:

	src/common/list.h


The test code is provided under the terms of the GNU General Public License
version 2 only:

	SPDX-License-Identifier: GPL-2.0-only

According with:

	LICENSES/GPL-2.0


The C and Python TAP test libraries are provided under the terms of the
BSD 2-Clause "Simplified" License:

	SPDX-License-Identifier: BSD-2-Clause

According with:

	LICENSES/BSD-2-Clause

They are only used when running the tests in the source tree. This applies
to:

	tests/utils/python/tap/*
	tests/utils/tap/tap.h
	tests/utils/tap/tap.c


The BASH TAP library is provided under the terms of the GNU General Public
License v3.0 or later:

	SPDX-License-Identifier: GPL-3.0-or-later

According with:

	LICENSES/GPL-3.0

It's only used when running the tests in the source tree. This applies to:

	tests/utils/tap/tap.sh


The library documentation is provided under the terms of the Creative Commons
Attribution Share Alike 4.0 International:

	SPDX-License-Identifier: CC-BY-SA-4.0

According with:

	LICENSES/CC-BY-SA-4.0

This applies to:

	doc/api/libbabeltrace2/*

The typing Python module is provided under the terms of the Python Software
Foundation License 2:

	SPDX-License-Identifier: PSF-2.0

According with:

	LICENSES/PSF-2.0

This applies to:

	src/bindings/python/bt2/bt2/local_typing.py
	tests/utils/python/typing/typing.py

The Normand Python module is provided under the terms of the
MIT License:

	SPDX-License-Identifier: MIT

According with:

	LICENSES/MIT

This applies to:

	tests/utils/python/normand.py


In addition, other licenses may also apply, see SPDX-License-Identifier in
individual files.
