From 74d620888a98f8bb33c12b0191c81fc115462d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Thu, 11 Jan 2024 11:38:07 +0100 Subject: [PATCH] [ADD] license and copyright everywhere --- __init__.py | 3 --- models/__init__.py | 3 --- models/acc_operation.py | 4 ++-- views/acc_operation_views.xml | 2 ++ views/menu_views.xml | 2 ++ wizards/acc_operation_wizard.py | 5 ++--- wizards/acc_operation_wizard_confirm.py | 5 ++--- wizards/acc_operation_wizard_confirm_views.xml | 2 ++ wizards/acc_operation_wizard_views.xml | 2 ++ 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/__init__.py b/__init__.py index 1616d6a..64face1 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1 @@ -# Copyright 2023 Le Filament (<http://www.le-filament.com>) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - from . import models, wizards diff --git a/models/__init__.py b/models/__init__.py index 7f85e14..c9f67d1 100644 --- a/models/__init__.py +++ b/models/__init__.py @@ -1,4 +1 @@ -# Copyright 2023 Le Filament (https://le-filament.com) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) - from . import acc_operation diff --git a/models/acc_operation.py b/models/acc_operation.py index cd89254..3241845 100644 --- a/models/acc_operation.py +++ b/models/acc_operation.py @@ -1,5 +1,5 @@ -# Copyright 2023 Le Filament (<http://www.le-filament.com>) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +# Copyright 2021- Le Filament (https://le-filament.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import logging from datetime import date, datetime, timezone diff --git a/views/acc_operation_views.xml b/views/acc_operation_views.xml index 583f315..d77c6fd 100644 --- a/views/acc_operation_views.xml +++ b/views/acc_operation_views.xml @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="utf-8" ?> +<!-- Copyright 2021- Le Filament (https://le-filament.com) + License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). --> <odoo> <record id="acc_operation_form_view" model="ir.ui.view"> diff --git a/views/menu_views.xml b/views/menu_views.xml index f8c2e17..2c9d5de 100644 --- a/views/menu_views.xml +++ b/views/menu_views.xml @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="utf-8" ?> +<!-- Copyright 2021- Le Filament (https://le-filament.com) + License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). --> <odoo> <menuitem id="menu_queue_job_elo" diff --git a/wizards/acc_operation_wizard.py b/wizards/acc_operation_wizard.py index aaa659f..875fdbb 100644 --- a/wizards/acc_operation_wizard.py +++ b/wizards/acc_operation_wizard.py @@ -1,6 +1,5 @@ -# Copyright 2023 Le Filament (<http://www.le-filament.com>) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - +# Copyright 2021- Le Filament (https://le-filament.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) from odoo import _, fields, models from odoo.exceptions import UserError diff --git a/wizards/acc_operation_wizard_confirm.py b/wizards/acc_operation_wizard_confirm.py index abf7cfd..0935682 100644 --- a/wizards/acc_operation_wizard_confirm.py +++ b/wizards/acc_operation_wizard_confirm.py @@ -1,6 +1,5 @@ -# Copyright 2023 Le Filament (<http://www.le-filament.com>) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - +# Copyright 2021- Le Filament (https://le-filament.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) from odoo import fields, models diff --git a/wizards/acc_operation_wizard_confirm_views.xml b/wizards/acc_operation_wizard_confirm_views.xml index b79af11..e07828b 100644 --- a/wizards/acc_operation_wizard_confirm_views.xml +++ b/wizards/acc_operation_wizard_confirm_views.xml @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- Copyright 2021- Le Filament (https://le-filament.com) + License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). --> <odoo> <!-- WIZARD FORM --> <record id="acc_operation_wizard_confirm_view_form" model="ir.ui.view"> diff --git a/wizards/acc_operation_wizard_views.xml b/wizards/acc_operation_wizard_views.xml index 2f53d7a..760ceca 100644 --- a/wizards/acc_operation_wizard_views.xml +++ b/wizards/acc_operation_wizard_views.xml @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- Copyright 2021- Le Filament (https://le-filament.com) + License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). --> <odoo> <!-- WIZARD FORM --> <record id="acc_operation_wizard_view_form" model="ir.ui.view"> -- GitLab