From e9591bb3ee92df5deb8ef485722adb786874986a Mon Sep 17 00:00:00 2001 From: craigbox Date: Tue, 22 Nov 2016 13:22:38 +0000 Subject: [PATCH] Add license to footer - Change "Kubernetes", which is not a thing you can assign copyright to, to "The Kubernetes Authors", in line with comments in source files. This may or may not be more appropriate to assign copyright to CNCF. - Add link to LICENSE with CC BY SA text, which will only be true when #1763 is merged. - I don't think you'll like the CSS, but without the 'light-text' tag you get a blue/purple link. --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index e7fa36d26a..5e724f710c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -24,6 +24,6 @@ Contribute to the K8s codebase -
© {{ 'now' | date: "%Y" }} Kubernetes
+
© {{ 'now' | date: "%Y" }} The Kubernetes Authors | Distributed under CC BY 4.0