X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=LICENSE;h=dae5d84d677f6639befc37af80f5f4b6d3b38ef0;hb=502332367236f0cc3bf05dc3c2c34ca48f3e2a2f;hp=d4af9bbf69cf3514bc173fe49e0514a6eaea509f;hpb=ccd7e1c86f36342b0b06651cc52df86bb663c271;p=babeltrace.git diff --git a/LICENSE b/LICENSE index d4af9bbf..dae5d84d 100644 --- a/LICENSE +++ b/LICENSE @@ -13,3 +13,15 @@ in both free and proprietary software. See mit-license.txt for details. 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.