[PIO-69] Update LICENSE.txt and NOTICE.txt for binary distribution and this fix contains following stuffs:
- Include these files in the binary distribution - Enable license check using sbt-license-report plugin in travis build Closes #397 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/2a4ecf3b Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/2a4ecf3b Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/2a4ecf3b Branch: refs/heads/develop Commit: 2a4ecf3bc873a5fc5532c1b95166b9232e82d525 Parents: e3f8307 Author: Naoki Takezoe <[email protected]> Authored: Tue Jul 4 01:09:12 2017 +0900 Committer: Naoki Takezoe <[email protected]> Committed: Tue Jul 4 01:09:12 2017 +0900 ---------------------------------------------------------------------- .travis.yml | 2 + LICENSE.txt | 1508 +++++++++++++++++++++++++++++++++++++++++ NOTICE.txt | 4 + build.sbt | 3 +- make-distribution.sh | 3 + project/plugins.sbt | 2 + tests/check_libraries.sh | 89 +++ tests/script.travis.sh | 2 + 8 files changed, 1612 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/2a4ecf3b/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 6f62060..e208189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -108,6 +108,8 @@ env: PIO_SPARK_VERSION=2.1.1 PIO_ELASTICSEARCH_VERSION=5.4.1 + - BUILD_TYPE=LicenseCheck + before_install: - unset SBT_OPTS JVM_OPTS - sudo rm /usr/local/bin/docker-compose
