mirror of https://github.com/cncf/techdocs.git
Merge pull request #20 from celestehorgan/add-docs-howtos
correct license spelling
This commit is contained in:
commit
2e9ff3a9ff
|
|
@ -14,15 +14,14 @@ For more information:
|
|||
|
||||
CLA/DCO should be set up for a project as a part of their project onboarding.
|
||||
|
||||
## Licence files
|
||||
## License files
|
||||
|
||||
Unless otherwise specified, documentation for CNCF projects is licenced under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). Code is licenced under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
||||
Unless otherwise specified, documentation for CNCF projects is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). Code is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
||||
|
||||
Most CNCF documentation repositories are a mix of code (website code) and documentation itself, so they need two licence files.
|
||||
Most CNCF documentation repositories are a mix of code (website code) and documentation itself, so they need two license files.
|
||||
|
||||
For documentation this means you must:
|
||||
|
||||
|
||||
1. Add copyright notices for both the code and the docs to the repository's `README` and the website's footer
|
||||
|
||||
For the repository:
|
||||
|
|
|
|||
Loading…
Reference in New Issue