From 92eec1242bf6a9dd4d888ea839aca50866bc2fe0 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sat, 24 Sep 2011 00:23:43 -0400 Subject: [PATCH] DOC: fix copyright --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index aa176165..ac788f4f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -43,7 +43,7 @@ master_doc = 'index' # General information about the project. project = u'scikits.image' -copyright = u'2009, SciPy Developers' +copyright = u'2011, scikits-image team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the