Skip to content

Commit d5b6612

Browse files
committed
documentation for license notes
1 parent 731cd60 commit d5b6612

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,22 @@ Example:
140140
```text
141141
GOOD: * [A Way-backed Interesting Book](https://web.archive.org/web/20211016123456/http://example.com/) - John Doe (HTML) *(:card_file_box: archived)*
142142
```
143+
- <a id="license"></a>Free Licenses (While we include resources that are "All Rights Reserved" but free to read, we encourage the use of free Licenses, such as Creative Commons):
144+
145+
```text
146+
GOOD: * [A Very Awesome Book](https://example.org/book.pdf) - Jane Roe (PDF) (CC BY-SA)
147+
```
148+
149+
Supported Licences (no versioning):
150+
151+
- `CC BY` 'Creative Commons attribution'
152+
- `CC BY-NC` 'Creative Commons non-commercial'
153+
- `CC BY-SA` 'Creative Commons share-alike'
154+
- `CC BY-NC-SA` 'Creative Commons non-commercial, share-alike'
155+
- `CC BY-ND` 'Creative Commons no-derivatives'
156+
- `CC BY-NC-ND` 'Creative Commons non-commercial, no-derivatives'
157+
- `GFDL` 'Gnu Free Documentation License'
158+
143159
144160
### Alphabetical order
145161

0 commit comments

Comments
 (0)