From 83ebb0511fa7882dd38161d650659a00c71d7016 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 29 Sep 2013 13:12:53 -0700 Subject: Corrected the copyright --- cryptography/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ -- cgit v1.2.3