-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathLICENSE
More file actions
171 lines (99 loc) · 3.94 KB
/
LICENSE
File metadata and controls
171 lines (99 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
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 Catch2 C++ test framework is provided under the terms of the Boost
Software License 1.0:
SPDX-License-Identifier: BSL-1.0
According with:
LICENSES/BSL-1.0
It's only used when running the tests in the source tree. This applies to:
tests/utils/catch2/*
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 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/vendor/normand.py
The pytest packages and some of their dependencies are provided under the
terms of the MIT License:
SPDX-License-Identifier: MIT
According with:
LICENSES/MIT
They are only used when running the tests in the source tree. This applies
to:
tests/utils/python/vendor/pytest-7.0.1/pytest/*
tests/utils/python/vendor/pytest-7.0.1/_pytest/*
tests/utils/python/vendor/pytest-7.0.1/attr/*
tests/utils/python/vendor/pytest-7.0.1/attrs/*
tests/utils/python/vendor/pytest-7.0.1/iniconfig/*
tests/utils/python/vendor/pytest-7.0.1/pluggy/*
tests/utils/python/vendor/pytest-7.0.1/py/*
tests/utils/python/vendor/pytest-7.0.1/pyparsing/*
tests/utils/python/vendor/pytest-7.0.1/tomli/*
tests/utils/python/vendor/pytest-7.0.1/zipp.py
tests/utils/python/vendor/pytest-7.4.3/pytest/*
tests/utils/python/vendor/pytest-7.4.3/_pytest/*
tests/utils/python/vendor/pytest-7.4.3/exceptiongroup/*
tests/utils/python/vendor/pytest-7.4.3/iniconfig/*
tests/utils/python/vendor/pytest-7.4.3/pluggy/*
tests/utils/python/vendor/pytest-7.4.3/tomli/*
tests/utils/python/vendor/pytest-7.4.3/zipp/*
tests/utils/python/vendor/pytest-7.4.3/py.py
The importlib-metadata package is provided under the terms of the
Apache License 2.0:
SPDX-License-Identifier: Apache-2.0
According with:
LICENSES/Apache-2.0
It's only used when running the tests in the source tree. This applies to:
tests/utils/python/vendor/pytest-7.0.1/importlib_metadata/*
tests/utils/python/vendor/pytest-7.4.3/importlib_metadata/*
The packaging package is provided under the terms of the
BSD 2-Clause "Simplified" License or the Apache License 2.0:
SPDX-License-Identifier: BSD-2-Clause OR Apache-2.0
According with:
LICENSES/BSD-2-Clause
LICENSES/Apache-2.0
It's only used when running the tests in the source tree. This applies to:
tests/utils/python/vendor/pytest-7.0.1/packaging/*
tests/utils/python/vendor/pytest-7.4.3/packaging/*
The typing_extensions 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
It's only used when running the tests in the source tree. This applies to:
tests/utils/python/vendor/pytest-7.0.1/typing_extensions.py
tests/utils/python/vendor/pytest-7.4.3/typing_extensions.py
In addition, other licenses may also apply, see SPDX-License-Identifier in
individual files.