diff --git a/content/getting-started/licensing.md b/content/getting-started/licensing.md index 3fa5e7e..ecf0f8b 100644 --- a/content/getting-started/licensing.md +++ b/content/getting-started/licensing.md @@ -42,10 +42,10 @@ Please do not use custom licenses, [they are usually a bad idea](https://en.wiki ## Non-code Licensing -For documentation, writing and other non-code assets a [Creative Commons (CC)](https://creativecommons.org/about/cclicenses/) license can be used, but note that only the following CC licenses are considered free: +For documentation, writing and other non-code assets a [Creative Commons (CC)](https://creativecommons.org/about/cclicenses/) license can be used, but note that only the following CC licenses are considered free (again sorted from protective to unconditional): -* [CC0](https://creativecommons.org/publicdomain/zero/1.0/) -* [CC-BY](https://creativecommons.org/licenses/by/4.0/) * [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/) +* [CC-BY](https://creativecommons.org/licenses/by/4.0/) +* [CC0](https://creativecommons.org/publicdomain/zero/1.0/) Like CC themselves, Codeberg **recommends against** using a [CC license on code](https://creativecommons.org/faq/#can-i-apply-a-creative-commons-license-to-software).