From: digitalxero Date: Sat, 19 Feb 2011 20:21:47 +0000 (-0500) Subject: Reset copyright on the async module X-Git-Tag: v0.3.1~33^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=718f45698de90994effa734ac6d608e92008c177;p=services%2Fpython-requests.git Reset copyright on the async module --- 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'