MS-569 Complete the NOTICE.md

Former-commit-id: dd04582d0ac67e31fdb503a70647cdd3eadebd4a
This commit is contained in:
Heisenberg 2019-09-18 19:53:08 +08:00
parent 0fb840b91c
commit e8224fc61d
2 changed files with 18 additions and 17 deletions

View File

@ -20,6 +20,7 @@ Please mark all change in change log and use the ticket from JIRA.
- MS-554 - Change license to Apache 2.0
- MS-561 - Add contributing guidelines, code of conduct and README docs
- MS-567 - Add NOTICE.md
- MS-569 - Complete the NOTICE.md
# Milvus 0.4.0 (2019-09-12)

View File

@ -6,24 +6,24 @@
| Name | License |
| ------------- | ------------------------------------------------------------ |
| Apache Arrow | Apache License 2.0 |
| Boost | Boost Software License |
| BZIP2 | BSD-like license |
| FAISS | MIT |
| Gtest | BSD 3-Clause |
| LAPACK | BSD 3-Clause |
| Apache Arrow | [Apache License 2.0](https://github.com/apache/arrow/blob/master/LICENSE.txt) |
| Boost | [Boost Software License](https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt) |
| BZip2 | [BZip2](http://www.bzip.org/) |
| FAISS | [MIT](https://github.com/facebookresearch/faiss/blob/master/LICENSE) |
| Gtest | [BSD 3-Clause](https://github.com/google/googletest/blob/master/LICENSE) |
| LAPACK | [LAPACK](https://github.com/Reference-LAPACK/lapack/blob/master/LICENSE) |
| LZ4 | [BSD 2-Clause](https://github.com/Blosc/c-blosc/blob/master/LICENSES/LZ4.txt) |
| MySQLPP | LGPL 2.1 |
| OpenBLAS | BSD 3-Clause |
| Prometheus | Apache License 2.0 |
| Snappy | [BSD](https://github.com/Blosc/c-blosc/blob/master/LICENSES/SNAPPY.txt) |
| MySQLPP | [LGPL 2.1](https://tangentsoft.com/mysqlpp/artifact/b128a66dab867923) |
| OpenBLAS | [BSD 3-Clause](https://github.com/xianyi/OpenBLAS/blob/develop/LICENSE) |
| Prometheus | [Apache License 2.0](https://github.com/prometheus/prometheus/blob/master/LICENSE) |
| Snappy | [BSD](https://github.com/google/snappy/blob/master/COPYING) |
| SQLite | [Public Domain](https://www.sqlite.org/copyright.html) |
| SQLite-ORM | BSD 3-Clause |
| yaml-cpp | MIT |
| ZLIB | [zlib](http://zlib.net/zlib_license.html) |
| SQLite-ORM | [BSD 3-Clause](https://github.com/fnc12/sqlite_orm/blob/master/LICENSE) |
| yaml-cpp | [MIT](https://github.com/jbeder/yaml-cpp/blob/master/LICENSE) |
| ZLIB | [ZLIB](http://zlib.net/zlib_license.html) |
| ZSTD | [BSD](https://github.com/facebook/zstd/blob/dev/LICENSE) |
| libunwind | MIT |
| gperftools | BSD 3-Clause |
| gRPC | Apache 2.0 |
| EASYLOGGINGPP | MIT |
| libunwind | [MIT](https://github.com/libunwind/libunwind/blob/master/LICENSE) |
| gperftools | [BSD 3-Clause](https://github.com/gperftools/gperftools/blob/master/COPYING) |
| grpc | [Apache 2.0](https://github.com/grpc/grpc/blob/master/LICENSE) |
| EASYLOGGINGPP | [MIT](https://github.com/zuhd-org/easyloggingpp/blob/master/LICENSEhttps://github.com/zuhd-org/easyloggingpp/blob/master/LICENSE) |