From f87f6fd8a36471c3d81f3aa5ce300970c11eccf7 Mon Sep 17 00:00:00 2001 From: Ajmalcybrosys Date: Fri, 18 Oct 2019 11:16:21 +0530 Subject: [PATCH] [CHG] Licence Changed 'mobile_service_shop' --- mobile_service_shop/__manifest__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile_service_shop/__manifest__.py b/mobile_service_shop/__manifest__.py index 35a196329..9f9058087 100644 --- a/mobile_service_shop/__manifest__.py +++ b/mobile_service_shop/__manifest__.py @@ -5,12 +5,12 @@ # # Copyright (C) 2018-TODAY Cybrosys Technologies(). # Author: Cybrosys Techno Solutions() -# you can modify it under the terms of the GNU AGPL (v3), Version 3. - +# +# you can modify it under the terms of the GNU LGPL (v3), Version 3. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU AGPL (AGPL v3) for more details. +# GNU AGPL (LGPL v3) for more details. # ############################################################################## { @@ -35,5 +35,5 @@ 'installable': True, 'application': True, 'auto_install': False, - 'license': 'AGPL-3', + 'license': 'LGPL-3', } \ No newline at end of file