Remove "incubating" boilerplate
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/985b3903 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/985b3903 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/985b3903 Branch: refs/heads/master Commit: 985b39036f76931953ddd3dad40405b73e2cf4bd Parents: 091314e Author: Richard Downer <[email protected]> Authored: Mon Nov 23 22:37:28 2015 +0000 Committer: Richard Downer <[email protected]> Committed: Mon Nov 23 22:37:28 2015 +0000 ---------------------------------------------------------------------- docs/_includes/footer.html | 6 +----- docs/_layouts/website-landing.html | 7 ------- 2 files changed, 1 insertion(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/985b3903/docs/_includes/footer.html ---------------------------------------------------------------------- diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index a821b5e..316fe5a 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -2,11 +2,7 @@ <div class="container"> <div class="row"> <div class="col-md-10 text-muted"> - Apache Brooklyn is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache - License v2.0</a>. - <br /> - Apache Brooklyn is currently undergoing Incubation at The Apache Software - Foundation. + Apache Brooklyn is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>. </div> <div class="col-md-2"> <a class="btn btn-sm btn-default" href="https://github.com/apache/incubator-brooklyn/edit/master/docs/{{ page.path }}">Edit This Page</a> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/985b3903/docs/_layouts/website-landing.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/website-landing.html b/docs/_layouts/website-landing.html index 7c1bb8b..7d2a6e4 100644 --- a/docs/_layouts/website-landing.html +++ b/docs/_layouts/website-landing.html @@ -27,16 +27,9 @@ layout: website-base <div class="container"> <div class="row"> <div class="col-md-9 text-muted"> - Apache Brooklyn 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. - <p> Apache Brooklyn is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>. </div> <div class="col-md-3"> - <p><img src="https://incubator.apache.org/images/egg-logo.png" alt="Apache Incubator" /></p> <p> <a class="btn btn-sm btn-default" href="https://github.com/apache/incubator-brooklyn/edit/master/docs/{{ page.path }}">Edit This Page</a> <a href="{{ site.url_root }}{{ site.path.website }}/community/how-to-contribute-docs.html"
