X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=LICENSE;h=04013e663acf021b86ae6a5b691f35286bea716e;hb=refs%2Fheads%2Fmaster;hp=0e0efc37e81908348f45bf2ebc062ccdce0888e6;hpb=17baffe29814f2508556e498ab8c41a192e76b67;p=lttng-modules.git diff --git a/LICENSE b/LICENSE index 0e0efc37..59a5edb2 100644 --- a/LICENSE +++ b/LICENSE @@ -2,16 +2,33 @@ LTTng modules licensing Mathieu Desnoyers June 2, 2011 -* LGPLv2.1/GPLv2 dual-license +* LGPL-2.1 / GPL-2.0 dual-license The files contained within this package are licensed under -LGPLv2.1/GPLv2 dual-license, except for files identified by the -following section. +LGPL-2.1 / GPL-2.0 dual-license (see LICENSES/LGPL-2.1 and LICENSES/GPL-2.0 for +details), except for files identified by the following sections. -* GPLv2 license +* GPL-2.0 license -These files are licensed exclusively under the GPLv2 license: +These files are licensed exclusively under the GPL-2.0 license. See +LICENSES/GPL-2.0 for details. -lib/ringbuffer/ring_buffer_splice.c -instrumentation/events/mainline/*.h -instrumentation/events/lttng-modules/*.h +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 +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