diff --git a/account_ebics_oca_statement_import/__manifest__.py b/account_ebics_oca_statement_import/__manifest__.py index 6e130b6..e882810 100644 --- a/account_ebics_oca_statement_import/__manifest__.py +++ b/account_ebics_oca_statement_import/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2020-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": "account_ebics with OCA Bank Statement Imoort", diff --git a/account_ebics_oca_statement_import/wizards/account_statement_import.py b/account_ebics_oca_statement_import/wizards/account_statement_import.py index 86b798d..83f1340 100644 --- a/account_ebics_oca_statement_import/wizards/account_statement_import.py +++ b/account_ebics_oca_statement_import/wizards/account_statement_import.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