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