13 lines
504 B
HTML
13 lines
504 B
HTML
|
|
<footer>
|
||
|
|
<hr/>
|
||
|
|
<div role="contentinfo">
|
||
|
|
<p> A Linux Foundation Collaborative Project.
|
||
|
|
<br> All Rights Reserved. Linux Foundation® and Yocto Project® are registered trademarks of the Linux Foundation.
|
||
|
|
<br>Linux® is a registered trademark of Linus Torvalds.
|
||
|
|
<br>© 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>
|
||
|
|
|