summaryrefslogtreecommitdiff
path: root/paste/response.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/response.py')
-rw-r--r--paste/response.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/paste/response.py b/paste/response.py
index c88cec0..d5cea3c 100644
--- a/paste/response.py
+++ b/paste/response.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
"""Routines to generate WSGI responses"""
############################################################