diff --git a/base_user_role/README.rst b/base_user_role/README.rst index 4b38fab53..561713a4f 100644 --- a/base_user_role/README.rst +++ b/base_user_role/README.rst @@ -1,6 +1,6 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 +.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 ========== User roles diff --git a/base_user_role/__openerp__.py b/base_user_role/__openerp__.py index 13f8eadf6..2a039f00c 100644 --- a/base_user_role/__openerp__.py +++ b/base_user_role/__openerp__.py @@ -1,13 +1,13 @@ # -*- coding: utf-8 -*- # Copyright 2014 ABF OSIELL -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). { 'name': 'User roles', 'version': '9.0.1.0.0', 'category': 'Tools', 'author': 'ABF OSIELL, Odoo Community Association (OCA)', - 'license': 'AGPL-3', + 'license': 'LGPL-3', 'maintainer': 'ABF OSIELL', 'website': 'http://www.osiell.com', 'depends': [ diff --git a/base_user_role/data/ir_cron.xml b/base_user_role/data/ir_cron.xml index 2570ecbfa..b12069a33 100644 --- a/base_user_role/data/ir_cron.xml +++ b/base_user_role/data/ir_cron.xml @@ -1,6 +1,6 @@ + License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). --> diff --git a/base_user_role/data/ir_module_category.xml b/base_user_role/data/ir_module_category.xml index 77884e743..a1c792247 100644 --- a/base_user_role/data/ir_module_category.xml +++ b/base_user_role/data/ir_module_category.xml @@ -1,6 +1,6 @@ + License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). --> diff --git a/base_user_role/models/role.py b/base_user_role/models/role.py index 15ba46dfb..a29815be7 100644 --- a/base_user_role/models/role.py +++ b/base_user_role/models/role.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2014 ABF OSIELL -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). import datetime import logging diff --git a/base_user_role/models/user.py b/base_user_role/models/user.py index a15849ced..2cd4cf18e 100644 --- a/base_user_role/models/user.py +++ b/base_user_role/models/user.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2014 ABF OSIELL -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from openerp import api, fields, models diff --git a/base_user_role/tests/test_user_role.py b/base_user_role/tests/test_user_role.py index 08a1f613c..15b07ba03 100644 --- a/base_user_role/tests/test_user_role.py +++ b/base_user_role/tests/test_user_role.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2014 ABF OSIELL -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). import datetime diff --git a/base_user_role/views/role.xml b/base_user_role/views/role.xml index 67e825a1f..cce1d4450 100644 --- a/base_user_role/views/role.xml +++ b/base_user_role/views/role.xml @@ -1,6 +1,6 @@ + License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). --> diff --git a/base_user_role/views/user.xml b/base_user_role/views/user.xml index d8da77915..5656d0825 100644 --- a/base_user_role/views/user.xml +++ b/base_user_role/views/user.xml @@ -1,6 +1,6 @@ + License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->