diff --git a/doc/conf.py b/doc/conf.py index 3d4a3e60d6..c86a657177 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -74,7 +74,7 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True' # -- General configuration ----------------------------------------------------- project = u'Salt' -copyright = u'2011, Thomas S. Hatch' +copyright = u'2012, Thomas S. Hatch' version = __version__ release = version @@ -177,7 +177,7 @@ man_pages = [ epub_title = u'Salt Documentation' epub_author = u'Thomas S. Hatch' epub_publisher = epub_author -epub_copyright = u'2011, Thomas S. Hatch' +epub_copyright = u'2012, Thomas S. Hatch' epub_scheme = 'URL' epub_identifier = 'http://saltstack.org/'