From 63235f51f06f15b0eddeb3a212808f91f574400b Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Mon, 17 Feb 2014 17:56:12 +0400 Subject: [PATCH] fixed year in copyright --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 312a1c2..d815924 100755 --- a/doc/conf.py +++ b/doc/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'OpenCV' -copyright = u'2011-2013, opencv dev team' +copyright = u'2011-2014, opencv dev 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 -- 2.7.4