From c1d4c768de761cd5a4cdb4929ea24ab4aa2f154e Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Wed, 17 Feb 2016 14:12:58 -0500 Subject: [PATCH] CONTRIBUTING.md - Added a paragraph on licensing - Trivial edits --- CONTRIBUTING.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba9e218..ee064de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,17 @@ Contributing ============ If you would like to contribute cheetsheets or program functionality, please -fork this repository, make your changes, and send me a pull request. +fork this repository, make your changes, and submit a pull request. -Python code show follow the standards laid out by [PEP 8][]. +Python code should conform to [PEP 8][]. +Licensing +--------- +By contributing to the project, you agree to license your work under the same +licenses as `cheat` itself. `cheat` is currently dual-licensed under the GPL3 +and MIT licenses, though that could change without notice in the future. + +`cheat`, however, will always remain free software (as in both "free as in +freedom" and "free as in beer") and shall always be licensed accordingly. [PEP 8]: http://legacy.python.org/dev/peps/pep-0008/