diff options
Diffstat (limited to 'sphinx/search.py')
-rw-r--r-- | sphinx/search.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/search.py b/sphinx/search.py index f5622f704..fb5d0a580 100644 --- a/sphinx/search.py +++ b/sphinx/search.py @@ -5,8 +5,8 @@ Create a search index for offline search. - :copyright: 2007 by Armin Ronacher. - :license: Python license. + :copyright: 2007-2008 by Armin Ronacher. + :license: BSD. """ import re import pickle |