diff --git a/account_statement_base/__manifest__.py b/account_statement_base/__manifest__.py index 7ad54671..b11304d5 100644 --- a/account_statement_base/__manifest__.py +++ b/account_statement_base/__manifest__.py @@ -1,12 +1,12 @@ # Copyright 2023 Akretion France (http://www.akretion.com/) # @author: Alexis de Lattre -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). { "name": "Bank Statement Base", "version": "16.0.1.0.0", "category": "Accounting", - "license": "AGPL-3", + "license": "LGPL-3", "summary": "Base module for Bank Statements", "author": "Akretion,Odoo Community Association (OCA)", "maintainers": ["alexis-via"],