mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-01 08:56:55 +00:00
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>
This commit is contained in:
committed by
Jack Ren
parent
4ecb849a71
commit
c8d2cdccda
8
doc/_templates/footer.html
vendored
Normal file
8
doc/_templates/footer.html
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user