diff --git a/modules/humanis/__init__.py b/modules/humanis/__init__.py index 512654dab187141dba07e957c9cc1307c25cd1cf..daddbd449f06b1b4fbd9435f2029002c089fb55c 100644 --- a/modules/humanis/__init__.py +++ b/modules/humanis/__init__.py @@ -2,20 +2,20 @@ # Copyright(C) 2017 Jean Walrave # -# 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/humanis/browser.py b/modules/humanis/browser.py index 6d08eba9880361944f4a77ce007b440ee8d32b90..4f52f0f4753a80f379ae110c1fa7abf8efd11680 100644 --- a/modules/humanis/browser.py +++ b/modules/humanis/browser.py @@ -2,20 +2,20 @@ # Copyright(C) 2016 Jean Walrave # -# 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 AbstractBrowser, URL diff --git a/modules/humanis/module.py b/modules/humanis/module.py index da53ce42c94a0913a8ffe46e21652c606cbd52a9..85e1e694729ac52a6286cff9c50ae44441f7b076 100644 --- a/modules/humanis/module.py +++ b/modules/humanis/module.py @@ -2,20 +2,20 @@ # Copyright(C) 2016 Jean Walrave # -# 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 HumanisModule(Module, CapBankPockets): DESCRIPTION = u'Humanis Épargne Salariale' MAINTAINER = u'Jean Walrave' EMAIL = 'jwalrave@budget-insight.com' - LICENSE = 'AGPLv3+' - VERSION = '1.3' + LICENSE = 'LGPLv3+' + VERSION = '1.5' CONFIG = BackendConfig(ValueBackendPassword('login', label=u'Code d\'accès', masked=False), ValueBackendPassword('password', label='Mot de passe')) diff --git a/modules/humanis/pages.py b/modules/humanis/pages.py index 2b1a956ef5197d22c45564a3c2c658ebe41da2e1..a7d153e27c1eac98dbcc63bc0ae7fd61743f0e13 100644 --- a/modules/humanis/pages.py +++ b/modules/humanis/pages.py @@ -2,20 +2,20 @@ # Copyright(C) 2016 Jean Walrave # -# 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.pages import AbstractPage diff --git a/modules/humanis/test.py b/modules/humanis/test.py index 7506e97751c987a14698a08b4923d28d60304200..67094555bd7308d6633762c31467f26810318add 100644 --- a/modules/humanis/test.py +++ b/modules/humanis/test.py @@ -2,20 +2,20 @@ # Copyright(C) 2017 Jean Walrave # -# 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