forked from apache/fury
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
109 lines (84 loc) · 4.57 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Apache Fury (Incubating)
Copyright 2023-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.
* guava (https://github.com/google/guava)
Files:
java/fury-core/src/main/java/org/apache/fury/util/Preconditions.java
* spark (https://github.com/apache/spark)
Files:
java/fury-core/src/main/java/org/apache/fury/codegen/Code.java
java/fury-core/src/main/java/org/apache/fury/util/Platform.java
java/fury-format/src/main/java/org/apache/fury/format/vectorized/ArrowWriter.java
* flink (https://github.com/apache/flink)
Files:
java/fury-core/src/main/java/org/apache/fury/memory/MemoryBuffer.java
* commons-io (https://github.com/apache/commons-io)
Files:
java/fury-core/src/main/java/org/apache/fury/io/ClassLoaderObjectInputStream.java
* fast-serialization (https://github.com/RuedigerMoeller/fast-serialization)
Files:
java/benchmark/src/main/java/org/apache/fury/benchmark/Identity2IdMap.java
* ray (https://github.com/ray-project/ray)
Files:
ci/format.sh
================================================================
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.
* kryo (https://github.com/EsotericSoftware/kryo)
Files:
java/benchmark/src/main/java/org/apache/fury/benchmark/data/Data.java
java/benchmark/src/main/java/org/apache/fury/benchmark/data/Image.java
java/benchmark/src/main/java/org/apache/fury/benchmark/data/Media.java
java/benchmark/src/main/java/org/apache/fury/benchmark/data/MediaContent.java
java/benchmark/src/main/java/org/apache/fury/benchmark/data/Sample.java
java/benchmark/src/main/java/org/apache/fury/benchmark/state/BufferType.java
java/benchmark/src/main/java/org/apache/fury/benchmark/state/KryoState.java
java/fury-core/src/main/java/org/apache/fury/collection/FuryObjectMap.java
java/fury-core/src/main/java/org/apache/fury/collection/IdentityMap.java
java/fury-core/src/main/java/org/apache/fury/collection/IdentityObjectIntMap.java
java/fury-core/src/main/java/org/apache/fury/collection/LongMap.java
java/fury-core/src/main/java/org/apache/fury/collection/ObjectIntMap.java
java/fury-core/src/main/java/org/apache/fury/type/Generics.java
java/fury-core/src/test/java/org/apache/fury/type/GenericsTest.java
================================================================
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
* murmurHash3.js (https://github.com/karanlyons/murmurHash3.js)
Files:
javascript/packages/fury/lib/murmurHash3.ts
================================================================
Node.js licenses
================================================================
The following components are provided under the Node.js License. See project link for details.
The text of each license is also included in licenses/LICENSE-[project].txt.
* node (https://github.com/nodejs/node)
Files:
javascript/packages/hps/src/v8-fast-api-calls.h
================================================================
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.
* smhasher (https://github.com/aappleby/smhasher)
Files:
src/fury/thirdparty/MurmurHash3.cc
src/fury/thirdparty/MurmurHash3.h
* java_util (https://github.com/yonik/java_util)
Files:
java/fury-core/src/main/java/org/apache/fury/util/MurmurHash3.java