Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/docs/_templates/footer.html
2023-03-06 14:48:14 +01:00

15 lines
397 B
HTML

{% extends "!footer.html" %}
{% block extrafooter %}
<!-- Empty para to force a blank line after "Built with Sphinx ..." -->
<p></p>
<p>This documentation is for QEMU version {{ version }}.</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 %}