diff options
author | ianb <devnull@localhost> | 2005-08-31 02:37:29 +0000 |
---|---|---|
committer | ianb <devnull@localhost> | 2005-08-31 02:37:29 +0000 |
commit | c3490faf55d3d2ce465cb7a21a14982f3ac4482d (patch) | |
tree | ec4ddba9324d7c3b41cf071442abdc05fb1c74dd /paste/wsgilib.py | |
parent | 57d8e8c334594bad42679400733ce55fbeb48dea (diff) | |
download | paste-c3490faf55d3d2ce465cb7a21a14982f3ac4482d.tar.gz |
Added license comment to all substantive files
Diffstat (limited to 'paste/wsgilib.py')
-rw-r--r-- | paste/wsgilib.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/paste/wsgilib.py b/paste/wsgilib.py index b261477..c8ea591 100644 --- a/paste/wsgilib.py +++ b/paste/wsgilib.py @@ -1,3 +1,6 @@ +# (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 + """ A module of many disparate routines. """ |