diff --git a/modules/themisbanque/__init__.py b/modules/themisbanque/__init__.py index cc6105dd56c92d23fec432b61801dfd3955b0690..a07a1c71f6528d3fd12a8ca15a021a731359be44 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 163a6f0c31af6e2be4687aa5346c68fc06d1d717..2821536689815d4fa3f3a8ac0e979075827d48f7 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 f41c4034d5557cb99817630a0f9303d441acbc5d..389070fd22ed1106a8ec950477c0149aacfdfd02 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 e18bd891e488c54a87316ea9e24d5d956e972ac3..e2b11278c929137b91de8cbf6eb7221264c8cb41 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 9769e01f212dc7970eb6deba91d4bc923f761d63..035181218a5e9497c36021c6ffd7b2c6b5797348 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