Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions template/document.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,19 @@
<div class="row">
<hr>
<footer>
<p>Copyright &copy; 2011-2025 The Apache Software Foundation,
Licensed under the Apache License, Version 2.0.</p>

<p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
<p>Copyright &copy; 2011-2026 The Apache Software Foundation,
Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.</p>
<p>Apache DeltaSpike, DeltaSpike, Apache, the Apache logo, and the Apache DeltaSpike 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>
</div>
</div>
Expand Down
Loading