forked from efficios/babeltrace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE
27 lines (17 loc) · 791 Bytes
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Common Trace Format - Licensing
Mathieu Desnoyers
September 26, 2010
* MIT license :
This library is distributed under the MIT license. It is intended to allow use
in both free and proprietary software. See mit-license.txt for details.
* GPLv2
Library test code is distributed under the GPLv2 license, as specified in the
per-file license. See gpl-2.0.txt for details.
* LGPLv2.1
The file src/bt-list.h is licensed under LGPLv2.1. It only
contains trivial static inline functions and macros, and, therefore,
including it does not make babeltrace a derivative work on this header.
Please refer to the LGPLv2.1 license for details.
* BSD 2-Clause
The files in tests/utils/python/tap/ are licensed under the BSD 2-Clause. They
are only used when running the tests in the source tree.