diff options
Diffstat (limited to 'sphinx/htmlwriter.py')
-rw-r--r-- | sphinx/htmlwriter.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/htmlwriter.py b/sphinx/htmlwriter.py index 12286a834..56536c5cd 100644 --- a/sphinx/htmlwriter.py +++ b/sphinx/htmlwriter.py @@ -5,8 +5,8 @@ docutils writers handling Sphinx' custom nodes. - :copyright: 2007 by Georg Brandl. - :license: Python license. + :copyright: 2007-2008 by Georg Brandl. + :license: BSD. """ from docutils import nodes |