Skip to content

Commit 9dc93e9

Browse files
committed
add thirdparty license
1 parent 48adcb9 commit 9dc93e9

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ venv
1212
sdk_validator/venv
1313
__pycache__
1414
MODULE.*
15+
apache_release

LICENSE

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,68 @@
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201201
limitations under the License.
202+
203+
================================================================
204+
205+
This product includes a number of Dependencies with separate copyright notices
206+
and license terms. Your use of these submodules is subject to the terms and
207+
conditions of the following licenses.
208+
209+
================================================================
210+
211+
================================================================
212+
Apache-2.0 licenses
213+
================================================================
214+
The following components are provided under the Apache-2.0 License. See project link for details.
215+
The text of each license is the standard Apache 2.0 license.
216+
217+
* bazelbuild (https://github.com/bazelbuild/)
218+
* rules_boost (https://github.com/nelhage/rules_boost)
219+
* absl (https://github.com/abseil/abseil-cpp)
220+
221+
================================================================
222+
MIT licenses
223+
================================================================
224+
The following components are provided under the MIT License. See project link for details.
225+
The text of each license is also included in licenses/LICENSE-[project].txt
226+
227+
* eEVM (https://github.com/microsoft/eEVM)
228+
229+
================================================================
230+
BSD-3-Clause licenses
231+
================================================================
232+
The following components are provided under the BSD-3-Clause License. See project link for details.
233+
The text of each license is also included in licenses/LICENSE-[project].txt.
234+
235+
236+
* glog (https://github.com/google/glog)
237+
* leveldb (https://github.com/google/leveldb)
238+
* gtest (https://github.com/google/googletest)
239+
* gflag (https://github.com/gflags/gflags)
240+
241+
================================================================
242+
GPL-2.0 licenses
243+
================================================================
244+
The following components are provided under the BSD-3-Clause License. See project link for details.
245+
The text of each license is also included in the source code.
246+
247+
* zstd (https://github.com/facebook/zstd)
248+
* rocksdb (https://github.com/facebook/rocksdb)
249+
250+
================================================================
251+
Public Domain
252+
================================================================
253+
The following components are placed in the public domain.
254+
The author hereby disclaims copyright to this source code.
255+
See project link for details.
256+
257+
* protobuf (https://github.com/protocolbuffers/protobuf)
258+
* snappy (https://github.com/google/snappy)
259+
* zlib (https://github.com/madler/zlib)
260+
* pybind (https://github.com/pybind/pybind11_bazel)
261+
* nlohmann_json (https://github.com/nlohmann/json)
262+
* CrowCpp (https://github.com/CrowCpp/Crow)
263+
* Asio (https://github.com/chriskohlhoff/asio)
264+
* Prometheus-cpp (https://github.com/jupp0r/prometheus-cpp)
265+
* Cryptopp (https://github.com/weidai11/cryptopp)
266+

0 commit comments

Comments
 (0)