commit | 54a6ada5fc5f79e2dd09aa8cd7f87667bba6a7f6 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Dec 31 07:34:31 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Dec 31 07:34:31 2014 -0800 |
tree | 79da8e17d1efd88ab7e687e094c8e40e2b176bfd | |
parent | 0d7aead176dbda689623be89cee68d0649e2aea4 [diff] | |
parent | 5e398d0bc8e990a86dba27949b25e8ba41805b81 [diff] |
Merge pull request #1597 from public/2015 Update copyright for 2015
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index f2700d5..ee16edd 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py
@@ -20,4 +20,4 @@ __email__ = "cryptography-dev@python.org" __license__ = "BSD or Apache License, Version 2.0" -__copyright__ = "Copyright 2013-2014 {0}".format(__author__) +__copyright__ = "Copyright 2013-2015 {0}".format(__author__)