[ 
https://issues.apache.org/jira/browse/FLINK-11023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714706#comment-16714706
 ] 

ASF GitHub Bot commented on FLINK-11023:
----------------------------------------

tillrohrmann commented on a change in pull request #7246: [FLINK-11023] Add 
LICENSE & NOTICE files for connectors (batch #1)
URL: https://github.com/apache/flink/pull/7246#discussion_r240203779
 
 

 ##########
 File path: 
flink-connectors/flink-connector-elasticsearch5/src/main/resources/META-INF/NOTICE
 ##########
 @@ -1,201 +1,104 @@
-This project includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
+flink-connector-elasticsearch5
+Copyright 2014-2018 The Apache Software Foundation
 
--------------------------------------------------------------
-
-This project bundles the following dependencies under
-the Apache Software License 2.0
-
-  - org.apache.lucene : lucene-core version 6.3.0
-  - org.apache.lucene : lucene-analyzers-common version 6.3.0
-  - org.apache.lucene : lucene-backward-codecs version 6.3.0
-  - org.apache.lucene : lucene-grouping version 6.3.0
-  - org.apache.lucene : lucene-highlighter version 6.3.0
-  - org.apache.lucene : lucene-join version 6.3.0
-  - org.apache.lucene : lucene-memory version 6.3.0
-  - org.apache.lucene : lucene-misc version 6.3.0
-  - org.apache.lucene : lucene-queries version 6.3.0
-  - org.apache.lucene : lucene-queryparser version 6.3.0
-  - org.apache.lucene : lucene-sandbox version 6.3.0
-  - org.apache.lucene : lucene-spatial version 6.3.0
-  - org.apache.lucene : lucene-spatial-extras version 6.3.0
-  - org.apache.lucene : lucene-spatial3d version 6.3.0
-  - org.apache.lucene : lucene-suggest version 6.3.0
-  - org.apache.httpcomponents : httpclient version 4.5.3
-  - org.apache.httpcomponents : httpcore version 4.4.6
-  - org.apache.httpcomponents : httpasynclcient version 4.1.2
-  - org.apache.httpcomponents : httpcore-nio version 4.4.5
-  - com.carrotsearch : hppc version 0.7.1
-  - com.fasterxml.jackson.core : jackson-core version 2.8.1
-  - com.fasterxml.jackson.dataformat : jackson-dataformat-smile version 2.8.1
-  - com.fasterxml.jackson.dataformat : jackson-dataformat-yaml version 2.8.1
-  - com.fasterxml.jackson.dataformat : jackson-dataformat-cbor version 2.8.1
-  - com.tdunning : t-digest version 3.0
-  - io.netty : netty version 3.10.6.Final
-  - io.netty : netty-buffer version 4.1.6.Final
-  - io.netty : netty-codec version 4.1.6.Final
-  - io.netty : netty-codec-http version 4.1.6.Final
-  - io.netty : netty-common version 4.1.6.Final
-  - io.netty : netty-handler version 4.1.6.Final
-  - io.netty : netty-resolver version 4.1.6.Final
-  - io.netty : netty-transport version 4.1.6.Final
-  - org.jboss.netty : netty version 3.2.0.Final
-  - joda-time : joda-time version 2.5
-  - com.github.spullara.mustache.java : compiler version 0.9.3
-
-===================================
-       Notice for Yaml
-===================================
-
-This project bundles yaml (v. 1.15) under the Creative Commons License (CC-BY 
2.0).
-
-Original project website: http://www.yaml.de
-
-Copyright (c) 2005-2013, Dirk Jesse
-
-YAML under Creative Commons License (CC-BY 2.0)
-===============================================
-
-The YAML framework is published under the Creative Commons Attribution 2.0 
License (CC-BY 2.0), which permits
-both private and commercial use (http://creativecommons.org/licenses/by/2.0/).
-
-Condition: For the free use of the YAML framework, a backlink to the YAML 
homepage (http://www.yaml.de) in a
-suitable place (e.g.: footer of the website or in the imprint) is required.
-
-===================================
-       Notice for Tartarus
-===================================
-
-This project bundles tartarus under the MIT License.
-
-Original source repository: https://github.com/sergiooramas/tartarus
-
-Copyright (c) 2017 Sergio Oramas and Oriol Nieto
-
-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.
-
-===================================
-       Notice for joptsimple
-===================================
-
-This project bundles joptsimple under the MIT License.
-
-Original source repository: https://github.com/jopt-simple/jopt-simple
-
-Copyright (c) 2004-2016 Paul R. Holser, Jr.
-
-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.
-
-===================================
-       Notice for scopt
-===================================
-
-This project bundles scopt (v. 3.5.0) underr the MIT License.
-
-Original source repository: https://github.com/scopt/scopt
-
-scopt - Copyright (c) scopt contributors
-
-See source files for details.
-
-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:
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
 
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
+This project bundles the following dependencies under the Apache Software 
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- com.carrotsearch:hppc:0.7.1
+- com.fasterxml.jackson.core:jackson-core:2.8.1
+- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1
+- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1
+- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.1
+- com.github.spullara.mustache.java:compiler:0.9.3
+- com.tdunning:t-digest:3.0
+- commons-codec:commons-codec:1.10
+- commons-logging:commons-logging:1.1.3
+- io.netty:netty:3.10.6.Final
+- io.netty:netty-buffer:4.1.6.Final
+- io.netty:netty-codec:4.1.6.Final
+- io.netty:netty-codec-http:4.1.6.Final
+- io.netty:netty-common:4.1.6.Final
+- io.netty:netty-handler:4.1.6.Final
+- io.netty:netty-resolver:4.1.6.Final
+- io.netty:netty-transport:4.1.6.Final
+- joda.time:joda-time:2.5
+- net.java.dev.jna:jna:4.2.2
+- org.apache.logging.log4j:log4j-api:2.7
+- org.apache.logging.log4j:log4j-to-slf4j:2.7
+- org.apache.lucene:lucene-core:6.3.0
 
 Review comment:
   Wrong ordering

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update LICENSE and NOTICE files for flink-connectors
> ----------------------------------------------------
>
>                 Key: FLINK-11023
>                 URL: https://issues.apache.org/jira/browse/FLINK-11023
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming Connectors
>    Affects Versions: 1.5.5, 1.6.2, 1.7.0
>            Reporter: Till Rohrmann
>            Assignee: Chesnay Schepler
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.5.6, 1.6.3, 1.7.1
>
>
> Similar to FLINK-10987 we should also update the {{LICENSE}} and {{NOTICE}} 
> files for {{flink-connectors}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to