DRILL-1275: Added disclaimer file.
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/a74fe3da Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/a74fe3da Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/a74fe3da Branch: refs/heads/master Commit: a74fe3da3976f2ce02ffbf0c37a116f6fa485191 Parents: cca9ce1 Author: Sudheesh Katkam <skat...@maprtech.com> Authored: Mon Aug 11 16:54:42 2014 -0700 Committer: Aditya Kishore <adi...@maprtech.com> Committed: Mon Aug 18 14:56:52 2014 +0530 ---------------------------------------------------------------------- DISCLAIMER | 5 +++++ distribution/src/assemble/bin.xml | 4 ++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a74fe3da/DISCLAIMER ---------------------------------------------------------------------- diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 0000000..cb7bb7b --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,5 @@ +Apache Drill is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache +Incubator. Incubation is required of all newly accepted projects until a further review indicates that the +infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful + ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it +does indicate that the project has yet to be fully endorsed by the ASF. http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a74fe3da/distribution/src/assemble/bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/assemble/bin.xml b/distribution/src/assemble/bin.xml index e941f4c..889f08e 100644 --- a/distribution/src/assemble/bin.xml +++ b/distribution/src/assemble/bin.xml @@ -118,6 +118,10 @@ <outputDirectory/> </file> <file> + <source>../DISCLAIMER</source> + <outputDirectory/> + </file> + <file> <source>../git.properties</source> <outputDirectory/> </file>