diff options
| author | Georg Brandl <georg@python.org> | 2009-01-04 14:39:36 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-01-04 14:39:36 +0100 |
| commit | 615da933a90527588029a1164894c6a8f56ecfce (patch) | |
| tree | 27a8f8ec2a70bccfe44bc2e6adef335df3c21832 /sphinx/pycode | |
| parent | 9b7a7f6c10dd58776179bd405c3eed7b3d81dc29 (diff) | |
| download | sphinx-615da933a90527588029a1164894c6a8f56ecfce.tar.gz | |
Fix a few remaining copyrights and add 2009 to license.
Diffstat (limited to 'sphinx/pycode')
| -rw-r--r-- | sphinx/pycode/__init__.py | 2 | ||||
| -rw-r--r-- | sphinx/pycode/nodes.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/pycode/__init__.py b/sphinx/pycode/__init__.py index 03481233..a61a051a 100644 --- a/sphinx/pycode/__init__.py +++ b/sphinx/pycode/__init__.py @@ -5,7 +5,7 @@ Utilities parsing and analyzing Python code. - :copyright: 2008-2009 by Georg Brandl. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/sphinx/pycode/nodes.py b/sphinx/pycode/nodes.py index d0fb522b..4d27fc66 100644 --- a/sphinx/pycode/nodes.py +++ b/sphinx/pycode/nodes.py @@ -5,7 +5,7 @@ Parse tree node implementations. - :copyright: 2009 by Georg Brandl. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |
