From 9dca6cc8a478f766734af22a873cba44ffdadfbf Mon Sep 17 00:00:00 2001 From: Joe Ziminski <55797454+JoeZiminski@users.noreply.github.com> Date: Tue, 5 May 2026 15:41:35 +0100 Subject: [PATCH] Update copyright year and organization in conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 296a07c21..6a77d685d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,7 +17,7 @@ sys.path.insert(0, os.path.abspath("../..")) project = "datashuttle" -copyright = "2022, Neuroinformatics Unit" +copyright = "2023, University College London" author = "Neuroinformatics Unit" # Retrieve the version number from the package