This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-antora-ui.git
The following commit(s) were added to refs/heads/master by this push:
new c769f96 fix: Add required ASF policy links to footer
c769f96 is described below
commit c769f96521b90a02f575fc7b672e8ed9b365c76a
Author: Rich Bowen <[email protected]>
AuthorDate: Sun May 10 12:54:00 2026 -0400
fix: Add required ASF policy links to footer
The Aries website is failing all 9 ASF website policy checks
(https://whimsy.apache.org/site/):
- Foundation link
- Events
- License
- Security
- Sponsorship
- Thanks
- Privacy
- Trademark attribution
- Copyright notice
This replaces the minimal footer with a full ASF-compliant version
including copyright, trademark statement, and all required policy links.
See: https://www.apache.org/foundation/marks/pmcs
Checker: https://whimsy.apache.org/site/
---
src/partials/footer-content.hbs | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/src/partials/footer-content.hbs b/src/partials/footer-content.hbs
index 59ad4d6..b9eea07 100644
--- a/src/partials/footer-content.hbs
+++ b/src/partials/footer-content.hbs
@@ -1,3 +1,16 @@
<footer class="footer">
- <p>Content licensed under AL2. UI licensed under MPL-2.0 with extensions
licensed under AL2</p>
+ <p>Copyright © 2026 The Apache Software Foundation, licensed under the
+ <a href="https://www.apache.org/licenses/">Apache License, Version
2.0</a>.<br>
+ Apache Aries, Aries, Apache, the Apache feather logo, and the Apache Aries
project logo are either
+ registered trademarks or trademarks of The Apache Software Foundation in
the United States and other countries.
+ </p>
+ <p>
+ <a href="https://www.apache.org/">Foundation</a> |
+ <a href="https://www.apache.org/events/current-event.html">Events</a> |
+ <a href="https://www.apache.org/licenses/">License</a> |
+ <a href="https://www.apache.org/security/">Security</a> |
+ <a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
+ <a href="https://www.apache.org/foundation/thanks.html">Thanks</a> |
+ <a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a>
+ </p>
</footer>