diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-04-09 12:46:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-09 12:46:45 -0700 |
| commit | 2c773e5dd1620d671bd625fd26149b00a93e86d1 (patch) | |
| tree | 4c09261ce8e0794a883ee75db9ae50833b7421b1 | |
| parent | 9e0e962790ba7f39cd0f688eddcb234a5be9a34f (diff) | |
| parent | 3edd86c1e10ecf179e07f9420b4ec28ba8f943d8 (diff) | |
Merge pull request #3511 from swinslow/donated-repos-copyright
Add details about copyright notices and donated repos
| -rw-r--r-- | github-management/kubernetes-repositories.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/github-management/kubernetes-repositories.md b/github-management/kubernetes-repositories.md index 22133bc9..bc3e7acd 100644 --- a/github-management/kubernetes-repositories.md +++ b/github-management/kubernetes-repositories.md @@ -98,6 +98,13 @@ the developers who could not be reached [@caniszczyk](https://github.com/caniszczyk) for review of third party deps * Boilerplate text across all files should attribute copyright as follows: `"Copyright <Project Authors>"` if no CLA was in place prior to donation + * Additions of [the standard Kubernetes header](https://git.k8s.io/kubernetes/hack/boilerplate/boilerplate.go.txt) + to code created by the contributors can occur post-transfer, but should + ideally occur shortly thereafter. + +Note that copyright notices should only be modified or removed by the people or +organizations named in the notice. See [the FAQ below](#faq) for more information +regarding copyrights and copyright notices. ## Core Repositories @@ -220,6 +227,20 @@ associated projects. Many things seem vague. Help!** True, we need to improve these things. For now, do the best you can to conform to the spirit of the proposal (e.g. post the code of conduct, etc) +**When I donate my project, am I transferring my copyrights?** + +No. All contributors retain ownership of their copyrights in the code they donate. +Instead, they are granting a license to the project (that's the 'L' in 'CLA'). + +For consistency and efficiency in complying with notice requirements, code that is +donated to a Kubernetes repo should use [the standard header](https://git.k8s.io/kubernetes/hack/boilerplate/boilerplate.go.txt) +referencing "The Kubernetes Authors". That doesn't mean you are transferring your +copyright. Instead, it's a general reference to the fact that the copyrights remain +owned by the authors of Kubernetes. + +Note that you should _never_ modify or remove a third party's copyright notice if +you are not authorized by them to do so. + [GitHub's archive feature]: https://help.github.com/articles/archiving-a-github-repository/ [kubernetes-retired]: https://github.com/kubernetes-retired |
