mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump the copyright year
This commit is contained in:
parent
7580acddc6
commit
dd1f5c5398
2 changed files with 2 additions and 2 deletions
|
|
@ -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__
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue