diff --git a/account_ebics_oe/README.rst b/account_ebics_oe/README.rst index 3be571f..cf11b5f 100644 --- a/account_ebics_oe/README.rst +++ b/account_ebics_oe/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/lgpl + :alt: License: LGPL-3 ============================================== Deploy account_ebics module on Odoo Enterprise diff --git a/account_ebics_oe/__manifest__.py b/account_ebics_oe/__manifest__.py index c73f082..743bdc2 100644 --- a/account_ebics_oe/__manifest__.py +++ b/account_ebics_oe/__manifest__.py @@ -1,5 +1,5 @@ -# Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# Copyright 2019 Noviat. +# License LGPL-3 or later (http://www.gnu.org/licenses/agpl). { 'name': 'account_ebics on Odoo Enterprise', @@ -7,7 +7,7 @@ 'version': '12.0.1.0.0', 'author': 'Noviat', 'category': 'Hidden', - 'license': 'AGPL-3', + 'license': 'LGPL-3', 'installable': True, 'depends': [ 'account_ebics',