Skip to content

Commit c8d2cdc

Browse files
dbkinderjren1
authored andcommitted
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>
1 parent 4ecb849 commit c8d2cdc

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

doc/LICENSE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ARCN Project Documentation is under a Creative Commons Attribution 4.0
2+
International License (CC BY 4.0). For details, see
3+
https://creativecommons.org/licenses/by/4.0/.

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ doxy: pullsource
3333
$(Q)(cat acrn.doxyfile) | doxygen - 2>&1
3434

3535
html: doxy
36-
$(Q)$(SPHINXBUILD) -b html "$(SOURCEDIR)" "$(BUILDDIR)" "$(SPHINXOPTS)" $(O) > doc.log 2>&1
36+
$(Q)$(SPHINXBUILD) -b html -d $(BUILDDIR)/doctrees $(SOURCEDIR) $(BUILDDIR)/html $(SPHINXOPTS) $(O) > doc.log 2>&1
3737
$(Q)./scripts/filter-doc-log.sh doc.log
3838

3939

doc/_templates/footer.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{% extends "!footer.html" %}
2+
{% block extrafooter %}
3+
<p class="extrafooter">Documentation licensed under <a rel="license"
4+
href="http://creativecommons.org/licenses/by/4.0/">(CC BY 4.0) <img
5+
alt="Creative Commons License" style="border-width:0"
6+
src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a></p>
7+
{{ super() }}
8+
{% endblock %}

doc/static/acrn-custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ span.caption-number::after {
3535
content: ": ";
3636
}
3737

38+
p.extrafooter {
39+
text-align: right;
40+
margin-top: -36px;
41+
}
42+
3843
table.align-center {
3944
display: table !important;
4045
}

0 commit comments

Comments
 (0)