docs: Add license note to the HTML page footer
[qemu.git] / docs / _templates / footer.html
blob4c15e17d2a8143d73af66cd990f49fc55408bffc
1 {% extends "!footer.html" %}
2 {% block extrafooter %}
4 <!-- Empty para to force a blank line after "Built with Sphinx ..." -->
5 <p></p>
7 {% trans path=pathto('about/license') %}
8 <p><a href="{{ path }}">QEMU and this manual are released under the
9 GNU General Public License, version 2.</a></p>
10 {% endtrans %}
11 {{ super() }}
12 {% endblock %}