diff --git a/asset_documents/__manifest__.py b/asset_documents/__manifest__.py index d41dfdb27..95e201879 100644 --- a/asset_documents/__manifest__.py +++ b/asset_documents/__manifest__.py @@ -6,7 +6,7 @@ # Authors: Tintuk Tomin () # # This program is free software: you can modify -# it under the terms of the GNU Affero General Public License (AGPL) as +# it under the terms of the GNU Affero General Public License (LGPL) as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # @@ -35,7 +35,7 @@ "views/asset_notebook.xml", ], 'images': ['static/description/banner.png'], - 'license': 'AGPL-3', + 'license': 'LGPL-3', 'demo': [], 'installable': True, 'auto_install': False,