From e8224fc61dcd20f2595ed899fb2acdf019ced005 Mon Sep 17 00:00:00 2001 From: Heisenberg Date: Wed, 18 Sep 2019 19:53:08 +0800 Subject: [PATCH] MS-569 Complete the NOTICE.md Former-commit-id: dd04582d0ac67e31fdb503a70647cdd3eadebd4a --- cpp/CHANGELOG.md | 1 + cpp/NOTICE.md | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/cpp/CHANGELOG.md b/cpp/CHANGELOG.md index 886b383cd8..1327fee901 100644 --- a/cpp/CHANGELOG.md +++ b/cpp/CHANGELOG.md @@ -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) diff --git a/cpp/NOTICE.md b/cpp/NOTICE.md index 970dd054c0..57766a77db 100644 --- a/cpp/NOTICE.md +++ b/cpp/NOTICE.md @@ -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) |