From 00b7e95cba2d095a2a6287bbbfe48c4dc40c043a Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauld.mccarthy@gmail.com>
Date: Fri, 4 Nov 2016 15:01:01 +0000
Subject: [PATCH] Univ Oxford in copyright notice

---
 doc/conf.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 110a9775b..e257faab9 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
-- 
GitLab