diff --git a/LICENSE.md b/LICENSE.md index 15a9a00db..7eec7f723 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,9 +1,9 @@ -The MIT License (MIT) +== GPL License -Copyright © 2021 +Copyright (C) 2021 [Carlos Valente @ light-dev] -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 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 (at your option) any later version. -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +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 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/. diff --git a/README.md b/README.md index 35ec677ab..1a2d8504f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) - +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green.svg)](https://www.gnu.org/licenses/gpl-3.0) # License -This project is licensed under the terms of the MIT license \ No newline at end of file +This project is licensed under the terms of the GNU GPL v3 \ No newline at end of file diff --git a/package.json b/package.json deleted file mode 100644 index 9b55ba88f..000000000 --- a/package.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "dependencies": {}, - "devDependencies": {} -} diff --git a/server/package.json b/server/package.json index 59587fd3d..4ff70f2e4 100644 --- a/server/package.json +++ b/server/package.json @@ -5,7 +5,7 @@ "description": "Time keeping for live events", "repository": "https://github.com/cpvalente/ontime", "keywords": [ "lighdev", "ontime", "timer" ], - "license": "MIT", + "license": "lgpl-3.0", "main": "main.js", "devDependencies": { "concurrently": "^6.1.0",