Repository: incubator-zeppelin Updated Branches: refs/heads/master 52cdbacf2 -> 28a42ff68
ZEPPELIN-359 add NOTICE and DISCLAIMER in the binary package NOTICE and DISCLAIMER is missing in the binary package. https://issues.apache.org/jira/browse/ZEPPELIN-359 Author: Lee moon soo <[email protected]> Closes #363 from Leemoonsoo/ZEPPELIN-359 and squashes the following commits: ce8aa70 [Lee moon soo] ZEPPELIN-359 add NOTICE and DISCLAIMER in the binary package Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/28a42ff6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/28a42ff6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/28a42ff6 Branch: refs/heads/master Commit: 28a42ff68c42526f156194f3367729eac7ff4519 Parents: 52cdbac Author: Lee moon soo <[email protected]> Authored: Sun Oct 25 14:46:57 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Mon Oct 26 04:21:01 2015 +0100 ---------------------------------------------------------------------- zeppelin-distribution/src/assemble/distribution.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/28a42ff6/zeppelin-distribution/src/assemble/distribution.xml ---------------------------------------------------------------------- diff --git a/zeppelin-distribution/src/assemble/distribution.xml b/zeppelin-distribution/src/assemble/distribution.xml index 5135fbb..e3c2c9f 100644 --- a/zeppelin-distribution/src/assemble/distribution.xml +++ b/zeppelin-distribution/src/assemble/distribution.xml @@ -55,6 +55,8 @@ <includes> <include>README.md</include> <include>LICENSE*</include> + <include>NOTICE</include> + <include>DISCLAIMER</include> </includes> </fileSet> <fileSet>
