From c71ea59cc488c8c0196651b2e33334e77e66c0b8 Mon Sep 17 00:00:00 2001
From: Seth Ladd
Date: Sat, 10 Oct 2015 08:02:15 -0700
Subject: [PATCH 1/2] Mention the licenses for the contents of the site
---
_includes/footer.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/_includes/footer.html b/_includes/footer.html
index 232421ab4f..83bff10487 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.
+
From c5eb3109402614865dac8d116bc74ac217e7c4dd Mon Sep 17 00:00:00 2001
From: Seth Ladd
Date: Sat, 10 Oct 2015 08:05:06 -0700
Subject: [PATCH 2/2] Add the style for the license
---
_sass/_base.scss | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/_sass/_base.scss b/_sass/_base.scss
index e93ecde81d..3b3e8eded9 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%;
+}