diff --git a/mrp_bom_location/README.rst b/mrp_bom_location/README.rst index 2a208bf5c..d53f15b3b 100644 --- a/mrp_bom_location/README.rst +++ b/mrp_bom_location/README.rst @@ -10,9 +10,9 @@ MRP BOM Location .. |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%2Fmanufacture-lightgray.png?logo=github :target: https://github.com/OCA/manufacture/tree/12.0/mrp_bom_location :alt: OCA/manufacture @@ -60,12 +60,12 @@ Credits Authors ~~~~~~~ -* Eficent +* ForgeFlow Contributors ~~~~~~~~~~~~ -* Lois Rilo +* Lois Rilo * Mykhailo Panarin * Saran Limpajitkutaporn diff --git a/mrp_bom_location/__init__.py b/mrp_bom_location/__init__.py index 347b23ce7..bf588bc8b 100644 --- a/mrp_bom_location/__init__.py +++ b/mrp_bom_location/__init__.py @@ -1,5 +1,2 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - from . import models from . import report diff --git a/mrp_bom_location/__manifest__.py b/mrp_bom_location/__manifest__.py index 44932a7ae..941d31f7a 100644 --- a/mrp_bom_location/__manifest__.py +++ b/mrp_bom_location/__manifest__.py @@ -1,13 +1,13 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# Copyright 2017-20 ForgeFlow S.L. (https://www.forgeflow.com) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). { "name": "MRP BOM Location", "summary": "Adds location field to Bill of Materials and its components.", "version": "12.0.1.0.1", "category": "Manufacture", "website": "https://github.com/OCA/manufacture", - "author": "Eficent, Odoo Community Association (OCA)", - "license": "AGPL-3", + "author": "ForgeFlow, Odoo Community Association (OCA)", + "license": "LGPL-3", "application": False, "depends": [ "mrp", diff --git a/mrp_bom_location/models/__init__.py b/mrp_bom_location/models/__init__.py index a06bc71a4..a352efe9b 100644 --- a/mrp_bom_location/models/__init__.py +++ b/mrp_bom_location/models/__init__.py @@ -1,4 +1 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - from . import mrp_bom diff --git a/mrp_bom_location/models/mrp_bom.py b/mrp_bom_location/models/mrp_bom.py index 4672ffb8b..449647b32 100644 --- a/mrp_bom_location/models/mrp_bom.py +++ b/mrp_bom_location/models/mrp_bom.py @@ -1,5 +1,5 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# Copyright 2017-20 ForgeFlow S.L. (https://www.forgeflow.com) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). from odoo import api, fields, models diff --git a/mrp_bom_location/readme/CONTRIBUTORS.rst b/mrp_bom_location/readme/CONTRIBUTORS.rst index ec5efe6d3..3915718be 100644 --- a/mrp_bom_location/readme/CONTRIBUTORS.rst +++ b/mrp_bom_location/readme/CONTRIBUTORS.rst @@ -1,3 +1,3 @@ -* Lois Rilo +* Lois Rilo * Mykhailo Panarin * Saran Limpajitkutaporn diff --git a/mrp_bom_location/report/__init__.py b/mrp_bom_location/report/__init__.py index 9956baed8..df4f1117a 100644 --- a/mrp_bom_location/report/__init__.py +++ b/mrp_bom_location/report/__init__.py @@ -1,4 +1 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - from . import bom_structure diff --git a/mrp_bom_location/report/bom_structure.py b/mrp_bom_location/report/bom_structure.py index e541aeb45..f59f0281b 100644 --- a/mrp_bom_location/report/bom_structure.py +++ b/mrp_bom_location/report/bom_structure.py @@ -1,6 +1,5 @@ -# © 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). +# Copyright 2017-20 ForgeFlow S.L. (https://www.forgeflow.com) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). from odoo import api, models diff --git a/mrp_bom_location/static/description/index.html b/mrp_bom_location/static/description/index.html index 15ae78a39..6ce28f212 100644 --- a/mrp_bom_location/static/description/index.html +++ b/mrp_bom_location/static/description/index.html @@ -3,7 +3,7 @@ - + MRP BOM Location