diff --git a/__init__.py b/__init__.py
index 1616d6a64aaa6afe10fd4c47baa9123a867ecde4..64face17ae8409146a39811dfc52531ff2072e07 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 7f85e14a61f2d97e84a021bbdd170a2ee341f8d9..c9f67d1029451187faac73b30248b565bd1340d9 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 cd89254b3ed80800eebaa51ca2d369a20d16a297..3241845914c4529a91d01a6b6d822cf0ea0db0fc 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 583f3150f493d9e0e28d795d940ec530bfc8e016..d77c6fde5b78727de8377bad0432824aeba690db 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 f8c2e17740f0f9fd5db93fcdf8799ffb616209cb..2c9d5de118065f0d1d4bcfdee43ac67098246455 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 aaa659f3ab56fdc52318216dd67dd4f387c128f2..875fdbb2b15b45b8b09a1afa37e8c14f940d5225 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 abf7cfd8d42e87cbaf74e83df1140687d0d9a98a..0935682f5fbc765a3e9a8bab4f352e09ed40665a 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 b79af116eb08ccdef83832ba69cd2a430cc76af7..e07828bd0170b2c4460f691680eaffe62a84bc85 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 2f53d7abb25d1885bf2bdad4179a504c8814751f..760ceca41c2f4e6f6659d3ac2d14eed2a669de2f 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">