forked from apache/horaedb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
45 lines (35 loc) · 2.34 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Apache HoraeDB (Incubating)
Copyright 2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
================================================================
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.
* prometheus-common(https://github.com/prometheus/common)
* greptimedb(https://github.com/GreptimeTeam/greptimedb)
* agatedb(https://github.com/tikv/agatedb)
* tikv(https://github.com/tikv/tikv)
* influxdb(https://github.com/influxdata/influxdb)
* databend(https://github.com/datafuselabs/databend)
File horaemeta/server/service/http/route.go is modified from Prometheus-common.
Files src/server/src/federated.rs, src/server/src/session.rs are modified from greptimedb.
Files src/components/skiplist/benches/bench.rs, src/components/skiplist/src/lib.rs, src/components/skiplist/src/key.rs,
src/components/skiplist/src/list.rs, src/components/skiplist/tests/tests.rs, src/components/skiplist/Cargo.toml are modified from agatedb.
File src/components/size_ext/src/lib.rs is modified from tikv.
File src/components/future_ext/src/cancel.rs is modified from influxdb.
Files src/components/tracing_util/src/lib.rs, src/components/tracing_util/src/logging.rs, src/components/tracing_util/Cargo.toml are modified from databend.
================================================================
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
* consistent(https://github.com/buraksezer/consistent)
Files horaemeta/server/coordinator/scheduler/nodepicker/hash/consistent_uniform.go,
horaemeta/server/coordinator/scheduler/nodepicker/hash/consistent_uniform_test.go are modified from consistent.