From: Frédéric Buclin Date: Mon, 27 Jan 2014 22:38:48 +0000 (+0100) Subject: Fix year in the documentation X-Git-Tag: bugzilla-4.5.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f685c4e3f23ec0d50d70d5f2db2feefa1f1b5717;p=thirdparty%2Fbugzilla.git Fix year in the documentation --- diff --git a/docs/en/rst/about.rst b/docs/en/rst/about.rst index 20a4ca30b9..3ebde939da 100644 --- a/docs/en/rst/about.rst +++ b/docs/en/rst/about.rst @@ -26,7 +26,7 @@ Documentation Page `_. 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 b8b8cbf2ed..20ea712954 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