You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/02/03 10:56:32 UTC

[flink] branch release-1.10 updated: [FLINK-15837] Add proper NOTICE file to flink-kubernetes

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

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


The following commit(s) were added to refs/heads/release-1.10 by this push:
     new c2157a6  [FLINK-15837] Add proper NOTICE file to flink-kubernetes
c2157a6 is described below

commit c2157a69f66c267b577b5b51b9277b0172a312d7
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Fri Jan 31 16:06:27 2020 +0100

    [FLINK-15837] Add proper NOTICE file to flink-kubernetes
    
    This closes #10986.
---
 .../src/main/resources/META-INF/NOTICE             | 25 ++++++++++++++++++++++
 .../resources/META-INF/licenses/LICENSE.automaton  | 24 +++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/flink-kubernetes/src/main/resources/META-INF/NOTICE b/flink-kubernetes/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..47837c2
--- /dev/null
+++ b/flink-kubernetes/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,25 @@
+flink-kubernetes
+Copyright 2014-2020 The Apache Software Foundation
+
+This project 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.fasterxml.jackson.core:jackson-annotations:2.10.1
+- com.fasterxml.jackson.core:jackson-core:2.10.1
+- com.fasterxml.jackson.core:jackson-databind:2.9.8
+- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.9
+- com.github.mifmif:generex:1.0.2
+- com.squareup.okhttp3:logging-interceptor:3.12.0
+- com.squareup.okhttp3:okhttp:3.12.1
+- com.squareup.okio:okio:1.15.0
+- io.fabric8:kubernetes-client:4.5.2
+- io.fabric8:kubernetes-model:4.5.2
+- io.fabric8:kubernetes-model-common:4.5.2
+- org.yaml:snakeyaml:1.23
+
+This project bundles the following dependencies under the BSD License.
+See bundled license files for details.
+
+- dk.brics.automaton:automaton:1.11-8
diff --git a/flink-kubernetes/src/main/resources/META-INF/licenses/LICENSE.automaton b/flink-kubernetes/src/main/resources/META-INF/licenses/LICENSE.automaton
new file mode 100644
index 0000000..cb5b25f
--- /dev/null
+++ b/flink-kubernetes/src/main/resources/META-INF/licenses/LICENSE.automaton
@@ -0,0 +1,24 @@
+Copyright (c) 2001-2017 Anders Moeller
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. 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.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.