From e7eac2b0b49b7794062d105968efffea7b4e7295 Mon Sep 17 00:00:00 2001 From: sheychen Date: Tue, 15 Nov 2016 10:15:29 +0100 Subject: [PATCH] Change to GPL+ and Add Changelog --- Changelog.md | 13 +++++++++++++ License.md | 18 ++++++++++++------ Readme.md | 6 +++++- 3 files changed, 30 insertions(+), 7 deletions(-) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..06b39cf --- /dev/null +++ b/Changelog.md @@ -0,0 +1,13 @@ +# Change Log + + +## 1.1.0 Release - Soon + + - Complete Network rework + - Parties as Chat Channels + - ... + + +## 1.0.0 Release - 10/10/2016 + + - Initial Release \ No newline at end of file diff --git a/License.md b/License.md index 082da8c..ef3193f 100644 --- a/License.md +++ b/License.md @@ -1,9 +1,15 @@ -The MIT License (MIT) +Copyright (c) 2016, Clement Bois -Copyright (c) 2016 Sheychen +Copyright © 2016 Clement Bois +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +any later version. -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +You should have received a copy of the GNU General Public License +along with this program. If not, see \ No newline at end of file diff --git a/Readme.md b/Readme.md index 611f428..ddb3e61 100644 --- a/Readme.md +++ b/Readme.md @@ -5,8 +5,12 @@ GCC is a cross plateforme C# minimal RTS. ### Prerequisities * .NET/[Mono](https://github.com/mono/mono) + +For GUI +``` * OpenGL * [OpenAL](https://www.openal.org/) => :warning: Not included in Windows :warning: +``` ### Installing @@ -47,4 +51,4 @@ See also the list of [contributors](https://github.com/sheychen290/Galactic_Colo ## License -This project is licensed under the MIT License - see the [License.md](License.md) file for details \ No newline at end of file +This software comes under the terms of the GPLv3+. Previously under MIT license. See the [License.md](License.md) file for the complete text of the license. \ No newline at end of file