This is an automated email from the ASF dual-hosted git repository.

junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 9dc93e9e add thirdparty license
9dc93e9e is described below

commit 9dc93e9e885166defb147467c5822cb50dec9fda
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 18:15:38 2024 +0000

    add thirdparty license
---
 .gitignore |  1 +
 LICENSE    | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/.gitignore b/.gitignore
index a7dc6f34..2595903f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ venv
 sdk_validator/venv
 __pycache__
 MODULE.*
+apache_release
diff --git a/LICENSE b/LICENSE
index 261eeb9e..931e6e0f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -199,3 +199,68 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
+
+================================================================
+
+This product includes a number of Dependencies with separate copyright notices
+and license terms. Your use of these submodules is subject to the terms and
+conditions of the following licenses.
+
+================================================================
+
+================================================================
+Apache-2.0 licenses
+================================================================
+The following components are provided under the Apache-2.0 License. See 
project link for details.
+The text of each license is the standard Apache 2.0 license.
+
+* bazelbuild (https://github.com/bazelbuild/)
+* rules_boost (https://github.com/nelhage/rules_boost)
+* absl (https://github.com/abseil/abseil-cpp)
+
+================================================================
+MIT licenses
+================================================================
+The following components are provided under the MIT License. See project link 
for details.
+The text of each license is also included in licenses/LICENSE-[project].txt
+
+* eEVM (https://github.com/microsoft/eEVM)
+
+================================================================
+BSD-3-Clause licenses
+================================================================
+The following components are provided under the BSD-3-Clause License. See 
project link for details.
+The text of each license is also included in licenses/LICENSE-[project].txt.
+
+
+* glog (https://github.com/google/glog)
+* leveldb (https://github.com/google/leveldb)
+* gtest (https://github.com/google/googletest)
+* gflag (https://github.com/gflags/gflags)
+
+================================================================
+GPL-2.0 licenses 
+================================================================
+The following components are provided under the BSD-3-Clause License. See 
project link for details.
+The text of each license is also included in the source code.
+
+* zstd (https://github.com/facebook/zstd)
+* rocksdb (https://github.com/facebook/rocksdb)
+
+================================================================
+Public Domain
+================================================================
+The following components are placed in the public domain.
+The author hereby disclaims copyright to this source code.
+See project link for details.
+
+* protobuf (https://github.com/protocolbuffers/protobuf)
+* snappy (https://github.com/google/snappy)
+* zlib (https://github.com/madler/zlib)
+* pybind (https://github.com/pybind/pybind11_bazel)
+* nlohmann_json (https://github.com/nlohmann/json)
+* CrowCpp (https://github.com/CrowCpp/Crow)
+* Asio (https://github.com/chriskohlhoff/asio)
+* Prometheus-cpp (https://github.com/jupp0r/prometheus-cpp)
+* Cryptopp (https://github.com/weidai11/cryptopp)
+

Reply via email to