diff options
Diffstat (limited to 'sphinx/addnodes.py')
-rw-r--r-- | sphinx/addnodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py index ad4909e05..a9135b0ab 100644 --- a/sphinx/addnodes.py +++ b/sphinx/addnodes.py @@ -6,7 +6,7 @@ Additional docutils nodes. :copyright: 2007-2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ from docutils import nodes |