aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-12-31 10:51:23 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-12-31 10:51:41 +0000
commit5e398d0bc8e990a86dba27949b25e8ba41805b81 (patch)
tree79da8e17d1efd88ab7e687e094c8e40e2b176bfd /src/cryptography/__about__.py
parent0d7aead176dbda689623be89cee68d0649e2aea4 (diff)
downloadcryptography-5e398d0bc8e990a86dba27949b25e8ba41805b81.tar.gz
cryptography-5e398d0bc8e990a86dba27949b25e8ba41805b81.tar.bz2
cryptography-5e398d0bc8e990a86dba27949b25e8ba41805b81.zip
Update copyright for 2015
Diffstat (limited to 'src/cryptography/__about__.py')
-rw-r--r--src/cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index f2700d57..ee16edd7 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-2014 {0}".format(__author__)
+__copyright__ = "Copyright 2013-2015 {0}".format(__author__)