From b5000f9a0703a0d684f889cd26278f82caa52781 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sun, 24 Feb 2019 20:33:00 +0100 Subject: [PATCH] delubac: change license to LGPL --- modules/delubac/__init__.py | 6 +++--- modules/delubac/browser.py | 6 +++--- modules/delubac/module.py | 7 ++++--- modules/delubac/pages.py | 6 +++--- modules/delubac/test.py | 6 +++--- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/modules/delubac/__init__.py b/modules/delubac/__init__.py index 1a61adb315..aeda47a1e1 100644 --- a/modules/delubac/__init__.py +++ b/modules/delubac/__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 . diff --git a/modules/delubac/browser.py b/modules/delubac/browser.py index 70c6c13ad6..26444a50bc 100644 --- a/modules/delubac/browser.py +++ b/modules/delubac/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/delubac/module.py b/modules/delubac/module.py index 02ceb50cb4..3a1c625cb6 100644 --- a/modules/delubac/module.py +++ b/modules/delubac/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 weboob.capabilities.bank import CapBank @@ -33,6 +33,7 @@ class DelubacModule(AbstractModule, CapBank): MAINTAINER = u'Noe Rubinstein' EMAIL = 'nru@budget-insight.com' VERSION = '1.5' + LICENSE = 'LGPLv3+' BROWSER = DelubacBrowser diff --git a/modules/delubac/pages.py b/modules/delubac/pages.py index acaf0f50d6..74eaa0231e 100644 --- a/modules/delubac/pages.py +++ b/modules/delubac/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 . import re diff --git a/modules/delubac/test.py b/modules/delubac/test.py index 975916ac52..72a0707945 100644 --- a/modules/delubac/test.py +++ b/modules/delubac/test.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 . -- GitLab