-
Notifications
You must be signed in to change notification settings - Fork 69
/
LICENSE
34 lines (26 loc) · 947 Bytes
/
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
LTTng modules licensing
Mathieu Desnoyers
June 2, 2011
* LGPL-2.1 / GPL-2.0 dual-license
The files contained within this package are licensed under LGPL-2.1 / GPL-2.0
dual-license (see LICENSES/LGPL-2.1-only.txt and LICENSES/GPL-2.0-only.txt for
details), except for files identified by the following sections.
* GPL-2.0 license
These files are licensed exclusively under the GPL-2.0 license. See
LICENSES/GPL-2.0-only.txt for details.
src/lib/ringbuffer/ring_buffer_splice.c
src/lib/ringbuffer/ring_buffer_mmap.c
include/instrumentation/events/*.h
include/wrapper/list.h
* MIT-style license
These files are licensed under an MIT-style license. See LICENSES/MIT.txt
for details.
include/lttng/prio_heap.h
include/lttng/bitfield.h
include/lttng/bytecode.h
include/lttng/lttng-bytecode.h
src/lib/prio_heap/lttng_prio_heap.c
src/lttng-bytecode-interpreter.c
src/lttng-bytecode-specialize.c
src/lttng-bytecode-validator.c
src/lttng-bytecode.c