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 08:08:47 UTC

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

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

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


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

commit a8e8e76654b4176b711316ca1b7dacbe6355f4a0
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Sat Apr 11 01:08:33 2020 -0700

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

diff --git a/licenses.yaml b/licenses.yaml
index f01be23..219b35f 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