From 53cfb611731b02a24671ec94a9177823ff6f1cff Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Mon, 19 May 2014 19:53:51 +0200 Subject: [PATCH] Updated doc copyright footer. --- docsrc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsrc/conf.py b/docsrc/conf.py index 4a59337..9aa3bef 100644 --- a/docsrc/conf.py +++ b/docsrc/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'D:YAML' -copyright = (u'2011, Ferdinand Majerech. Based on PyYAML http://www.pyyaml.org ' +copyright = (u'2011-2014, Ferdinand Majerech. Based on PyYAML http://www.pyyaml.org ' 'by Kirill Simonov') # The version info for the project you're documenting, acts as replacement for