-
Notifications
You must be signed in to change notification settings - Fork 69
/
LICENSE
96 lines (56 loc) · 1.85 KB
/
LICENSE
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
LTTng UST (User-Space Tracer) 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.txt
It is intended to allow use of the tracer API from both free and proprietary
software.
Public header files, and LTTng filter runtime code are provided under the
terms of the MIT License:
SPDX-License-Identifier: MIT
According with:
LICENSES/MIT.txt
The UST control library is provided under the terms of the GNU General
Public License v2.0 only:
SPDX-License-Identifier: GPL-2.0-only
According with:
LICENSES/GPL-2.0-only.txt
This applies to:
src/lib/lttng-ust-ctl/ust-ctl-private.h
src/lib/lttng-ust-ctl/ustctl.c
The snprintf code is provided under the terms of the BSD 3-Clause "New" or
"Revised" License:
SPDX-License-Identifier: BSD-3-Clause
According with:
LICENSES/BSD-3-Clause.txt
This applies to:
snprintf/fflush.c
snprintf/fileext.h
snprintf/floatio.h
snprintf/fvwrite.c
snprintf/fvwrite.h
snprintf/local.h
snprintf/mbrtowc_sb.c
snprintf/snprintf.c
snprintf/various.h
snprintf/vfprintf.c
snprintf/wcio.h:5
snprintf/wsetup.c
The TAP test library is provided under the terms of the BSD 2-Clause
"Simplified" License:
SPDX-License-Identifier: BSD-2-Clause
According with:
LICENSES/BSD-2-Clause.txt
They are only used when running the tests in the source tree. This applies
to:
tests/utils/tap.h
tests/utils/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-or-later.txt
It's only used when running the tests in the source tree. This applies to:
tests/utils/tap.sh
In addition, other licenses may also apply, see SPDX-License-Identifier in
individual files.