diff options
Diffstat (limited to 'sphinx/addnodes.py')
-rw-r--r-- | sphinx/addnodes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py index 1a49a6828..e5f88a601 100644 --- a/sphinx/addnodes.py +++ b/sphinx/addnodes.py @@ -3,8 +3,8 @@ sphinx.addnodes ~~~~~~~~~~~~~~~ - :copyright: 2007 by Georg Brandl. - :license: Python license. + :copyright: 2007-2008 by Georg Brandl. + :license: BSD. """ from docutils import nodes |