Fix: update file listing for licensing
authorDavid Goulet <dgoulet@efficios.com>
Thu, 13 Dec 2012 22:30:40 +0000 (17:30 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 13 Dec 2012 22:30:40 +0000 (17:30 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
LICENSE
tests/ust/runall.sh

diff --git a/LICENSE b/LICENSE
index 18d5896b8025b116258161b14535005abd977bea..31b07ea17373363b2cc296db57a92f4db30e4657 100644 (file)
--- 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:
 
 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:
 
 
 LGPL-compatible source code can statically use the library header using:
 
index 01afceca7c4f94394ef28a3e43f73e1734d13b26..24071adc3b46c6f1b82500574c85c04a82d8677e 100755 (executable)
@@ -3,7 +3,7 @@
 DIR=$(dirname $0)
 
 tests=( $DIR/run-ust-global-tests.sh $DIR/nprocesses/run \
 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.
                $DIR/multi-session/run $DIR/overlap/run )
 
 # $DIR/low-throughput/run --> DEACTIVATED.
This page took 0.025201 seconds and 4 git commands to generate.