diff options
| author | ianb <devnull@localhost> | 2006-06-13 16:13:14 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2006-06-13 16:13:14 +0000 |
| commit | 4042e8d79f968fabd2d66ba20d87481cf9cd11c0 (patch) | |
| tree | a6055d7b118c5fe1dd24e19c0f788765d16dc666 /paste/httpserver.py | |
| parent | 7da15f909d183b34c483448d48af9c4efcedd20e (diff) | |
| download | paste-4042e8d79f968fabd2d66ba20d87481cf9cd11c0.tar.gz | |
Added copyright header to a bunch of files
Diffstat (limited to 'paste/httpserver.py')
| -rwxr-xr-x | paste/httpserver.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/paste/httpserver.py b/paste/httpserver.py index 4918acd..7d91056 100755 --- a/paste/httpserver.py +++ b/paste/httpserver.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 # (c) 2005 Clark C. Evans # This module is part of the Python Paste Project and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php |
