aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 59f6696..50d5664 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,3 +2,7 @@
* Don't use any non-standard-library libraries
* Keep everything in the args namespace
* Keep it simple and fast
+* Your changes may be licensed how you wish as long as the project itself can
+ remain MIT-licensed (essentially meaning your license for your changes must be
+ either compatible with the MIT license or you must dual-license and the code
+ put in here must be compatible with the MIT)