Repository: incubator-ratis Updated Branches: refs/heads/master af1c0d77a -> 88bb44735
RATIS-83. Add a DISCLAIMER file. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/88bb4473 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/88bb4473 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/88bb4473 Branch: refs/heads/master Commit: 88bb447352fb722a6a58116a79aa138a71c0e79a Parents: af1c0d7 Author: Tsz-Wo Nicholas Sze <[email protected]> Authored: Fri Apr 28 18:06:04 2017 -0700 Committer: Tsz-Wo Nicholas Sze <[email protected]> Committed: Fri Apr 28 18:06:04 2017 -0700 ---------------------------------------------------------------------- DISCLAIMER.txt | 7 +++++++ ratis-assembly/src/main/assembly/src.xml | 1 + 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/88bb4473/DISCLAIMER.txt ---------------------------------------------------------------------- diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt new file mode 100644 index 0000000..132b1e0 --- /dev/null +++ b/DISCLAIMER.txt @@ -0,0 +1,7 @@ +Apache Ratis is an effort undergoing incubation at The Apache Software +Foundation (ASF), sponsored by the Apache Incubator PMC. 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-ratis/blob/88bb4473/ratis-assembly/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/ratis-assembly/src/main/assembly/src.xml b/ratis-assembly/src/main/assembly/src.xml index 6bedaba..e3830ed 100644 --- a/ratis-assembly/src/main/assembly/src.xml +++ b/ratis-assembly/src/main/assembly/src.xml @@ -99,6 +99,7 @@ <outputDirectory>.</outputDirectory> <includes> <include>BUILDING.md</include> + <include>DISCLAIMER.txt</include> <include>LICENSE.txt</include> <include>NOTICE.txt</include> <include>README.md</include>
