site/_includes/footer.html (19 lines of code) (raw):

<footer role="contentinfo"> <div id="poweredby"> <a href="http://www.apache.org/"> <span class="sr-only">Apache</span> <img src="{{ site.baseurl }}/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> <p>The contents of this website are &copy;&nbsp;{{ site.time | date: '%Y' }} <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation. </p> <p> <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a> </p> </div> </footer>