59a5edb21bf0f1be8b4f8ae8eed222256c439699
[lttng-modules.git] / LICENSE
1 LTTng modules licensing
2 Mathieu Desnoyers
3 June 2, 2011
4
5 * LGPL-2.1 / GPL-2.0 dual-license
6
7 The files contained within this package are licensed under
8 LGPL-2.1 / GPL-2.0 dual-license (see LICENSES/LGPL-2.1 and LICENSES/GPL-2.0 for
9 details), except for files identified by the following sections.
10
11 * GPL-2.0 license
12
13 These files are licensed exclusively under the GPL-2.0 license. See
14 LICENSES/GPL-2.0 for details.
15
16 src/lib/ringbuffer/ring_buffer_splice.c
17 src/lib/ringbuffer/ring_buffer_mmap.c
18 include/instrumentation/events/*.h
19 include/wrapper/list.h
20
21 * MIT-style license
22
23 These files are licensed under an MIT-style license. See LICENSES/MIT
24 for details.
25
26 include/lttng/prio_heap.h
27 include/lttng/bitfield.h
28 include/lttng/bytecode.h
29 include/lttng/lttng-bytecode.h
30 src/lib/prio_heap/lttng_prio_heap.c
31 src/lttng-bytecode-interpreter.c
32 src/lttng-bytecode-specialize.c
33 src/lttng-bytecode-validator.c
34 src/lttng-bytecode.c
This page took 0.034141 seconds and 5 git commands to generate.