X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=LICENSE;h=76475d5f6577f19c115886b8b0583e1202dd2f8c;hb=bf5464f870b0955639948b5e5691c7faf269a3a2;hp=d4af9bbf69cf3514bc173fe49e0514a6eaea509f;hpb=ccd7e1c86f36342b0b06651cc52df86bb663c271;p=babeltrace.git diff --git a/LICENSE b/LICENSE index d4af9bbf..76475d5f 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 include/babeltrace/list-internal.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.