Skip to content

Commit f1f330f

Browse files
committed
add license in wip
1 parent d8b0da0 commit f1f330f

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

DISCLAIMER-WIP

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Apache ResilientDB (incubating) is an effort undergoing incubation at the Apache
2-
Software Foundation (ASF), sponsored by the Apache Incubator PMC.
1+
Apache ResilientDB is an effort undergoing incubation at the Apache Software
2+
Foundation (ASF), sponsored by the Apache Incubator PMC.
33

44
Incubation is required of all newly accepted projects until a further review
55
indicates that the infrastructure, communications, and decision making process
@@ -8,3 +8,27 @@ have stabilized in a manner consistent with other successful ASF projects.
88
While incubation status is not necessarily a reflection of the completeness
99
or stability of the code, it does indicate that the project has yet to be
1010
fully endorsed by the ASF.
11+
12+
Some of the incubating project’s releases may not be fully compliant with ASF policy.
13+
For example, releases may have incomplete or un-reviewed licensing conditions.
14+
What follows is a list of known issues the project is currently aware of
15+
(note that this list, by definition, is likely to be incomplete):
16+
17+
1. The source code is distributed under the Apache License, Version 2.0. However
18+
building ResilientDB requires using a transitive required library
19+
glog-0.5.0, leveldb-1.23, gtest-1.13.0, gflag-2.2.2, which is under BSD-3-Clause License,
20+
eEVM (https://github.com/microsoft/eEVM) which is under MIT licenses,
21+
and protobuf-3.10.0 (https://github.com/protocolbuffers/protobuf),
22+
snappy-1.1.9 (https://github.com/google/snappy),
23+
zlib-1.2.11 (https://github.com/madler/zlib),
24+
pybind-2.11.1 (https://github.com/pybind/pybind11_bazel),
25+
nlohmann_json-3.9.1 (https://github.com/nlohmann/json),
26+
CrowCpp-1.0-5 (https://github.com/CrowCpp/Crow),
27+
Asio-1-26-0 (https://github.com/chriskohlhoff/asio),
28+
Prometheus-cpp-1.0.1 (https://github.com/jupp0r/prometheus-cpp),
29+
Cryptopp-8-7-0 (https://github.com/weidai11/cryptopp),
30+
which hereby disclaims copyright to their source code
31+
32+
If you are planning to incorporate this work into your product/project,
33+
please be aware that you will need to conduct a thorough licensing review
34+
to determine the overall implications of including this work.

WORKSPACE

-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ http_archive(
140140
],
141141
)
142142

143-
#prometheus cpp client library
144-
145143
http_archive(
146144
name = "com_google_leveldb",
147145
build_file = "@com_resdb_nexres//third_party:leveldb.BUILD",

0 commit comments

Comments
 (0)