diff options
Diffstat (limited to 'sphinx/web/serve.py')
-rw-r--r-- | sphinx/web/serve.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/web/serve.py b/sphinx/web/serve.py index b5ff12552..a1e7d78b4 100644 --- a/sphinx/web/serve.py +++ b/sphinx/web/serve.py @@ -7,8 +7,8 @@ automatically. Works with any WSGI application but it won't help in non `wsgiref` environments. Use it only for development. - :copyright: 2007 by Armin Ronacher, Georg Brandl. - :license: Python license. + :copyright: 2007-2008 by Armin Ronacher, Georg Brandl. + :license: BSD. """ import os import sys |