From 321d0ee36e3c7f9d38647cb171f5760f4278c784 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 13 Dec 2012 17:30:40 -0500 Subject: [PATCH] Fix: update file listing for licensing Signed-off-by: David Goulet --- LICENSE | 7 +++++-- tests/ust/runall.sh | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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. -- 2.34.1