xref: /qemu/docs/_templates/footer.html (revision bbf15aaf7c7506c88062288b3ae122b882f65e69)
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 <p>This documentation is for QEMU version {{ version }}.</p>
8 
9 {% trans path=pathto('about/license') %}
10 <p><a href="{{ path }}">QEMU and this manual are released under the
11 GNU General Public License, version 2.</a></p>
12 {% endtrans %}
13 {{ super() }}
14 {% endblock %}
15