Signed-off-by: David Goulet <dgoulet@efficios.com>
The library part is distributed under LGPLv2.1. See lgpl-2.1.txt for details.
This applies to:
--) include/lttng/lttng.h
--) src/lib/lttng-ctl/lttng-ctl.c
+-) include/lttng/*
+-) src/lib/lttng-ctl/*
+
+We have some tests LGPL but should not impact anything even if we change them
+in the future to GPL.
LGPL-compatible source code can statically use the library header using:
DIR=$(dirname $0)
tests=( $DIR/run-ust-global-tests.sh $DIR/nprocesses/run \
- $DIR/high-throughput/run $DIR/before-after/run \
+ $DIR/before-after/run \
$DIR/multi-session/run $DIR/overlap/run )
# $DIR/low-throughput/run --> DEACTIVATED.