diff options
Diffstat (limited to 'sphinx/web/userdb.py')
-rw-r--r-- | sphinx/web/userdb.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/web/userdb.py b/sphinx/web/userdb.py index 8ce0560df..f9eefd92d 100644 --- a/sphinx/web/userdb.py +++ b/sphinx/web/userdb.py @@ -7,8 +7,8 @@ that stores users and their passwords so that they can gain access to the administration system. - :copyright: 2007 by Armin Ronacher. - :license: Python license. + :copyright: 2007-2008 by Armin Ronacher. + :license: BSD. """ from __future__ import with_statement from os import path |