From c1f751967c2bd8ff74ea6bba0a0faa36a6d7e783 Mon Sep 17 00:00:00 2001 From: Celeste Horgan Date: Tue, 22 Jun 2021 11:59:57 -0700 Subject: [PATCH] correct license spelling Signed-off-by: Celeste Horgan --- howto/repo-setup.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/howto/repo-setup.md b/howto/repo-setup.md index 6d2740b..5128101 100644 --- a/howto/repo-setup.md +++ b/howto/repo-setup.md @@ -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: