You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/05/24 21:47:48 UTC

[incubator-druid] branch master updated: Missing licenses and notices for source distribution (#7760)

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

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bf44eb  Missing licenses and notices for source distribution (#7760)
2bf44eb is described below

commit 2bf44eb0b4bbd899d2a030b0d89dc7e97627dfd3
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Fri May 24 14:47:41 2019 -0700

    Missing licenses and notices for source distribution (#7760)
    
    * Add missing licenses and notices
    
    * address comment
---
 LICENSE | 14 ++++++++++++--
 NOTICE  | 25 ++++++++++++++++++++++++-
 2 files changed, 36 insertions(+), 3 deletions(-)

diff --git a/LICENSE b/LICENSE
index 68fec9e..e7f791d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -258,8 +258,8 @@ SOURCE/JAVA-CORE
       DirectExecutorService class:
       * core/src/main/java/org/apache/druid/java/util/common/concurrent/DirectExecutorService.java
 
-    This product contains modified versions of the Dockerfile and related configuration files
-     from SequenceIQ's Hadoop Docker image, copyright SequenceIQ, Inc. (https://github.com/sequenceiq/hadoop-docker/)
+    This product contains modified versions of the Dockerfile, scripts, and related configuration files
+     used for building SequenceIQ's Hadoop Docker image, copyright SequenceIQ, Inc. (https://github.com/sequenceiq/hadoop-docker/)
       * examples/quickstart/tutorial/hadoop/docker/
 
     This product contains fixed bins histogram percentile computation code adapted from Netflix Spectator,
@@ -269,6 +269,12 @@ SOURCE/JAVA-CORE
     This product contains ByteBuffer unmapping code adapted from Apache Kafka
       * core/src/main/java/org/apache/druid/java/util/common/ByteBufferUtils.java
 
+    This product contains s3 directory place holder check code adapted from JetS3t (https://bitbucket.org/jmurty/jets3t/wiki/Home).
+      * extensions-core/s3-extensions/src/main/java/org/apache/druid/storage/s3/S3Utils.java
+
+    This product contains lpad and rpad methods adapted from Apache Flink.
+      * core/src/main/java/org/apache/druid/java/util/common/StringUtils.java
+
 
 MIT License
 ================================
@@ -294,6 +300,10 @@ SOURCE/WEB-CONSOLE
     This product bundles demo_table.css and jquery.dataTables.js from DataTables version 1.8.2, copyright Allan Jardine.,
      which is available under a BSD-3-Clause License. For details, see licenses/src/datatables.BSD3.
 
+SOURCE/JAVA-CORE
+    This product contains Porter stemmer adapted from a Javascript Porter Stemmer (https://github.com/kristopolous/Porter-Stemmer)
+     which is available under a BSD-3-Clause License.
+      * processing/src/test/java/org/apache/druid/query/extraction/JavaScriptExtractionFnTest.java
 
 Public Domain
 ================================
diff --git a/NOTICE b/NOTICE
index 05ca416..b8ca76a 100644
--- a/NOTICE
+++ b/NOTICE
@@ -40,6 +40,20 @@ Copyright 2009-2017 The Apache Software Foundation
 
 
 
+================= Apache Kafka =================
+Apache Kafka
+Copyright 2019 The Apache Software Foundation
+
+
+
+
+================= Apache Flink =================
+Apache Flink
+Copyright 2014-2019 The Apache Software Foundation
+
+
+
+
 ================= Metamarkets java-util =================
 java-util
 Copyright 2011-2017 Metamarkets Group Inc.
@@ -62,4 +76,13 @@ Copyright 2012 Metamarkets Group Inc.
 
 This library contains a modified version of Alessandro Colantonio's CONCISE
 (COmpressed 'N' Composable Integer SEt) library, extending the functionality of
-ConciseSet to use IntBuffers.
\ No newline at end of file
+ConciseSet to use IntBuffers.
+
+
+
+
+================= JetS3t =================
+   =========================================================================
+   ==  NOTICE file corresponding to section 4(d) of the Apache License,   ==
+   ==  Version 2.0, in this case for the distribution of jets3t.          ==
+   =========================================================================


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org