This is an automated email from the ASF dual-hosted git repository.
nickpan47 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git
The following commit(s) were added to refs/heads/master by this push:
new 34e3102fc fix: Add required ASF policy links to footer (#1719)
34e3102fc is described below
commit 34e3102fc3e0403768fe00a1b84d5c0304c4c056
Author: Rich Bowen <[email protected]>
AuthorDate: Wed Aug 19 21:23:27 2026 -0400
fix: Add required ASF policy links to footer (#1719)
The Samza website is failing 8 of 9 ASF website policy checks
(https://whimsy.apache.org/site/):
- Foundation link (missing)
- Events (missing)
- License (missing)
- Thanks (missing)
- Security (missing)
- Sponsorship (missing)
- Trademarks (missing)
- Privacy (missing)
This adds trademark attribution and the standard ASF policy links
to the Jekyll footer template.
See: https://www.apache.org/foundation/marks/pmcs
Checker: https://whimsy.apache.org/site/
---
docs/_includes/footer.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 41e87c7d1..006f5fed6 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -51,6 +51,16 @@
<p>
<script>document.write(new Date().getFullYear());</script> ©
samza.apache.org</p>
+ <p>Apache Samza, Samza, Apache, the Apache logo, and the Apache Samza
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>
</div>
</div>