aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-29 13:12:53 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-29 13:12:53 -0700
commit83ebb0511fa7882dd38161d650659a00c71d7016 (patch)
treea9f05bc565468ccdf742b4631391e3e91df747f6
parent8842e1650c5f3751b5c964eb1fd782a35680d236 (diff)
downloadcryptography-83ebb0511fa7882dd38161d650659a00c71d7016.tar.gz
cryptography-83ebb0511fa7882dd38161d650659a00c71d7016.tar.bz2
cryptography-83ebb0511fa7882dd38161d650659a00c71d7016.zip
Corrected the copyright
-rw-r--r--cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index bb9a6921..6499ff2b 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -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 Donald Stufft"
+__copyright__ = "Copyright 2013 %s" % __author__