diff --git a/account_ebics/README.rst b/account_ebics/README.rst index edc03e8..1e8ac2e 100644 --- a/account_ebics/README.rst +++ b/account_ebics/README.rst @@ -1,5 +1,5 @@ .. image:: https://img.shields.io/badge/license-LGPL--3-blue.png - :target: https://www.gnu.org/licenses/lpgl + :target: https://www.gnu.org/licenses/lgpl :alt: License: LGPL-3 ====================== diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 4b68bc0..1b0d5d1 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2009-2023 Noviat. -# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). { "name": "EBICS banking protocol", diff --git a/account_ebics/models/account_bank_statement.py b/account_ebics/models/account_bank_statement.py index e5eb289..64616e1 100644 --- a/account_ebics/models/account_bank_statement.py +++ b/account_ebics/models/account_bank_statement.py @@ -1,5 +1,5 @@ # Copyright 2009-2023 Noviat. -# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). from odoo import fields, models diff --git a/account_ebics/models/ebics_config.py b/account_ebics/models/ebics_config.py index 6cfbceb..d84eb25 100644 --- a/account_ebics/models/ebics_config.py +++ b/account_ebics/models/ebics_config.py @@ -1,5 +1,5 @@ # Copyright 2009-2023 Noviat. -# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). import logging import os diff --git a/account_ebics/models/ebics_file.py b/account_ebics/models/ebics_file.py index f35569c..50752c1 100644 --- a/account_ebics/models/ebics_file.py +++ b/account_ebics/models/ebics_file.py @@ -1,5 +1,5 @@ # Copyright 2009-2023 Noviat. -# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). import base64 import logging diff --git a/account_ebics/models/ebics_file_format.py b/account_ebics/models/ebics_file_format.py index c3b8d7e..7d24e50 100644 --- a/account_ebics/models/ebics_file_format.py +++ b/account_ebics/models/ebics_file_format.py @@ -1,5 +1,5 @@ # Copyright 2009-2023 Noviat. -# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). from odoo import api, fields, models diff --git a/account_ebics/models/ebics_userid.py b/account_ebics/models/ebics_userid.py index 08a8e04..9ed6f93 100644 --- a/account_ebics/models/ebics_userid.py +++ b/account_ebics/models/ebics_userid.py @@ -1,5 +1,5 @@ # Copyright 2009-2023 Noviat. -# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). import base64 import logging diff --git a/account_ebics/models/fintech_ebics_register.py b/account_ebics/models/fintech_ebics_register.py index 613e5be..ed6be8e 100644 --- a/account_ebics/models/fintech_ebics_register.py +++ b/account_ebics/models/fintech_ebics_register.py @@ -1,5 +1,5 @@ # Copyright 2009-2020 Noviat. -# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). import logging from sys import exc_info diff --git a/account_ebics/static/description/index.html b/account_ebics/static/description/index.html index 7500bf0..1b996fb 100644 --- a/account_ebics/static/description/index.html +++ b/account_ebics/static/description/index.html @@ -363,7 +363,7 @@ ul.auto-toc {
Implementation of the EBICS banking protocol.
@@ -562,7 +562,7 @@ You can also find this information in the doc folder of this module (file EBICS_