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