@@ -47,6 +47,21 @@ code in.
47
47
It is easier to start new code in a Kubernetes organization than it is to
48
48
transfer in existing code.
49
49
50
+ ## Licensing Guidance
51
+
52
+ Section 11 of the [ CNCF Charter] provides guidance on how to license code and
53
+ documentation owned by the CNCF projects. However, it doesn't explicitly cover
54
+ situations where a repo may have mixed content (such as repos that contain both
55
+ code and documentation living alongside each other).
56
+
57
+ For clarity, here is the guidance for Kubernetes GitHub organizations:
58
+ - If a repo contains only code, it should be licensed under the
59
+ [ Apache License, Version 2.0] .
60
+ - If a repo contains only documentation, it should be licensed under the
61
+ [ Creative Commons Attribution 4.0 International License] .
62
+ - If a repo contains both code and documentation, it should be licensed under
63
+ the [ Apache License, Version 2.0] .
64
+
50
65
## Team Guidance
51
66
52
67
### Nomenclature
@@ -230,3 +245,6 @@ https://help.github.com/articles/archiving-a-github-repository/
230
245
[ kubernetes-template-project ] : https://github.com/kubernetes/kubernetes-template-project
231
246
[ SIG Repository ] : /github-management/kubernetes-repositories.md##sig-repositories
232
247
[ template repo ] : https://help.github.com/en/articles/creating-a-repository-from-a-template
248
+ [ CNCF Charter ] : https://github.com/cncf/foundation/blob/main/charter.md
249
+ [ Apache License, Version 2.0 ] : https://www.apache.org/licenses/LICENSE-2.0
250
+ [ Creative Commons Attribution 4.0 International License ] : https://creativecommons.org/licenses/by/4.0/
0 commit comments