ctf: logging: missing comma and space between fields
[babeltrace.git] / LICENSE
CommitLineData
0235b0db 1Babeltrace2 is provided under the terms of the MIT License:
6dc2ca62 2
0235b0db 3 SPDX-License-Identifier: MIT
6dc2ca62 4
0235b0db 5According with:
6dc2ca62 6
0235b0db 7 LICENSES/MIT
6dc2ca62
MD
8
9
0235b0db
MJ
10The CRC32 code is provided under the terms of the BSD 4-Clause "Original" or
11"Old" License:
6dc2ca62 12
0235b0db 13 SPDX-License-Identifier: BSD-4-Clause
052606bb 14
0235b0db 15According with:
052606bb 16
0235b0db 17 LICENSES/BSD-4-Clause
b85894a3 18
0235b0db 19This applies to:
b85894a3 20
0235b0db
MJ
21 src/plugins/lttng-utils/debug-info/crc32.c
22 src/plugins/lttng-utils/debug-info/crc32.h
23
24
25The list header file is provided under the terms of the GNU Lesser General
26Public License v2.1 only:
27
28 SPDX-License-Identifier: LGPL-2.1-only
29
30According with:
31
32 LICENSES/LGPL-2.1
33
34It only contains trivial static inline functions and macros, and, therefore,
35including it does not make babeltrace a derivative work on this header. This
36applies to:
37
38 src/common/list.h
39
40
41The test code is provided under the terms of the GNU General Public License
42version 2 only:
43
44 SPDX-License-Identifier: GPL-2.0-only
45
46According with:
47
48 LICENSES/GPL-2.0
49
50
51The C and Python TAP test libraries are provided under the terms of the
52BSD 2-Clause "Simplified" License:
53
54 SPDX-License-Identifier: BSD-2-Clause
55
56According with:
57
58 LICENSES/BSD-2-Clause
59
60They are only used when running the tests in the source tree. This applies
61to:
62
63 tests/utils/python/tap/*
64 tests/utils/tap/tap.h
65 tests/utils/tap/tap.c
66
67
68The BASH TAP library is provided under the terms of the GNU General Public
69License v3.0 or later:
70
71 SPDX-License-Identifier: GPL-3.0-or-later
72
73According with:
74
75 LICENSES/GPL-3.0
76
77It's only used when running the tests in the source tree. This applies to:
78
79 tests/utils/tap/tap.sh
80
81
82The library documentation is provided under the terms of the Creative Commons
83Attribution Share Alike 4.0 International:
84
85 SPDX-License-Identifier: CC-BY-SA-4.0
86
87According with:
88
89 LICENSES/CC-BY-SA-4.0
90
91This applies to:
92
93 doc/api/libbabeltrace2/*
94
95
96In addition, other licenses may also apply, see SPDX-License-Identifier in
97individual files.
This page took 0.071151 seconds and 4 git commands to generate.