This is an automated email from the ASF dual-hosted git repository. sblackmon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/streams.git.
from 3f88bf6 STREAMS-663: Fix DISCLAIMER new a9d1924 STREAMS-664: Fix LICENSE new d1eab77 STREAMS-664: update new ecdc162 more updates to binary/bytecode LICENSE file and process The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: pom.xml | 24 +- src/license/THIRD-PARTY.properties | 20 - src/license/THIRD-PARTY.txt | 465 +++++++++++ src/license/licenseMerges.txt | 61 ++ src/license/licenseMissingFile.properties | 40 + src/license/licenses.xml | 109 ++- ...xt => Apache Software License, Version 1.1.txt} | 7 + .../licenses/CC0 1.0 Universal License.html | 199 +++++ ...ommon Development and Distribution License.html | 855 +++++++++++++++++++++ .../Common Public License - Version 1.0.html | 464 +++++++++++ ...l => Eclipse Public License - Version 1.0.html} | 0 src/license/licenses/JBCrypt License.txt | 18 + src/license/licenses/Java HTML Tidy License.txt | 50 ++ src/license/licenses/Plexus Classwords License.htm | 266 +++++++ src/license/licenses/The 2-Clause BSD License.html | 363 +++++++++ src/license/licenses/The 3-Clause BSD License.html | 365 +++++++++ src/license/licenses/The MIT License.html | 372 +++++++++ src/main/resources/streams-java-checkstyle.xml | 4 +- src/site/markdown/release-preparation.md | 51 ++ src/site/markdown/release.md | 19 +- streams-cli/pom.xml | 11 + streams-dist/LICENSE | 360 +++++++++ 22 files changed, 4063 insertions(+), 60 deletions(-) create mode 100644 src/license/THIRD-PARTY.txt create mode 100644 src/license/licenseMerges.txt create mode 100644 src/license/licenseMissingFile.properties copy src/license/licenses/{apache software license, version 1.1 - license-1.1.txt => Apache Software License, Version 1.1.txt} (88%) create mode 100644 src/license/licenses/CC0 1.0 Universal License.html create mode 100644 src/license/licenses/Common Development and Distribution License.html create mode 100644 src/license/licenses/Common Public License - Version 1.0.html copy src/license/licenses/{eclipse public license - v 1.0 - epl-v10.html => Eclipse Public License - Version 1.0.html} (100%) create mode 100644 src/license/licenses/JBCrypt License.txt create mode 100644 src/license/licenses/Java HTML Tidy License.txt create mode 100644 src/license/licenses/Plexus Classwords License.htm create mode 100644 src/license/licenses/The 2-Clause BSD License.html create mode 100644 src/license/licenses/The 3-Clause BSD License.html create mode 100644 src/license/licenses/The MIT License.html create mode 100644 src/site/markdown/release-preparation.md create mode 100644 streams-dist/LICENSE