From f77ef578752ad23965fe014dde07b1574cf33c89 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 | 7 ++++--- base_user_role/data/ir_cron.xml | 3 ++- base_user_role/data/ir_module_category.xml | 3 ++- base_user_role/models/role.py | 2 +- base_user_role/models/user.py | 2 +- base_user_role/tests/test_user_role.py | 2 +- base_user_role/views/role.xml | 3 ++- base_user_role/views/user.xml | 3 ++- 9 files changed, 18 insertions(+), 13 deletions(-) diff --git a/base_user_role/README.rst b/base_user_role/README.rst index dffc6afd..aafee3b4 100644 --- a/base_user_role/README.rst +++ b/base_user_role/README.rst @@ -10,9 +10,9 @@ User roles .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github :target: https://github.com/OCA/server-backend/tree/12.0/base_user_role :alt: OCA/server-backend diff --git a/base_user_role/__manifest__.py b/base_user_role/__manifest__.py index 591615e2..38fd399b 100644 --- a/base_user_role/__manifest__.py +++ b/base_user_role/__manifest__.py @@ -1,13 +1,14 @@ # 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': '12.0.1.0.0', 'category': 'Tools', 'author': 'ABF OSIELL, Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'maintainers': ['ABF OSIELL', 'jcdrubay'], + 'license': 'LGPL-3', + 'maintainers': ['sebalix', 'jcdrubay', 'novawish'], 'website': 'https://github.com/OCA/server-backend', 'depends': [ 'base', diff --git a/base_user_role/data/ir_cron.xml b/base_user_role/data/ir_cron.xml index 7b9a7b75..64794ebf 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 77884e74..6a10c264 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 2c6119b8..65ba83e7 100644 --- a/base_user_role/models/role.py +++ b/base_user_role/models/role.py @@ -1,5 +1,5 @@ # 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 1eda54c3..0aad8496 100644 --- a/base_user_role/models/user.py +++ b/base_user_role/models/user.py @@ -1,5 +1,5 @@ # 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 0b1ae08b..9745c141 100644 --- a/base_user_role/tests/test_user_role.py +++ b/base_user_role/tests/test_user_role.py @@ -1,5 +1,5 @@ # 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 from odoo import fields diff --git a/base_user_role/views/role.xml b/base_user_role/views/role.xml index bd99f11f..242aab5c 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 09ba5e66..a2582caf 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). + -->