diff options
| author | Ian Bicking <ian@ianbicking.org> | 2005-08-31 02:37:29 +0000 |
|---|---|---|
| committer | Ian Bicking <ian@ianbicking.org> | 2005-08-31 02:37:29 +0000 |
| commit | 2aa86e59277804c89d0c543299593d7a6ed652ed (patch) | |
| tree | ec4ddba9324d7c3b41cf071442abdc05fb1c74dd /paste/wdg_validate.py | |
| parent | 011e0319b34ee2978c2a02f00a07c352a11be15e (diff) | |
| download | paste-git-2aa86e59277804c89d0c543299593d7a6ed652ed.tar.gz | |
Added license comment to all substantive files
Diffstat (limited to 'paste/wdg_validate.py')
| -rw-r--r-- | paste/wdg_validate.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/paste/wdg_validate.py b/paste/wdg_validate.py index e2dfacf..3f38493 100644 --- a/paste/wdg_validate.py +++ b/paste/wdg_validate.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 + from cStringIO import StringIO try: import subprocess |
