diff options
Diffstat (limited to 'sphinx/web/admin.py')
-rw-r--r-- | sphinx/web/admin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/web/admin.py b/sphinx/web/admin.py index 0c5f34862..80f847b63 100644 --- a/sphinx/web/admin.py +++ b/sphinx/web/admin.py @@ -5,8 +5,8 @@ Admin application parts. - :copyright: 2007 by Georg Brandl, Armin Ronacher. - :license: Python license. + :copyright: 2007-2008 by Georg Brandl, Armin Ronacher. + :license: BSD. """ from .util import render_template |