From b370da846e9f2d0cfffae328b38105b8c12b31dc Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Mon, 5 Aug 2019 12:53:54 +0200 Subject: [PATCH] [12.0] base_cron_exclusion to LGPL Change license to LGPL to not limit the usage of this module in private customizations. --- base_cron_exclusion/README.rst | 6 +++--- base_cron_exclusion/__init__.py | 2 -- base_cron_exclusion/__manifest__.py | 4 ++-- base_cron_exclusion/models/__init__.py | 2 -- base_cron_exclusion/models/ir_cron.py | 2 +- base_cron_exclusion/static/description/index.html | 4 ++-- 6 files changed, 8 insertions(+), 12 deletions(-) diff --git a/base_cron_exclusion/README.rst b/base_cron_exclusion/README.rst index e99e5b38e..bbbac92d8 100644 --- a/base_cron_exclusion/README.rst +++ b/base_cron_exclusion/README.rst @@ -10,9 +10,9 @@ Base Cron Exclusion .. |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--tools-lightgray.png?logo=github :target: https://github.com/OCA/server-tools/tree/12.0/base_cron_exclusion :alt: OCA/server-tools diff --git a/base_cron_exclusion/__init__.py b/base_cron_exclusion/__init__.py index 4b76c7b2d..0650744f6 100644 --- a/base_cron_exclusion/__init__.py +++ b/base_cron_exclusion/__init__.py @@ -1,3 +1 @@ -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). - from . import models diff --git a/base_cron_exclusion/__manifest__.py b/base_cron_exclusion/__manifest__.py index 5bf8b6532..82635ce7c 100644 --- a/base_cron_exclusion/__manifest__.py +++ b/base_cron_exclusion/__manifest__.py @@ -1,6 +1,6 @@ # Copyright 2017 Eficent Business and IT Consulting Services S.L. # (http://www.eficent.com) -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { "name": "Base Cron Exclusion", @@ -16,6 +16,6 @@ "data": [ "views/ir_cron_view.xml", ], - "license": "AGPL-3", + "license": "LGPL-3", "installable": True, } diff --git a/base_cron_exclusion/models/__init__.py b/base_cron_exclusion/models/__init__.py index 0ab813f47..911559262 100644 --- a/base_cron_exclusion/models/__init__.py +++ b/base_cron_exclusion/models/__init__.py @@ -1,3 +1 @@ -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). - from . import ir_cron diff --git a/base_cron_exclusion/models/ir_cron.py b/base_cron_exclusion/models/ir_cron.py index 499b774ac..d4174a3a3 100644 --- a/base_cron_exclusion/models/ir_cron.py +++ b/base_cron_exclusion/models/ir_cron.py @@ -1,6 +1,6 @@ # Copyright 2017 Eficent Business and IT Consulting Services S.L. # (http://www.eficent.com) -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). import logging diff --git a/base_cron_exclusion/static/description/index.html b/base_cron_exclusion/static/description/index.html index 956fd30be..e9e922672 100644 --- a/base_cron_exclusion/static/description/index.html +++ b/base_cron_exclusion/static/description/index.html @@ -3,7 +3,7 @@ - + Base Cron Exclusion