diff --git a/_includes/footer.html b/_includes/footer.html index 232421ab4fc..83bff10487f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -14,6 +14,13 @@ terms • privacy
++ Except as otherwise noted, + this work is licensed under a + Creative + Commons Attribution 4.0 International License, + and code samples are licensed under the BSD License. +
diff --git a/_sass/_base.scss b/_sass/_base.scss index e93ecde81d7..3b3e8eded94 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -207,3 +207,11 @@ pre { .terms { font-size: 14px; } + +/** + * The licenses used for the content. + */ +.licenses { + font-size: 10px; + width: 66%; +}