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:46 UTC

[flink] 21/23: [FLINK-10987] Add LICENSE & NOTICE files for flink-dist

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 59daef29b23a510426dbefde4a716f244feefa44
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Sun Nov 25 12:35:52 2018 +0100

    [FLINK-10987] Add LICENSE & NOTICE files for flink-dist
---
 flink-dist/pom.xml                                 |  4 +-
 flink-dist/src/main/resources/META-INF/NOTICE      | 60 ++++++++++++++++++++++
 .../META-INF/licenses/LICENSE.grizzled-slf4j       | 11 ++++
 .../main/resources/META-INF/licenses/LICENSE.kryo  | 10 ++++
 .../resources/META-INF/licenses/LICENSE.minlog     | 10 ++++
 .../main/resources/META-INF/licenses/LICENSE.scala | 11 ++++
 .../main/resources/META-INF/licenses/LICENSE.scopt | 21 ++++++++
 .../resources/META-INF/licenses/LICENSE.slf4j-api  | 21 ++++++++
 8 files changed, 147 insertions(+), 1 deletion(-)

diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml
index 2bad1c8..b69e068 100644
--- a/flink-dist/pom.xml
+++ b/flink-dist/pom.xml
@@ -523,7 +523,9 @@ under the License.
 								</transformer>
 								<!-- The service transformer is needed to merge META-INF/services files -->
 								<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
-								<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/>
+								<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
+									<projectName>Apache Flink</projectName>
+								</transformer>
 							</transformers>
 						</configuration>
 					</execution>
diff --git a/flink-dist/src/main/resources/META-INF/NOTICE b/flink-dist/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..ad35afb
--- /dev/null
+++ b/flink-dist/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,60 @@
+flink-dist
+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.google.code.findbugs:jsr305:1.3.9
+- com.twitter:chill-java:0.7.4
+- com.twitter:chill_2.11:0.7.4
+- com.typesafe:config:1.3.0
+- com.typesafe:ssl-config-core_2.11:0.2.1
+- com.typesafe.akka:akka-actor_2.11:2.4.20
+- com.typesafe.akka:akka-camel_2.11:2.4.20
+- com.typesafe.akka:akka-protobuf_2.11:2.4.20
+- com.typesafe.akka:akka-slf4j_2.11:2.4.20
+- com.typesafe.akka:akka-stream_2.11:2.4.20
+- commons-cli:commons-cli:1.3.1
+- commons-collections:commons-collections:3.2.2
+- commons-io:commons-io:2.4
+- org.apache.camel:camel-core:2.17.7
+- org.apache.commons:commons-compress:1.4.1
+- org.apache.commons:commons-lang3:3.3.2
+- org.apache.commons:commons-math3:3.5
+- org.javassist:javassist:3.19.0-GA
+- org.objenesis:objenesis:2.1
+- org.rocksdb:rocksdbjni:5.7.5
+- org.xerial.snappy:snappy-java:1.1.4
+
+This project bundles the following dependencies under the BSD license.
+See bundled license files for details.
+
+- com.esotericsoftware.kryo:kryo:2.24.0
+- com.esotericsoftware.minlog:minlog:1.2
+- org.clapper:grizzled-slf4j_2.11:1.0.2
+
+The following dependencies all share the same BSD license which you find under licenses/LICENSE.scala.
+
+- org.scala-lang:scala-compiler:2.11.12
+- org.scala-lang:scala-library:2.11.12
+- org.scala-lang:scala-reflect:2.11.12
+- org.scala-lang.modules:scala-java8-compat_2.11:0.7.0
+- org.scala-lang.modules:scala-parser-combinators_2.11:1.0.4
+- org.scala-lang.modules:scala-xml_2.11:1.0.5
+
+This project bundles the following dependencies under the MIT/X11 license.
+See bundled license files for details.
+
+- com.github.scopt:scopt_2.11:3.5.0
+- org.slf4j:slf4j-api:1.7.7
+
+This project bundles "org.tukaani:xz:1.5".
+This Java implementation of XZ has been put into the public domain, thus you can do
+whatever you want with it. All the files in the package have been written by Lasse Collin,
+but some files are heavily based on public domain code written by Igor Pavlov.
+
+This project bundles the following dependencies under the Creative Commons CC0 "No Rights Reserved".
+
+- org.reactivestreams:reactive-streams:1.0.0
diff --git a/flink-dist/src/main/resources/META-INF/licenses/LICENSE.grizzled-slf4j b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.grizzled-slf4j
new file mode 100644
index 0000000..6601c01
--- /dev/null
+++ b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.grizzled-slf4j
@@ -0,0 +1,11 @@
+Copyright © 2010-2012 Brian M. Clapper. 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 “clapper.org” 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 PROF [...]
diff --git a/flink-dist/src/main/resources/META-INF/licenses/LICENSE.kryo b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.kryo
new file mode 100644
index 0000000..e1cd884
--- /dev/null
+++ b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.kryo
@@ -0,0 +1,10 @@
+Copyright (c) 2008, 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 PROF [...]
diff --git a/flink-dist/src/main/resources/META-INF/licenses/LICENSE.minlog b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.minlog
new file mode 100644
index 0000000..e1cd884
--- /dev/null
+++ b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.minlog
@@ -0,0 +1,10 @@
+Copyright (c) 2008, 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 PROF [...]
diff --git a/flink-dist/src/main/resources/META-INF/licenses/LICENSE.scala b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.scala
new file mode 100644
index 0000000..6d8bdab
--- /dev/null
+++ b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.scala
@@ -0,0 +1,11 @@
+Copyright (c) 2002-  EPFL
+Copyright (c) 2011-  Lightbend, 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 the EPFL 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 PROFI [...]
diff --git a/flink-dist/src/main/resources/META-INF/licenses/LICENSE.scopt b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.scopt
new file mode 100644
index 0000000..6d6a875
--- /dev/null
+++ b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.scopt
@@ -0,0 +1,21 @@
+This project is licensed under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).
+
+Copyright (c) scopt contributors
+
+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.
diff --git a/flink-dist/src/main/resources/META-INF/licenses/LICENSE.slf4j-api b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.slf4j-api
new file mode 100644
index 0000000..93119e7
--- /dev/null
+++ b/flink-dist/src/main/resources/META-INF/licenses/LICENSE.slf4j-api
@@ -0,0 +1,21 @@
+Copyright (c) 2004-2017 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.