From de2cb3685870ca27101bb227c50ab4eec4b9bd90 Mon Sep 17 00:00:00 2001 From: elicoidal Date: Sat, 29 Dec 2018 18:28:06 +0800 Subject: [PATCH] Switch AGPL to LGPL license --- base_user_role/README.rst | 6 +++--- base_user_role/__manifest__.py | 5 +++-- base_user_role/data/ir_cron.xml | 3 ++- base_user_role/data/ir_module_category.xml | 3 ++- base_user_role/models/role.py | 3 ++- base_user_role/models/user.py | 3 ++- base_user_role/tests/test_user_role.py | 3 ++- base_user_role/views/role.xml | 3 ++- base_user_role/views/user.xml | 3 ++- 9 files changed, 20 insertions(+), 12 deletions(-) diff --git a/base_user_role/README.rst b/base_user_role/README.rst index 98946914d..0af810c8c 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/__manifest__.py b/base_user_role/__manifest__.py index f028225a3..17deb1f9d 100644 --- a/base_user_role/__manifest__.py +++ b/base_user_role/__manifest__.py @@ -1,13 +1,14 @@ # -*- 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': '10.0.1.0.2', '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..974cf0eb2 100644 --- a/base_user_role/data/ir_cron.xml +++ b/base_user_role/data/ir_cron.xml @@ -1,6 +1,7 @@ + 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..6a10c264a 100644 --- a/base_user_role/data/ir_module_category.xml +++ b/base_user_role/data/ir_module_category.xml @@ -1,6 +1,7 @@ + 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 26074ff5b..41552a06c 100644 --- a/base_user_role/models/role.py +++ b/base_user_role/models/role.py @@ -1,6 +1,7 @@ # -*- 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 c94d4287d..6fe9133e8 100644 --- a/base_user_role/models/user.py +++ b/base_user_role/models/user.py @@ -1,6 +1,7 @@ # -*- 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 odoo 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 2c48e910a..1e3f2eeac 100644 --- a/base_user_role/tests/test_user_role.py +++ b/base_user_role/tests/test_user_role.py @@ -1,6 +1,7 @@ # -*- 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 bd99f11f6..242aab5cb 100644 --- a/base_user_role/views/role.xml +++ b/base_user_role/views/role.xml @@ -1,6 +1,7 @@ + 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 09ba5e663..a2582caf2 100644 --- a/base_user_role/views/user.xml +++ b/base_user_role/views/user.xml @@ -1,6 +1,7 @@ + License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + -->