diff options
Diffstat (limited to 'sphinx/web/wsgiutil.py')
-rw-r--r-- | sphinx/web/wsgiutil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/web/wsgiutil.py b/sphinx/web/wsgiutil.py index 76575cdf3..3deccbee1 100644 --- a/sphinx/web/wsgiutil.py +++ b/sphinx/web/wsgiutil.py @@ -6,8 +6,8 @@ To avoid further dependencies this module collects some of the classes werkzeug provides and use in other views. - :copyright: 2007 by Armin Ronacher. - :license: Python license. + :copyright: 2007-2008 by Armin Ronacher. + :license: BSD. """ from __future__ import with_statement |