diff --git a/account_ebics/README.rst b/account_ebics/README.rst index 0878a2f..fbc746a 100644 --- a/account_ebics/README.rst +++ b/account_ebics/README.rst @@ -1,6 +1,6 @@ -.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 +.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png + :target: https://www.gnu.org/licenses/lpgl + :alt: License: LGPL-3 ====================== EBICS banking protocol diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 0ef6e7b..d71a155 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). { 'name': 'EBICS banking protocol', diff --git a/account_ebics/models/account_bank_statement.py b/account_ebics/models/account_bank_statement.py index db65fcd..898a36a 100644 --- a/account_ebics/models/account_bank_statement.py +++ b/account_ebics/models/account_bank_statement.py @@ -1,5 +1,5 @@ # Copyright 2009-2018 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). from odoo import fields, models diff --git a/account_ebics/models/ebics_config.py b/account_ebics/models/ebics_config.py index af52e0f..0c912e2 100644 --- a/account_ebics/models/ebics_config.py +++ b/account_ebics/models/ebics_config.py @@ -1,5 +1,5 @@ # Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). """ import logging diff --git a/account_ebics/models/ebics_file.py b/account_ebics/models/ebics_file.py index 8a86a20..00b682f 100644 --- a/account_ebics/models/ebics_file.py +++ b/account_ebics/models/ebics_file.py @@ -1,5 +1,5 @@ # Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). import logging diff --git a/account_ebics/models/ebics_file_format.py b/account_ebics/models/ebics_file_format.py index 907dbb1..62cf9b7 100644 --- a/account_ebics/models/ebics_file_format.py +++ b/account_ebics/models/ebics_file_format.py @@ -1,5 +1,5 @@ # Copyright 2009-2018 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). from odoo import api, fields, models diff --git a/account_ebics/models/fintech_ebics_register.py b/account_ebics/models/fintech_ebics_register.py index c2c2dc6..121d083 100644 --- a/account_ebics/models/fintech_ebics_register.py +++ b/account_ebics/models/fintech_ebics_register.py @@ -1,5 +1,5 @@ # Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). import logging from sys import exc_info diff --git a/account_ebics/wizard/account_bank_statement_import.py b/account_ebics/wizard/account_bank_statement_import.py index 22aae30..507e678 100644 --- a/account_ebics/wizard/account_bank_statement_import.py +++ b/account_ebics/wizard/account_bank_statement_import.py @@ -1,5 +1,5 @@ # Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). import logging diff --git a/account_ebics/wizard/ebics_change_passphrase.py b/account_ebics/wizard/ebics_change_passphrase.py index 5e5282c..6bd9e1d 100644 --- a/account_ebics/wizard/ebics_change_passphrase.py +++ b/account_ebics/wizard/ebics_change_passphrase.py @@ -1,5 +1,5 @@ # Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). import logging diff --git a/account_ebics/wizard/ebics_xfer.py b/account_ebics/wizard/ebics_xfer.py index d851f76..e8bb186 100644 --- a/account_ebics/wizard/ebics_xfer.py +++ b/account_ebics/wizard/ebics_xfer.py @@ -1,5 +1,5 @@ # Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). """ import logging diff --git a/account_ebics_oe/__manifest__.py b/account_ebics_oe/__manifest__.py index 743bdc2..f0c00ea 100644 --- a/account_ebics_oe/__manifest__.py +++ b/account_ebics_oe/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2019 Noviat. -# License LGPL-3 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). { 'name': 'account_ebics on Odoo Enterprise', diff --git a/account_ebics_payment_order/README.rst b/account_ebics_payment_order/README.rst index e976663..c6ecb6d 100644 --- a/account_ebics_payment_order/README.rst +++ b/account_ebics_payment_order/README.rst @@ -1,5 +1,5 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: https://www.gnu.org/licenses/agpl +.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg + :target: https://www.gnu.org/licenses/lpgl :alt: License: AGPL-3 ============================== diff --git a/account_ebics_payment_order/__manifest__.py b/account_ebics_payment_order/__manifest__.py index 4c7febc..f359f3f 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -1,10 +1,10 @@ # Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). { 'name': 'Upload Payment Order via EBICS', 'version': '12.0.1.0.0', - 'license': 'AGPL-3', + 'license': 'LGPL-3', 'author': 'Noviat', 'category': 'Accounting & Finance', 'depends': [ diff --git a/account_ebics_payment_order/models/account_payment_order.py b/account_ebics_payment_order/models/account_payment_order.py index 750b3a6..a5fb5bb 100644 --- a/account_ebics_payment_order/models/account_payment_order.py +++ b/account_ebics_payment_order/models/account_payment_order.py @@ -1,5 +1,5 @@ # Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). from odoo import api, models, _ from odoo.exceptions import UserError