Updated Code contribution rules (markdown)

theHallwayThatBringMePassion 2024-02-09 01:41:44 +08:00
parent 7c844ea2a7
commit 0109718d9a

@ -31,7 +31,7 @@ It's important for everyone, be it contributors or reviewers, to have a clear co
# which license of code is safe to use
- MIT: It's safe to copy MIT license, as long as you keep original copyright info.
- MPL: It's safe to copy MPL license, as long as you follow Mozilla's agreement.
- GNU: This project is under GPL which means it's safe to use GPL code here as long as you open source your the distro under GPL license.
- GNU (GPL 2/3 / AGPL): This project is under GPL which means it's safe to use GPL code here as long as you open source your the distro under GPL license.
- The Unlicensed: safe to use.
- BSD: safe to use.
- WTFPL: Safe to use.