layouts/partials/footer.html (14 lines of code) (raw):
<footer id="footer">
<div class="copyright">
<p>
Copyright © {{ now.Year }} The Apache Software Foundation, Licensed under
the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
<br />
Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
<br />
This website is generated from the
<a href="https://github.com/apache/comdev-events-site">comdev-events-site</a>
repository.
</p>
</div>
</footer>