diff options
Diffstat (limited to 'sphinx/web/markup.py')
-rw-r--r-- | sphinx/web/markup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/web/markup.py b/sphinx/web/markup.py index 84a82322a..460d139f9 100644 --- a/sphinx/web/markup.py +++ b/sphinx/web/markup.py @@ -35,8 +35,8 @@ <quote>cite someone</quote> Like <blockquote> in HTML. - :copyright: 2007 by Armin Ronacher. - :license: Python license. + :copyright: 2007-2008 by Armin Ronacher. + :license: BSD. """ import cgi import re |