footer.html 397 B

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