This is an automated email from the ASF dual-hosted git repository. yifeizhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-marvin-website.git
commit d7e1be37e820147d6d0642dec13fc8888a602f0f Author: Luciano Resende <lrese...@apache.org> AuthorDate: Sun Nov 29 08:31:26 2015 -0800 Add Copyright and TM statements to the website --- _includes/themes/apache/footer.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_includes/themes/apache/footer.html b/_includes/themes/apache/footer.html index 2d1379c..17c6b8a 100644 --- a/_includes/themes/apache/footer.html +++ b/_includes/themes/apache/footer.html @@ -6,6 +6,14 @@ {% if site.data.project.podling %} {{ site.data.project.name }} is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the 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 compl [...] {% endif %} + <div style="text-align:center"> + <br><br> + Copyright © 2015 The Apache Software Foundation + <br> + Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. + <br> + Apache, the Apache feather logo{% if site.data.project.podling %}, and the Apache Incubator project logo{% endif %} are trademarks of The Apache Software Foundation. + </div> </div> </div>