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/httpexceptions.py | |
| parent | 57d8e8c334594bad42679400733ce55fbeb48dea (diff) | |
| download | paste-c3490faf55d3d2ce465cb7a21a14982f3ac4482d.tar.gz | |
Added license comment to all substantive files
Diffstat (limited to 'paste/httpexceptions.py')
| -rw-r--r-- | paste/httpexceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py index 11e8c98..d5a7e07 100644 --- a/paste/httpexceptions.py +++ b/paste/httpexceptions.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 + """ WSGI middleware |
