summaryrefslogtreecommitdiff
path: root/paste/registry.py
diff options
context:
space:
mode:
authorbbangert <devnull@localhost>2006-03-10 23:14:04 +0000
committerbbangert <devnull@localhost>2006-03-10 23:14:04 +0000
commitfffca229d33a4267b807ac2542774fc1c255db8d (patch)
tree31b786e62444a9226369d10ddb704fa0414ba2c8 /paste/registry.py
parent49b2a3693722293cf128421f2b5d2f2a93eafe25 (diff)
downloadpaste-fffca229d33a4267b807ac2542774fc1c255db8d.tar.gz
Adding copyright/license info
Diffstat (limited to 'paste/registry.py')
-rw-r--r--paste/registry.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/paste/registry.py b/paste/registry.py
index ae77f18..44d6f71 100644
--- a/paste/registry.py
+++ b/paste/registry.py
@@ -1,3 +1,7 @@
+# (c) 2005 Ben Bangert
+# This module is part of the Python Paste Project and is released under
+# the MIT License: http://www.opensource.org/licenses/mit-license.php
+
"""Registry for handling request-local module globals sanely
Dealing with module globals in a thread-safe way is good if your