You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2014/03/14 18:56:24 UTC

git commit: [#7274] Add Apache Allura trademark and copyright info

Repository: incubator-allura
Updated Branches:
  refs/heads/cj/7274 [created] 86cd00495


[#7274] Add Apache Allura trademark and copyright info

Signed-off-by: Cory Johns <cj...@slashdotmedia.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/86cd0049
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/86cd0049
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/86cd0049

Branch: refs/heads/cj/7274
Commit: 86cd004959e67514497bf63c6a7f1f34fbd35e86
Parents: abfcaa6
Author: Cory Johns <cj...@slashdotmedia.com>
Authored: Fri Mar 14 17:56:07 2014 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Fri Mar 14 17:56:07 2014 +0000

----------------------------------------------------------------------
 Allura/allura/templates/jinja_master/theme_macros.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/86cd0049/Allura/allura/templates/jinja_master/theme_macros.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/theme_macros.html b/Allura/allura/templates/jinja_master/theme_macros.html
index c93d408..8f4caea 100644
--- a/Allura/allura/templates/jinja_master/theme_macros.html
+++ b/Allura/allura/templates/jinja_master/theme_macros.html
@@ -36,7 +36,12 @@
 {%- macro footer(year, path_to_static='') %}
 <footer id="site-footer">
   <nav>
-      This project is powered by <a href="https://forge-allura.apache.org/p/allura/">Allura</a>.
+      <p>This project is powered by <a href="https://forge-allura.apache.org/p/allura/">Apache Allura</a>.</p>
+      <p>
+      Copyright &copy; 2014 The Apache Software Foundation, Licensed under the
+      <a style="color: #069;" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+      Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+      </p>
   </nav>
 </footer>
 {%- endmacro %}