Skip to content

Commit

Permalink
Update NOTICE to mention all the licenses for source files where code…
Browse files Browse the repository at this point in the history
… is borrowed from different project. (#1285)

#1274
  • Loading branch information
nandakumar131 authored Dec 31, 2023
1 parent d369975 commit 14d9dbe
Show file tree
Hide file tree
Showing 4 changed files with 2,545 additions and 0 deletions.
104 changes: 104 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,107 @@ Copyright 2023 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/fury-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/fury-benchmark/src/main/java/org/apache/fury/benchmark/data/Data.java
java/fury-benchmark/src/main/java/org/apache/fury/benchmark/data/Image.java
java/fury-benchmark/src/main/java/org/apache/fury/benchmark/data/Media.java
java/fury-benchmark/src/main/java/org/apache/fury/benchmark/data/MediaContent.java
java/fury-benchmark/src/main/java/org/apache/fury/benchmark/data/Sample.java
java/fury-benchmark/src/main/java/org/apache/fury/benchmark/state/BufferType.java
java/fury-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
10 changes: 10 additions & 0 deletions licenses/LICENSE-kryo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Copyright (c) 2008-2023, Nathan Sweet
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of Esoteric Software nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21 changes: 21 additions & 0 deletions licenses/LICENSE-murmurHash3.js.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2012-2020 Karan Lyons

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 14d9dbe

Please sign in to comment.