diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-12-31 19:53:11 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-12-31 16:53:11 -0800 |
commit | 1c2458e0ceb1685b80dfe115a796926d3f1f4d86 (patch) | |
tree | b8cac2eaaf0ada9cf184cbdad7fbea072409e004 | |
parent | 1341bb71ee21f1bc48b5ad7e5a3db0f378206200 (diff) | |
download | cryptography-1c2458e0ceb1685b80dfe115a796926d3f1f4d86.tar.gz cryptography-1c2458e0ceb1685b80dfe115a796926d3f1f4d86.tar.bz2 cryptography-1c2458e0ceb1685b80dfe115a796926d3f1f4d86.zip |
It is 2017, in UTC (#3342)
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | src/cryptography/__about__.py | 2 | ||||
-rw-r--r-- | vectors/cryptography_vectors/__about__.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 85a569a7..ffb45d8a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ master_doc = 'index' # General information about the project. project = 'Cryptography' -copyright = '2013-2016, Individual Contributors' +copyright = '2013-2017, 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 diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 55b326c7..e3e29073 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -20,4 +20,4 @@ __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" __license__ = "BSD or Apache License, Version 2.0" -__copyright__ = "Copyright 2013-2016 {0}".format(__author__) +__copyright__ = "Copyright 2013-2017 {0}".format(__author__) diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index 168e752a..8234dd4f 100644 --- a/vectors/cryptography_vectors/__about__.py +++ b/vectors/cryptography_vectors/__about__.py @@ -20,4 +20,4 @@ __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" __license__ = "BSD or Apache License, Version 2.0" -__copyright__ = "Copyright 2013-2016 %s" % __author__ +__copyright__ = "Copyright 2013-2017 %s" % __author__ |