From: David Goulet Date: Thu, 13 Dec 2012 22:30:40 +0000 (-0500) Subject: Fix: update file listing for licensing X-Git-Tag: v2.1.0~53 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=321d0ee36e3c7f9d38647cb171f5760f4278c784;hp=152413a01067652b58ec4e682c598396af37a01c Fix: update file listing for licensing Signed-off-by: David Goulet --- diff --git a/LICENSE b/LICENSE index 18d5896b8..31b07ea17 100644 --- a/LICENSE +++ b/LICENSE @@ -7,8 +7,11 @@ July 18, 2011 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: diff --git a/tests/ust/runall.sh b/tests/ust/runall.sh index 01afceca7..24071adc3 100755 --- a/tests/ust/runall.sh +++ b/tests/ust/runall.sh @@ -3,7 +3,7 @@ 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.