Files
acrn-hypervisor/doc/_templates/footer.html
David B. Kinder c8d2cdccda doc: update project documentation LICENSE
Per Project ACRN governance, documentation is under a Creative Commons
Attribution 4.0 International License (CC BY 4.0).  This patch updates
this information, and adds a tagline to documentation mentioning this
license.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-05-15 17:19:35 +08:00

9 lines
359 B
HTML

{% extends "!footer.html" %}
{% block extrafooter %}
<p class="extrafooter">Documentation licensed under <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">(CC BY 4.0) <img
alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a></p>
{{ super() }}
{% endblock %}