Bump the copyright year

This commit is contained in:
Alex Gaynor 2014-01-01 06:23:31 -08:00
parent 7580acddc6
commit dd1f5c5398
2 changed files with 2 additions and 2 deletions

View file

@ -30,4 +30,4 @@ __author__ = ("Alex Gaynor, Hynek Schlawack, Donald Stufft, "
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright 2013 %s" % __author__
__copyright__ = "Copyright 2013-2014 %s" % __author__

View file

@ -54,7 +54,7 @@ master_doc = 'index'
# General information about the project.
project = 'Cryptography'
copyright = '2013, Individual Contributors'
copyright = '2013-2014, Individual Contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the