diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..401984d --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2017 Ilya Gruzhevski (https://github.com/ilyagru) + +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: + +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. diff --git a/README.md b/README.md index acfc49e..b201868 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ A Desktop game built with [Electron-vue](https://github.com/SimulatedGREG/electr ![Screenshot](/Screenshot.png?raw=true "Screenshot") -[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT) -[![](https://img.shields.io/badge/Contributions-Welcome-brightgreen.svg)]() +[![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg)](https://github.com/ilyagru/Space-Snake/blob/master/LICENSE) +[![](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)]() [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) [![](https://img.shields.io/badge/tests-not%20tested-red.svg)]() [![](https://img.shields.io/badge/platform-macOS%20%7C%20Windows%20%7C%20Linux-blue.svg)]() @@ -59,3 +59,7 @@ TODO: - [x] UI/UX - [x] Clean code - [x] Downloadable bundles + +## License + +[MIT](https://github.com/ilyagru/Space-Snake/blob/master/LICENSE)