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