This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/apache-license in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 9764dd11166884077c8d69d908cac9f3f4139551 Author: Tristan van Berkom <[email protected]> AuthorDate: Sun Mar 21 15:03:48 2021 +0900 NOTICE: Adding notices about third party software bundled into BuildStream The bst2html.py tool we use for generating nice documentation is a work derived from an upstream work licensed under MIT. The completions functionality in the click library we depend on is insufficient and as such we've forked our own implementation, this is thus a derived work of click which is licensed under BSD. --- NOTICE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NOTICE b/NOTICE index 8266ca0..f104d0c 100644 --- a/NOTICE +++ b/NOTICE @@ -3,3 +3,17 @@ Copyright 2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). + + +Software deriving from third parties: + + * doc/bst2html.py + + This file is largely derived from https://github.com/Kronuz/ansi2html.git + which is under the MIT license and as such is acceptable to redistribute + under the Apache License. + + * src/buildstream/_frontend/complete.py + + This file is forked from the click library which is under BSD license + and as such is acceptable to redistribute under the Apache License.
