diff --git a/doc/conf.py b/doc/conf.py
index 110a9775b7bdbac7256588554bf4d5b3fa533c3a..e257faab986c5a5b336cfe3bc8ec127a3a0bac5d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -55,7 +55,8 @@ master_doc = 'fsl'
 
 # General information about the project.
 project = u'fslpy'
-copyright = u'{}, Paul McCarthy, FMRIB Centre'.format(date.year)
+copyright = u'{}, Paul McCarthy, FMRIB Centre, University of Oxford'.format(
+    date.year)
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the