From a7dc86001c892d0e2af9d6d3a95c6869fd9acf75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Sat, 27 Jan 2018 00:47:06 +0000 Subject: [PATCH] Add note about the MIT License in CONTRIBUTING.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- CONTRIBUTING.rst | 5 +++++ LICENSE.rst => LICENSE | 0 2 files changed, 5 insertions(+) rename LICENSE.rst => LICENSE (100%) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f3c7b73d..209967df 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 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. 2. Checkout the ``develop`` branch. diff --git a/LICENSE.rst b/LICENSE similarity index 100% rename from LICENSE.rst rename to LICENSE