diff --git a/copyright.py b/copyright.py
index 903bde70a066a543daa38cbf624ea5eb2786495e..c700719d7f72901c3c35f6afb051ad15cd8629a0 100644
--- a/copyright.py
+++ b/copyright.py
@@ -46,7 +46,7 @@ def fileStamping(filename, stamp):
             print(line, end="")
 
 
-def getStamp(date, multimodal_version):
+def getStamp(date, summit_version):
     """ Return the corrected formated stamp """
     stamp = open("copyrightstamp.txt").read()
     stamp = stamp.replace("DATE", date)
@@ -58,7 +58,7 @@ def getStamp(date, multimodal_version):
 
 
 def getVersionsAndDate():
-    """ Return (date, multimodal_version..
+    """ Return (date, summit_version..
     ) """
     v_text = open('VERSION').read().strip()
     v_text_formted = '{"' + v_text.replace('\n', '","').replace(':', '":"')
diff --git a/copyrightstamp.txt b/copyrightstamp.txt
index 872fce0ebc426b0aad2e9b220791edd90e5db042..3a8886b95fa6a09d25f177a25556f3a4c5a10274 100644
--- a/copyrightstamp.txt
+++ b/copyrightstamp.txt
@@ -7,7 +7,7 @@ Copyright(c) DATE
 * Université d'Aix Marseille (AMU) -
 * Centre National de la Recherche Scientifique (CNRS) -
 * Université de Toulon (UTLN).
-* Copyright © 2019-2020 AMU, CNRS, UTLN
+* Copyright © 2019-2025 AMU, CNRS, UTLN
 
 Contributors:
 ------------
@@ -25,7 +25,7 @@ Description:
 Version:
 -------
 
-* multiview_generator version = MULTIMODAL_VERSION
+* multiview_generator version = SUMMIT_VERSION
 
 Licence:
 -------
diff --git a/pyproject.toml b/pyproject.toml
index 2e58eb8cd18f3c391cdab3a22291ff2851676f95..6e4ae2ad1b072313c23fc748499bb05bd99c7cf4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,9 +36,9 @@ test = ['pytest', 'pytest-cov']
 doc = ['sphinx==5.0', 'numpydoc', 'sphinx_gallery', "sphinx_rtd_theme"]
 
 [project.urls]
-Homepage = 'https://github.com/multi-learn/summit'
+"Sources = 'https://github.com/multi-learn/summit'
 Documentation  = 'https://multi-learn.github.io/summit/'
-Issues = '"https://github.com/multi-learn/summit/issues'
+"Bug Tracker" = '"https://github.com/multi-learn/summit/issues'
 
 [tool.setuptools.dynamic]
 dependencies = {file = ["requirements.txt"]}