From 745cf5068467857bf16f54eab17d7a492d49ecea Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sun, 24 Feb 2019 20:30:33 +0100 Subject: [PATCH] themisbanque: change license to LGPL --- modules/themisbanque/__init__.py | 14 +++++++------- modules/themisbanque/browser.py | 14 +++++++------- modules/themisbanque/module.py | 18 +++++++++--------- modules/themisbanque/pages.py | 14 +++++++------- modules/themisbanque/test.py | 14 +++++++------- 5 files changed, 37 insertions(+), 37 deletions(-) diff --git a/modules/themisbanque/__init__.py b/modules/themisbanque/__init__.py index cc6105dd56..a07a1c71f6 100644 --- a/modules/themisbanque/__init__.py +++ b/modules/themisbanque/__init__.py @@ -2,20 +2,20 @@ # Copyright(C) 2015 Romain Bignon # -# This file is part of weboob. +# This file is part of a weboob module. # -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by +# This weboob module is free software: you can redistribute it and/or modify +# 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. # -# weboob is distributed in the hope that it will be useful, +# 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 -# along with weboob. If not, see . +# You should have received a copy of the GNU Lesser General Public License +# along with this weboob module. If not, see . from .module import ThemisModule diff --git a/modules/themisbanque/browser.py b/modules/themisbanque/browser.py index 163a6f0c31..2821536689 100644 --- a/modules/themisbanque/browser.py +++ b/modules/themisbanque/browser.py @@ -2,20 +2,20 @@ # Copyright(C) 2015 Romain Bignon # -# This file is part of weboob. +# This file is part of a weboob module. # -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by +# This weboob module is free software: you can redistribute it and/or modify +# 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. # -# weboob is distributed in the hope that it will be useful, +# 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 -# along with weboob. If not, see . +# You should have received a copy of the GNU Lesser General Public License +# along with this weboob module. If not, see . from weboob.browser import LoginBrowser, URL, need_login diff --git a/modules/themisbanque/module.py b/modules/themisbanque/module.py index f41c4034d5..389070fd22 100644 --- a/modules/themisbanque/module.py +++ b/modules/themisbanque/module.py @@ -2,20 +2,20 @@ # Copyright(C) 2015 Romain Bignon # -# This file is part of weboob. +# This file is part of a weboob module. # -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by +# This weboob module is free software: you can redistribute it and/or modify +# 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. # -# weboob is distributed in the hope that it will be useful, +# 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 -# along with weboob. If not, see . +# You should have received a copy of the GNU Lesser General Public License +# along with this weboob module. If not, see . from weboob.tools.backend import Module, BackendConfig @@ -34,8 +34,8 @@ class ThemisModule(Module, CapBank, CapProfile): DESCRIPTION = u'Themis' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - LICENSE = 'AGPLv3+' - VERSION = '1.1' + LICENSE = 'LGPLv3+' + VERSION = '1.5' CONFIG = BackendConfig(ValueBackendPassword('login', label=u"Numéro d'abonné", masked=False), ValueBackendPassword('password', label='Code secret'), ) diff --git a/modules/themisbanque/pages.py b/modules/themisbanque/pages.py index e18bd891e4..e2b11278c9 100644 --- a/modules/themisbanque/pages.py +++ b/modules/themisbanque/pages.py @@ -2,20 +2,20 @@ # Copyright(C) 2015 Romain Bignon # -# This file is part of weboob. +# This file is part of a weboob module. # -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by +# This weboob module is free software: you can redistribute it and/or modify +# 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. # -# weboob is distributed in the hope that it will be useful, +# 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 -# along with weboob. If not, see . +# 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/themisbanque/test.py b/modules/themisbanque/test.py index 9769e01f21..035181218a 100644 --- a/modules/themisbanque/test.py +++ b/modules/themisbanque/test.py @@ -2,20 +2,20 @@ # Copyright(C) 2015 Romain Bignon # -# This file is part of weboob. +# This file is part of a weboob module. # -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by +# This weboob module is free software: you can redistribute it and/or modify +# 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. # -# weboob is distributed in the hope that it will be useful, +# 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 -# along with weboob. If not, see . +# You should have received a copy of the GNU Lesser General Public License +# along with this weboob module. If not, see . from weboob.tools.test import BackendTest -- GitLab