diff options
Diffstat (limited to 'sphinx/web/antispam.py')
-rw-r--r-- | sphinx/web/antispam.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/web/antispam.py b/sphinx/web/antispam.py index 14fda41b0..ab9f5f666 100644 --- a/sphinx/web/antispam.py +++ b/sphinx/web/antispam.py @@ -6,8 +6,8 @@ Small module that performs anti spam tests based on the bad content regex list provided by moin moin. - :copyright: 2007 by Armin Ronacher. - :license: Python license. + :copyright: 2007-2008 by Armin Ronacher. + :license: BSD. """ from __future__ import with_statement import re |