mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
Sort CC licenses in the same order as code licenses
This commit is contained in:
parent
02d12744c6
commit
7359aa4c2b
1 changed files with 3 additions and 3 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue