From 718f45698de90994effa734ac6d608e92008c177 Mon Sep 17 00:00:00 2001 From: digitalxero Date: Sat, 19 Feb 2011 15:21:47 -0500 Subject: [PATCH] Reset copyright on the async module --- requests/async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/async.py b/requests/async.py index 9df53ba..d0d66c2 100644 --- a/requests/async.py +++ b/requests/async.py @@ -40,4 +40,4 @@ __version__ = '0.0.1' __build__ = 0x000001 __author__ = 'Dj Gilcrease' __license__ = 'ISC' -__copyright__ = 'Copyright 2011 Dj Gilcrease' +__copyright__ = 'Copyright 2011 Kenneth Reitz' -- 2.7.4