diff options
Diffstat (limited to 'sphinx/web/database.py')
-rw-r--r-- | sphinx/web/database.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/web/database.py b/sphinx/web/database.py index 3dc5b15e7..c5393bf27 100644 --- a/sphinx/web/database.py +++ b/sphinx/web/database.py @@ -9,8 +9,8 @@ usable connection which is also set as the connection for the thread that called that function. - :copyright: 2007 by Georg Brandl, Armin Ronacher. - :license: Python license. + :copyright: 2007-2008 by Georg Brandl, Armin Ronacher. + :license: BSD. """ import time import sqlite3 |