Skip to content

Commit

Permalink
Fix: update file listing for licensing
Browse files Browse the repository at this point in the history
Signed-off-by: David Goulet <dgoulet@efficios.com>
  • Loading branch information
David Goulet committed Dec 13, 2012
1 parent 152413a commit 321d0ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions LICENSE
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion tests/ust/runall.sh
Expand Up @@ -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.
Expand Down

0 comments on commit 321d0ee

Please sign in to comment.