You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2020/04/11 06:06:47 UTC

[druid] branch master updated: Missing license changes for sources in licenses.yaml (#9678)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1b60148  Missing license changes for sources in licenses.yaml (#9678)
1b60148 is described below

commit 1b60148ec617fae881cc517e10140f1b31d34e6a
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Fri Apr 10 23:06:33 2020 -0700

    Missing license changes for sources in licenses.yaml (#9678)
---
 licenses.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/licenses.yaml b/licenses.yaml
index 3512876..a23bb4e 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -21,7 +21,7 @@ license_category: source
 module: java-core
 license_name: Apache License version 2.0
 source_paths:
-  - processing/src/main/java/org/apache/druid/segment/filter/Filters.java
+  - processing/src/main/java/org/apache/druid/segment/filter/cnf/HiveCnfHelper.java
   - extensions-core/stats/src/main/java/io/druid/query/aggregation/variance/VarianceAggregatorCollector.java
   - extensions-core/druid-bloom-filter/src/main/java/org/apache/druid/query/filter/BloomKFilter.java
 
@@ -42,6 +42,7 @@ module: java-core
 license_name: Apache License version 2.0
 source_paths:
   - sql/src/main/java/org/apache/druid/sql/calcite/
+  - processing/src/main/java/org/apache/druid/segment/filter/cnf/CalciteCnfHelper.java
 
 ---
 


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