[bridgedb/master] Update copyright year in Sphinx documentation config file.

commit 621c3f0cbffa72f9bf62328c65c0aa3c49b54ca3 Author: Isis Lovecruft <isis@torproject.org> Date: Tue Apr 22 23:07:10 2014 +0000 Update copyright year in Sphinx documentation config file. --- doc/sphinx/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index 9ab7b73..bfbb4a1 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -115,7 +115,7 @@ master_doc = 'index' # General information about the project. project = u'BridgeDB' -copyright = u'2013, The Tor Project, Inc' +copyright = u'2014, The Tor Project, 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
participants (1)
-
isis@torproject.org