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