Add note about the MIT License in CONTRIBUTING.rst

Also, LICENSE.rst doesn't have any special formatting now, so it has
been renamed to LICENSE.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2018-01-27 00:47:06 +00:00
parent c071586ae5
commit a7dc86001c
2 changed files with 5 additions and 0 deletions

View File

@@ -58,6 +58,11 @@ If you are going to work on a specific issue that involves a lot of work, it is
always a good idea to leave a message, just in case someone else is interested always a good idea to leave a message, just in case someone else is interested
but doesn't know that there's someone working on it. but doesn't know that there's someone working on it.
Note that you must contribute all your changes under the MIT License. If you are
just modifying a file, you don't need to do anything (maybe update the copyright
years). If you are adding new files, you need to use the correct header with the
copyright and the reference to the MIT License.
1. Fork this repository. 1. Fork this repository.
2. Checkout the ``develop`` branch. 2. Checkout the ``develop`` branch.