From 49ab484fc25c2ca1e4a0e9c2bba4f1491266ff82 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Thu, 6 Jul 2017 15:53:28 +0200 Subject: [PATCH] Switch license to AGPL v3 Mupdf requires this. --- LICENSE-AGPLv3 | 15 +++++++++++++++ LICENSE-MIT | 25 ------------------------- 2 files changed, 15 insertions(+), 25 deletions(-) create mode 100644 LICENSE-AGPLv3 delete mode 100644 LICENSE-MIT diff --git a/LICENSE-AGPLv3 b/LICENSE-AGPLv3 new file mode 100644 index 0000000..3babe58 --- /dev/null +++ b/LICENSE-AGPLv3 @@ -0,0 +1,15 @@ +Plato -- Document reader for the Kobo e-ink devices. +Copyright (C) 2017 Bastien Dejean. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +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 Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . diff --git a/LICENSE-MIT b/LICENSE-MIT deleted file mode 100644 index 5436a1f..0000000 --- a/LICENSE-MIT +++ /dev/null @@ -1,25 +0,0 @@ -Copyright (c) 2017 Bastien Dejean - -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. -- 2.51.2