aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2017-10-16 13:49:43 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2017-10-16 13:49:43 -0600
commit56fdf7e13253b90d53102da6d338c82565914f6d (patch)
tree6d7ee2ce6ff36adb0a77bbf17d96ab2cf8ed0987 /CONTRIBUTING.md
parentadd a few test cases and bump version (diff)
downloadargs.hxx-56fdf7e13253b90d53102da6d338c82565914f6d.tar.xz
update contributing, add Pavel Belikov to copyright lines
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)