layouts/partials/disclaimer.html (16 lines of code) (raw):

<div class="row"> <div class="large-12 columns footer"> <a href="https://www.apache.org"> <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/asf_logo.png" width="200" style="margin:0px 10px" /> </a> <a href="https://www.apache.org/events/current-event.html"> <img src="https://www.apache.org/events/current-event-234x60.png" style="margin:0px 10px" /> </a> <div id="copyright"> <p>Copyright &#169; {{ now.Year }} The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.<br/>Apache, the Apache feather logo, NiFi, Apache NiFi and the project logo are trademarks of The Apache Software Foundation.</p> </div> </div> </div>