Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 11 additions & 0 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down