From 02d68f0ffe7c0b661f87f174b78a92741cda65d6 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:43:38 +0100
Subject: [PATCH] [ADD] license and copyright everywhere

---
 __init__.py                            | 3 ---
 controllers/__init__.py                | 3 ---
 controllers/main.py                    | 5 ++---
 templates/operation_templates_page.xml | 2 ++
 4 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/__init__.py b/__init__.py
index ffb091d..e046e49 100644
--- a/__init__.py
+++ b/__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 controllers
diff --git a/controllers/__init__.py b/controllers/__init__.py
index 6b1029b..12a7e52 100644
--- a/controllers/__init__.py
+++ b/controllers/__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 main
diff --git a/controllers/main.py b/controllers/main.py
index 8bc3b31..799685a 100644
--- a/controllers/main.py
+++ b/controllers/main.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 http
 from odoo.http import request
 from odoo.osv import expression
diff --git a/templates/operation_templates_page.xml b/templates/operation_templates_page.xml
index 170e228..dc6b5fd 100644
--- a/templates/operation_templates_page.xml
+++ b/templates/operation_templates_page.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>
     <template id="layout_op" inherit_id="oacc_portal.layout_op">
         <xpath expr="//li[@id='menu-contact']" position="before">
-- 
GitLab