From 4042e8d79f968fabd2d66ba20d87481cf9cd11c0 Mon Sep 17 00:00:00 2001 From: ianb Date: Tue, 13 Jun 2006 16:13:14 +0000 Subject: Added copyright header to a bunch of files --- paste/proxy.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'paste/proxy.py') diff --git a/paste/proxy.py b/paste/proxy.py index 24860ff..c8075e7 100644 --- a/paste/proxy.py +++ b/paste/proxy.py @@ -1,3 +1,5 @@ +# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org) +# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php """ An application that proxies WSGI requests to a remote server. -- cgit v1.2.1