diff options
Diffstat (limited to 'sphinx/web/application.py')
-rw-r--r-- | sphinx/web/application.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/web/application.py b/sphinx/web/application.py index df8069355..5ec11a6f8 100644 --- a/sphinx/web/application.py +++ b/sphinx/web/application.py @@ -6,8 +6,8 @@ A simple WSGI application that serves an interactive version of the python documentation. - :copyright: 2007 by Georg Brandl, Armin Ronacher. - :license: Python license. + :copyright: 2007-2008 by Georg Brandl, Armin Ronacher. + :license: BSD. """ from __future__ import with_statement |