summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/conf.py
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-11 17:49:42 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-11 17:49:42 +0100
commite90d8571d042c4913266b585a067f54007f2ee96 (patch)
treea40f20d956865c6b257a6a5cb3fd55c382b8ea21 /user_guide_src/source/conf.py
parentf0b69a85e306266bcaa7d6b7f363cc9d64b7b8f7 (diff)
parent871754af60251993d640981e107d2def5f2db396 (diff)
Merge pull request #2869 from darwinel/develop
2013 > 2014
Diffstat (limited to 'user_guide_src/source/conf.py')
-rw-r--r--user_guide_src/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/conf.py b/user_guide_src/source/conf.py
index 6d77db060..3f9b2e476 100644
--- a/user_guide_src/source/conf.py
+++ b/user_guide_src/source/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'CodeIgniter'
-copyright = u'2013, EllisLab, Inc.'
+copyright = u'2014, EllisLab, Inc.'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -224,7 +224,7 @@ man_pages = [
epub_title = u'CodeIgniter'
epub_author = u'EllisLab, Inc.'
epub_publisher = u'EllisLab, Inc.'
-epub_copyright = u'2013, EllisLab, Inc.'
+epub_copyright = u'2014, EllisLab, Inc.'
# The language of the text. It defaults to the language option
# or en if the language is not set.