Cleanup: update stale file paths in LICENSE stable-2.13
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 21 Nov 2022 22:26:59 +0000 (17:26 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 18 Jun 2024 18:39:32 +0000 (14:39 -0400)
Change-Id: I4849b19daa235b93a6435e57bd764128e43d691e
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
LICENSE

diff --git a/LICENSE b/LICENSE
index 04013e663acf021b86ae6a5b691f35286bea716e..59a5edb21bf0f1be8b4f8ae8eed222256c439699 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -13,10 +13,10 @@ details), except for files identified by the following sections.
 These files are licensed exclusively under the GPL-2.0 license. See
 LICENSES/GPL-2.0 for details.
 
 These files are licensed exclusively under the GPL-2.0 license. See
 LICENSES/GPL-2.0 for details.
 
-lib/ringbuffer/ring_buffer_splice.c
-lib/ringbuffer/ring_buffer_mmap.c
-instrumentation/events/lttng-module/*.h
-wrapper/list.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
 
 
 * MIT-style license
 
@@ -25,10 +25,10 @@ for details.
 
 include/lttng/prio_heap.h
 include/lttng/bitfield.h
 
 include/lttng/prio_heap.h
 include/lttng/bitfield.h
-include/lttng/filter-bytecode.h
-include/filter.h
-lib/prio_heap/lttng_prio_heap.c
-lttng-filter-interpreter.c
-lttng-filter-specialize.c
-lttng-filter-validator.c
-lttng-filter.c
+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
This page took 0.026715 seconds and 4 git commands to generate.