From 7042f92989efca9d6401a7748cb4df1792495ba5 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sun, 22 Dec 2019 10:54:00 +0100 Subject: [PATCH] lpgl --- account_ebics_payment_order/README.rst | 4 ++-- account_ebics_payment_order/__manifest__.py | 4 ++-- account_ebics_payment_order/models/account_payment_order.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/account_ebics_payment_order/README.rst b/account_ebics_payment_order/README.rst index e976663..c6ecb6d 100644 --- a/account_ebics_payment_order/README.rst +++ b/account_ebics_payment_order/README.rst @@ -1,5 +1,5 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: https://www.gnu.org/licenses/agpl +.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg + :target: https://www.gnu.org/licenses/lpgl :alt: License: AGPL-3 ============================== diff --git a/account_ebics_payment_order/__manifest__.py b/account_ebics_payment_order/__manifest__.py index 4c7febc..f359f3f 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -1,10 +1,10 @@ # Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). { 'name': 'Upload Payment Order via EBICS', 'version': '12.0.1.0.0', - 'license': 'AGPL-3', + 'license': 'LGPL-3', 'author': 'Noviat', 'category': 'Accounting & Finance', 'depends': [ diff --git a/account_ebics_payment_order/models/account_payment_order.py b/account_ebics_payment_order/models/account_payment_order.py index 750b3a6..a5fb5bb 100644 --- a/account_ebics_payment_order/models/account_payment_order.py +++ b/account_ebics_payment_order/models/account_payment_order.py @@ -1,5 +1,5 @@ # Copyright 2009-2019 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). from odoo import api, models, _ from odoo.exceptions import UserError