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