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:
David B. Kinder
2018-03-14 12:23:22 -07:00
committed by Jack Ren
parent 4ecb849a71
commit c8d2cdccda
4 changed files with 17 additions and 1 deletions

View File

@@ -35,6 +35,11 @@ span.caption-number::after {
content: ": ";
}
p.extrafooter {
text-align: right;
margin-top: -36px;
}
table.align-center {
display: table !important;
}