From aa89153cfee2bb4cee40ed002071247a6c35cc08 Mon Sep 17 00:00:00 2001 From: craigbox Date: Tue, 22 Nov 2016 13:26:49 +0000 Subject: [PATCH] Add license info to documentation docs - Add link to the CC BY SA license - Remove Google CLA, as we're now only using the LF CLA - Add "Foundation" to the "Linux CLA" --- docs/contribute/create-pull-request.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/contribute/create-pull-request.md b/docs/contribute/create-pull-request.md index e79fe22c96..7f42bfb125 100644 --- a/docs/contribute/create-pull-request.md +++ b/docs/contribute/create-pull-request.md @@ -14,10 +14,9 @@ repository. This page shows how to create a pull request. 1. Create a [GitHub account](https://github.com){: target="_blank"}. 1. Sign the -[Google Contributor License Agreement](https://cla.developers.google.com/about/google-individual){: target="_blank"}. +[Linux Foundation Contributor License Agreement](https://identity.linuxfoundation.org/projects/cncf){: target="_blank"}. -1. Sign the -[Linux Contributor License Agreement](https://identity.linuxfoundation.org/projects/cncf){: target="_blank"}. +Documentation will be published under the [CC BY SA 4.0](https://github.com/kubernetes/kubernetes.github.io/blob/master/LICENSE) license. {% endcapture %}