From fdafb74c0f664809e7bd92ddba963e72e76f7f3c Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sun, 28 May 2023 17:01:06 +0200 Subject: [PATCH] [16.0]fix typo in license URL --- account_ebics_oca_statement_import/__manifest__.py | 2 +- .../wizards/account_statement_import.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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