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

[flink] 05/23: [FLINK-10987] Add LICENSE & NOTICE files for flink-table

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 fc01b5c47362311f1662ba041b298c9084287570
Author: zentol <ch...@apache.org>
AuthorDate: Fri Nov 23 17:44:06 2018 +0100

    [FLINK-10987] Add LICENSE & NOTICE files for flink-table
---
 .../flink-table/src/main/resources/META-INF/NOTICE | 81 ++++++----------------
 .../resources/META-INF/licenses/LICENSE.janino     | 31 +++++++++
 2 files changed, 53 insertions(+), 59 deletions(-)

diff --git a/flink-libraries/flink-table/src/main/resources/META-INF/NOTICE b/flink-libraries/flink-table/src/main/resources/META-INF/NOTICE
index bfe2737..aad40b0 100644
--- a/flink-libraries/flink-table/src/main/resources/META-INF/NOTICE
+++ b/flink-libraries/flink-table/src/main/resources/META-INF/NOTICE
@@ -1,64 +1,27 @@
-===========================================================
-        NOTICE corresponding to the section 4d of
-          The Apache License, Version 2.0, for
-                       flink-table
-===========================================================
+flink-table
+Copyright 2014-2018 The Apache Software Foundation
 
-The 'flink-table' module bundles certain dependencies into
-the binary release artifacts.
-Below are the license statements where required by the license.
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
 
-Janino version (org.codehaus.janino : janino) v. 3.0.7
-under the following license:
- 
-    Janino - An embedded Java[TM] compiler
-    
-    Copyright (c) 2001-2016, Arno Unkrig
-    Copyright (c) 2015-2016  TIBCO Software 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:
-    
-       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. Neither the name of JANINO 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 HOLDERS 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.
+This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
+- com.esri.geometry:esri-geometry-api:2.0.0
+- com.google.guava:guava:19.0
+- com.yahoo.datasketches:memory:0.9.0
+- com.yahoo.datasketches:sketches-core:0.9.0
+- commons-codec:commons-codec:1.10
+- commons-lang:commons-lang:2.4
+- commons-logging:commons-logging:1.1.3
+- joda-time:joda-time:2.5
+- net.hydromatic:aggdesigner-algorithm:6.0
+- org.apache.calcite:calcite-core:1.16.0
+- org.apache.calcite:calcite-linq4j:1.16.0
+- org.apache.calcite.avatica:avatica-core:1.11.0
+- org.apache.commons:commons-lang3:3.3.2
 
-Reflections (org.reflections : reflections) v. 0.9.10
-under the following license:
+This project bundles the following dependencies under the BSD license.
+See bundled license files for details
 
-               DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-                       Version 2, December 2004
-   
-    Copyright (C) 2004 Sam Hocevar <sa...@hocevar.net>
-   
-    Everyone is permitted to copy and distribute verbatim or modified
-    copies of this license document, and changing it is allowed as long
-    as the name is changed.
-   
-               DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-      TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-   
-     0. You just DO WHAT THE FUCK YOU WANT TO.
-     
-  
\ No newline at end of file
+- org.codehaus.janino:janino:3.0.7
+- org.codehaus.janino:commons-compiler:3.0.7
diff --git a/flink-libraries/flink-table/src/main/resources/META-INF/licenses/LICENSE.janino b/flink-libraries/flink-table/src/main/resources/META-INF/licenses/LICENSE.janino
new file mode 100644
index 0000000..ef871e2
--- /dev/null
+++ b/flink-libraries/flink-table/src/main/resources/META-INF/licenses/LICENSE.janino
@@ -0,0 +1,31 @@
+Janino - An embedded Java[TM] compiler
+
+Copyright (c) 2001-2016, Arno Unkrig
+Copyright (c) 2015-2016  TIBCO Software 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:
+
+   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. Neither the name of JANINO 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 HOLDERS 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.