Commit | Line | Data |
---|---|---|
17baffe2 MD |
1 | LTTng modules licensing |
2 | Mathieu Desnoyers | |
3 | June 2, 2011 | |
4 | ||
9f36eaed | 5 | * LGPL-2.1 / GPL-2.0 dual-license |
17baffe2 MD |
6 | |
7 | The files contained within this package are licensed under | |
9f36eaed | 8 | LGPL-2.1 / GPL-2.0 dual-license (see LICENSES/LGPL-2.1 and LICENSES/GPL-2.0 for |
a0bea89b | 9 | details), except for files identified by the following sections. |
17baffe2 | 10 | |
9f36eaed | 11 | * GPL-2.0 license |
17baffe2 | 12 | |
9f36eaed MJ |
13 | These files are licensed exclusively under the GPL-2.0 license. See |
14 | LICENSES/GPL-2.0 for details. | |
17baffe2 MD |
15 | |
16 | lib/ringbuffer/ring_buffer_splice.c | |
6064fe3a | 17 | lib/ringbuffer/ring_buffer_mmap.c |
9f36eaed | 18 | instrumentation/events/lttng-module/*.h |
f934e302 | 19 | wrapper/list.h |
a0bea89b MD |
20 | |
21 | * MIT-style license | |
22 | ||
9f36eaed | 23 | These files are licensed under an MIT-style license. See LICENSES/MIT |
5fd8c00a | 24 | for details. |
a0bea89b MD |
25 | |
26 | lib/prio_heap/lttng_prio_heap.h | |
27 | lib/prio_heap/lttng_prio_heap.c | |
28 | lib/bitfield.h | |
bbf3aef5 MD |
29 | filter-bytecode.h |
30 | lttng-filter-interpreter.c | |
31 | lttng-filter-specialize.c | |
32 | lttng-filter-validator.c | |
33 | lttng-filter.c | |
34 | lttng-filter.h |