This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a commit to branch branch-0.2
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/branch-0.2 by this push:
new 7dfaedb4 [CELEBORN-224][FOLLOWUP] Add missing license files. (#1171)
7dfaedb4 is described below
commit 7dfaedb475e08536d9d4feab8077f5320e9b427d
Author: Ethan Feng <[email protected]>
AuthorDate: Wed Jan 18 17:53:03 2023 +0800
[CELEBORN-224][FOLLOWUP] Add missing license files. (#1171)
---
LICENSE-binary | 40 ++++++++++++++++++--------------
licenses-binary/LICENSE-leveldbjni.txt | 27 ++++++++++++++++++++++
licenses-binary/LICENSE-protobuf.txt | 42 ++++++++++++++++++++++++++++++++++
licenses-binary/LISENCE-slf4j.txt | 21 +++++++++++++++++
4 files changed, 113 insertions(+), 17 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index 80c011a6..1f7db007 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -200,13 +200,9 @@
See the License for the specific language governing permissions and
limitations under the License.
---------------------------------------------------
-This product bundles various third-party components under other open source
licenses.
-This section summarizes those components and their licenses. See licenses/
-for text of these licenses.
+------------------------------------------------------------------------------------
+This project bundles the following dependencies under the Apache Software
License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt):
-This project bundles the following dependencies under the Apache Software
License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
---------------------------
com.google.code.findbugs:jsr305
com.google.guava:guava
commons-io:commons-io
@@ -269,19 +265,29 @@ org.scala-lang:scala-reflect
org.slf4j:jcl-over-slf4j
org.yaml:snakeyaml
-This project bundles the following dependencies under the CDDL 1.0 license.
-See license/LICENSE-CDDL.txt files for details.
-------------
-javax.servlet:javax.servlet-api
-The MIT License (MIT)
-See license/LICENSE-MIT.txt files for details.
-------------
-org.slf4j:jul-to-slf4j
-org.slf4j:slf4j-api
+------------------------------------------------------------------------------------
+This product bundles various third-party components under other open source
licenses.
+This section summarizes those components and their licenses. See licenses/
+for text of these licenses.
+
BSD 3-clause
-See license/LICENSE-BSD-3.txt files for details.
+See license/LICENSE-BSD-3.txt for details.
------------
+See license/LICENSE-protobuf.txt for details.
com.google.protobuf:protobuf-java
-org.fusesource.leveldbjni:leveldbjni-all
\ No newline at end of file
+See license/LICENSE-leveldbjni.txt for details.
+org.fusesource.leveldbjni:leveldbjni-all
+
+Common Development and Distribution License (CDDL) 1.0
+See license/LICENSE-CDDL.txt for details.
+------------
+javax.servlet:javax.servlet-api
+
+MIT License
+See license/LICENSE-MIT.txt for details.
+------------
+See license/LICENSE-slf4j.txt for details.
+org.slf4j:jul-to-slf4j
+org.slf4j:slf4j-api
\ No newline at end of file
diff --git a/licenses-binary/LICENSE-leveldbjni.txt
b/licenses-binary/LICENSE-leveldbjni.txt
new file mode 100644
index 00000000..b4dabb91
--- /dev/null
+++ b/licenses-binary/LICENSE-leveldbjni.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2011 FuseSource Corp. 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 FuseSource Corp. 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
+OWNER 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.
\ No newline at end of file
diff --git a/licenses-binary/LICENSE-protobuf.txt
b/licenses-binary/LICENSE-protobuf.txt
new file mode 100644
index 00000000..b4350ec8
--- /dev/null
+++ b/licenses-binary/LICENSE-protobuf.txt
@@ -0,0 +1,42 @@
+This license applies to all parts of Protocol Buffers except the following:
+
+ - Atomicops support for generic gcc, located in
+ src/google/protobuf/stubs/atomicops_internals_generic_gcc.h.
+ This file is copyrighted by Red Hat Inc.
+
+ - Atomicops support for AIX/POWER, located in
+ src/google/protobuf/stubs/atomicops_internals_aix.h.
+ This file is copyrighted by Bloomberg Finance LP.
+
+Copyright 2014, Google Inc. 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 Google Inc. 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
+OWNER 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.
+
+Code generated by the Protocol Buffer compiler is owned by the owner
+of the input file used when generating it. This code is not
+standalone and requires a support library to be linked with it. This
+support library is itself covered by the above license.
\ No newline at end of file
diff --git a/licenses-binary/LISENCE-slf4j.txt
b/licenses-binary/LISENCE-slf4j.txt
new file mode 100644
index 00000000..28ba154f
--- /dev/null
+++ b/licenses-binary/LISENCE-slf4j.txt
@@ -0,0 +1,21 @@
+Copyright (c) 2004-2013 QOS.ch
+ All rights reserved.
+
+ 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.