You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/11/28 19:41:55 UTC

[incubator-druid] branch master updated: Add licenses.yaml entry for Wikipedia sample data (#8968)

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

cwylie 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 55ecaaf  Add licenses.yaml entry for Wikipedia sample data (#8968)
55ecaaf is described below

commit 55ecaafff087f1410663f1640d79540744fe4fb7
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Thu Nov 28 11:41:42 2019 -0800

    Add licenses.yaml entry for Wikipedia sample data (#8968)
---
 LICENSE       |  8 ++++----
 licenses.yaml | 11 +++++++++++
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/LICENSE b/LICENSE
index 2a1da9f..7e54613 100644
--- a/LICENSE
+++ b/LICENSE
@@ -320,8 +320,8 @@ Creative Commons Attribution-ShareAlike 3.0 Unported License
 ================================
 
 SOURCE/JAVA-CORE:
-    This product bundle example data collected from the Wikipedia edit stream API, the text content of which is
-     copyright by Wikipedia editors and contributors and is available under the Creative Commons Attribution-ShareAlike
-     3.0 Unported License. For details, see licenses/src/CC-BY-SA.txt. This content is NOT part of the source code and
-     is only used for example and tutorial purposes.
+    This product contains example data collected from the Wikipedia edit stream API (this content is NOT part of the source
+     code and is only used for example and tutorial purposes), copyright Wikipedia editors and contributors for the text
+     content which is available under Creative Commons Attribution-ShareAlike 3.0 Unported License. For details, see
+     licenses/src/CC-BY-SA.txt.
       * examples/quickstart/tutorial/wikiticker-2015-09-12-sampled.json.gz
\ No newline at end of file
diff --git a/licenses.yaml b/licenses.yaml
index 1a25d08..ecb864c 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3778,6 +3778,17 @@ source_paths:
 
 ---
 
+name: example data collected from the Wikipedia edit stream API (this content is NOT part of the source code and is only used for example and tutorial purposes)
+license_category: source
+module: java-core
+license_name: Creative Commons Attribution-ShareAlike 3.0 Unported License
+copyright: Wikipedia editors and contributors for the text content
+license_file_path: licenses/src/CC-BY-SA.txt
+source_paths:
+  - examples/quickstart/tutorial/wikiticker-2015-09-12-sampled.json.gz
+
+---
+
 name: AOP Alliance
 license_category: binary
 module: java-core


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