content/_includes/footer.html (12 lines of code) (raw):

<footer class="footer"> <div class="container"> <div class="row"> <div class="span3"> <!-- nothing in here on purpose --> </div> <div class="span9"> <p>Copyright © 2009&ndash;{{ date | date: '%Y' }} <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <br>Apache PDFBox, PDFBox, Apache, the Apache feather logo and the Apache PDFBox project logos are trademarks of The Apache Software Foundation.</p> </div> </div> </div> </footer>