From b6dc6209087178e3f8f28f62bf58125737aeaea5 Mon Sep 17 00:00:00 2001 From: Vincent A Date: Sun, 17 Mar 2019 14:49:21 +0100 Subject: [PATCH] [lucca] relicense to LGPL --- modules/lucca/__init__.py | 6 +++--- modules/lucca/browser.py | 6 +++--- modules/lucca/module.py | 8 ++++---- modules/lucca/pages.py | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/modules/lucca/__init__.py b/modules/lucca/__init__.py index 980a6e7625..40e880ddb6 100644 --- a/modules/lucca/__init__.py +++ b/modules/lucca/__init__.py @@ -5,16 +5,16 @@ # This file is part of a weboob module. # # This weboob module is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by +# it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This weboob module 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. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU Lesser General Public License # along with this weboob module. If not, see . from __future__ import unicode_literals diff --git a/modules/lucca/browser.py b/modules/lucca/browser.py index 1540725be7..2792bc4061 100644 --- a/modules/lucca/browser.py +++ b/modules/lucca/browser.py @@ -5,16 +5,16 @@ # This file is part of a weboob module. # # This weboob module is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by +# it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This weboob module 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. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU Lesser General Public License # along with this weboob module. If not, see . from __future__ import unicode_literals diff --git a/modules/lucca/module.py b/modules/lucca/module.py index 3e137ed45e..e921abbe19 100644 --- a/modules/lucca/module.py +++ b/modules/lucca/module.py @@ -5,16 +5,16 @@ # This file is part of a weboob module. # # This weboob module is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by +# it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This weboob module 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. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU Lesser General Public License # along with this weboob module. If not, see . from __future__ import unicode_literals @@ -40,7 +40,7 @@ class LuccaModule(Module, CapDocument, CapCalendarEvent): DESCRIPTION = 'Lucca RH' MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' - LICENSE = 'AGPLv3+' + LICENSE = 'LGPLv3+' VERSION = '1.6' BROWSER = LuccaBrowser diff --git a/modules/lucca/pages.py b/modules/lucca/pages.py index 21df730a5e..749ec6ab5c 100644 --- a/modules/lucca/pages.py +++ b/modules/lucca/pages.py @@ -5,16 +5,16 @@ # This file is part of a weboob module. # # This weboob module is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by +# it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This weboob module 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. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU Lesser General Public License # along with this weboob module. If not, see . from __future__ import unicode_literals -- GitLab