From 8d9c82def4998a20b985188218930b8e1529d79c Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Thu, 17 Oct 2019 22:28:48 +0200 Subject: [PATCH] fix license --- account_ebics/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 506a99d..0b4f0ea 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'EBICS banking protocol', 'version': '12.0.1.0.0', - 'license': 'AGPL-3', + 'license': 'LGPL-3', 'author': 'Noviat', 'category': 'Accounting & Finance', 'depends': ['account'],