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/03 17:10:14 UTC

[flink] 01/06: [FLINK-11023] Add LICENSE & NOTICE files for flink-connector-cassandra

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

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

commit 9f99d4b366a5658f2d1c4e52d5170b3fd69f9232
Author: zentol <ch...@apache.org>
AuthorDate: Thu Nov 29 12:03:05 2018 +0100

    [FLINK-11023] Add LICENSE & NOTICE files for flink-connector-cassandra
---
 .../src/main/resources/META-INF/NOTICE                   | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..a0449ff
--- /dev/null
+++ b/flink-connectors/flink-connector-cassandra/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,16 @@
+flink-connector-cassandra
+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.datastax.cassandra:cassandra-driver-core:3.0.0
+- com.datastax.cassandra:cassandra-driver-mapping:3.0.0
+- com.google.guava:guava:18.0
+- io.netty:netty-handler:4.0.33.Final
+- io.netty:netty-buffer:4.0.33.Final
+- io.netty:netty-common:4.0.33.Final
+- io.netty:netty-transport:4.0.33.Final
+- io.netty:netty-codec:4.0.33.Final