footer.html 504 B

123456789101112
  1. <footer>
  2. <hr/>
  3. <div role="contentinfo">
  4. <p> A Linux Foundation Collaborative Project.
  5. <br> All Rights Reserved. Linux Foundation&reg; and Yocto Project&reg; are registered trademarks of the Linux Foundation.
  6. <br>Linux&reg; is a registered trademark of Linus Torvalds.
  7. <br>&copy; Copyright {{ copyright }}
  8. <br>Last updated on {{ last_updated }} from the <a href="https://git.yoctoproject.org/yocto-docs/">yocto-docs</a> git repository.
  9. </p>
  10. </div>
  11. </footer>