diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-27 23:38:48 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-27 23:38:48 +0100 |
commit | f685c4e3f23ec0d50d70d5f2db2feefa1f1b5717 (patch) | |
tree | 8e480368bc39b6c5398f08e13328bc34f74fb899 /docs | |
parent | cc8d679d20c0c98892b57f7ca592a572347a6994 (diff) | |
download | bugs-f685c4e3f23ec0d50d70d5f2db2feefa1f1b5717.tar bugs-f685c4e3f23ec0d50d70d5f2db2feefa1f1b5717.tar.gz bugs-f685c4e3f23ec0d50d70d5f2db2feefa1f1b5717.tar.bz2 bugs-f685c4e3f23ec0d50d70d5f2db2feefa1f1b5717.tar.xz bugs-f685c4e3f23ec0d50d70d5f2db2feefa1f1b5717.zip |
Fix year in the documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/about.rst | 2 | ||||
-rw-r--r-- | docs/en/rst/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/rst/about.rst b/docs/en/rst/about.rst index 20a4ca30b..3ebde939d 100644 --- a/docs/en/rst/about.rst +++ b/docs/en/rst/about.rst @@ -26,7 +26,7 @@ Documentation Page <http://www.bugzilla.org/docs/>`_. Copyright Information ##################### -This document is copyright (c) 2000-2012 by the various +This document is copyright (c) 2000-2014 by the various Bugzilla contributors who wrote it. Permission is granted to copy, distribute and/or modify this diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index b8b8cbf2e..20ea71295 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'Bugzilla' -copyright = u'2013, The Bugzilla Team' +copyright = u'2014, The Bugzilla 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 |