1
0
Fork 0

Change to GPL+ and Add Changelog

master
sheychen 2016-11-15 10:15:29 +01:00
parent 4f52481439
commit e7eac2b0b4
3 changed files with 30 additions and 7 deletions

13
Changelog.md Normal file
View File

@ -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

View File

@ -1,9 +1,15 @@
The MIT License (MIT)
Copyright (c) 2016, Clement Bois
Copyright (c) 2016 Sheychen
Copyright © 2016 Clement Bois <contact@sheychen.shost.ca>
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>

View File

@ -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
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.