aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-01-28 21:57:24 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-01-28 21:57:24 +0100
commitecb1efeaa9e8e2857deaa76484cd1f490b702eaa (patch)
tree26af8ac8b3da35543acc95d2fe662d40e3b1ac58
parentfd009339e153f5475a84af9260240d56df31fbde (diff)
downloadpyexiv2-ecb1efeaa9e8e2857deaa76484cd1f490b702eaa.tar.gz
Dynamic copyright notice.
-rw-r--r--doc/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 7e77a72..65b7ce0 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -12,6 +12,7 @@
# serve to show the default.
import sys, os
+import time
import pyexiv2
# If extensions (or modules to document with autodoc) are in another directory,
@@ -39,7 +40,7 @@ master_doc = 'index'
# General information about the project.
project = u'pyexiv2'
-copyright = u'2010, Olivier Tilloy'
+copyright = u'2006-%s, Olivier Tilloy' % time.strftime('%Y')
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the