You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/09 09:38:31 UTC

[flink] 06/23: [FLINK-10987] Add LICENSE & NOTICE files for flink-mesos

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git

commit dca2f48cdd61ae38a6b1883c751b28a79b16cd25
Author: zentol <ch...@apache.org>
AuthorDate: Fri Nov 23 17:44:17 2018 +0100

    [FLINK-10987] Add LICENSE & NOTICE files for flink-mesos
---
 flink-mesos/src/main/resources/META-INF/NOTICE     | 18 ++++++++++++
 .../resources/META-INF/licenses/LICENSE.protobuf   | 32 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/flink-mesos/src/main/resources/META-INF/NOTICE b/flink-mesos/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..145489a
--- /dev/null
+++ b/flink-mesos/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,18 @@
+flink-mesos
+Copyright 2014-2018 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- com.netflix.fenzo:fenzo-core:0.10.1
+- org.apache.mesos:mesos:1.0.1
+- com.fasterxml.jackson.core:jackson-annotations:2.4.0
+- com.fasterxml.jackson.core:jackson-core:2.4.5
+- com.fasterxml.jackson.core:jackson-databind:2.4.5
+
+This project bundles the following dependencies under the BSD license.
+See bundled license files for details.
+
+- com.google.protobuf:protobuf-java:2.6.2
diff --git a/flink-mesos/src/main/resources/META-INF/licenses/LICENSE.protobuf b/flink-mesos/src/main/resources/META-INF/licenses/LICENSE.protobuf
new file mode 100644
index 0000000..19b305b
--- /dev/null
+++ b/flink-mesos/src/main/resources/META-INF/licenses/LICENSE.protobuf
@@ -0,0 +1,32 @@
+Copyright 2008 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.