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