diff --git a/arts/add.kra b/arts/add.kra
index bb2dc3e405321cbb3d1f6f0797394aa11fa54df9..3f0e525380e1e44493043a278d7aab2abb0a2d1a 100644
Binary files a/arts/add.kra and b/arts/add.kra differ
diff --git a/arts/geometry.kra b/arts/geometry.kra
index 19d29f74a2b39c2fb35ee0a697a56f0164551691..d48cc6ca16fd93b7fbdc97c81e9d035f28abd60b 100644
Binary files a/arts/geometry.kra and b/arts/geometry.kra differ
diff --git a/src/View/About/Window.py b/src/View/About/Window.py
index 6fe9ecfee47af88189319d05c867ab54ae3a5c36..24931a084e2adae44eaddf7cc3ccd656d0886fe3 100644
--- a/src/View/About/Window.py
+++ b/src/View/About/Window.py
@@ -67,5 +67,5 @@ class AboutWindow(PamhyrDialog):
                     label = f"\n  - {author}" + label
             except StopIteration:
                 label = _translate("About", "Contributors: ") + label
-                label = "Copyright © 2023-2024  INRAE\n" + label
+                label = "Copyright © 2022-2024  INRAE\n" + label
                 self.set_label_text("label_copyright", label)