aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-09-29 13:23:42 -0700
committerDonald Stufft <donald@stufft.io>2013-09-29 13:23:42 -0700
commitd59a0485bc8195efcc476e4362cb3bb47e89d9e8 (patch)
treea9f05bc565468ccdf742b4631391e3e91df747f6
parent8842e1650c5f3751b5c964eb1fd782a35680d236 (diff)
parent83ebb0511fa7882dd38161d650659a00c71d7016 (diff)
downloadcryptography-d59a0485bc8195efcc476e4362cb3bb47e89d9e8.tar.gz
cryptography-d59a0485bc8195efcc476e4362cb3bb47e89d9e8.tar.bz2
cryptography-d59a0485bc8195efcc476e4362cb3bb47e89d9e8.zip
Merge pull request #74 from alex/copyright
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__