***** About ***** Versioning ========== Following versioning strategy is used [1]_: :code:`..` Major - Major version is a definite release of the product. It increased when there are significant changes in functionality. Minor - Minor version is incremented when only new features or major bug fixes have been added. Upgrade/Patch - Upgrade refers to the replacement of a product with a newer version of product.It is incremented only when upgrade is provided on designated major release.Patch version starts with 0 and incremented only when bug has been resolved. License ======= MORe is licensed under the GNU General Public License Version 2 (`GPL-2.0`_). In short: You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions [2]_. The full license text is: .. literalinclude:: ../LICENSE .. _GPL-2.0: https://www.gnu.org/licenses/old-licenses/gpl-2.0.de.html .. [1] According to http://softwareengineering.stackexchange.com/a/77207 .. [2] https://www.tldrlegal.com/l/gpl2