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.
This commit is contained in:
parent
01935a77ad
commit
e9591bb3ee
|
@ -24,6 +24,6 @@
|
|||
<a href="https://github.com/kubernetes/kubernetes" class="button">Contribute to the K8s codebase</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="miceType" class="center">© {{ 'now' | date: "%Y" }} Kubernetes</div>
|
||||
<div id="miceType" class="center">© {{ 'now' | date: "%Y" }} The Kubernetes Authors | Distributed under <a href="https://github.com/kubernetes/kubernetes.github.io/blob/master/LICENSE" class="light-text">CC BY 4.0</a></div>
|
||||
</main>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in New Issue