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/util | |
| parent | 9b7a7f6c10dd58776179bd405c3eed7b3d81dc29 (diff) | |
| download | sphinx-615da933a90527588029a1164894c6a8f56ecfce.tar.gz | |
Fix a few remaining copyrights and add 2009 to license.
Diffstat (limited to 'sphinx/util')
| -rw-r--r-- | sphinx/util/docstrings.py | 2 | ||||
| -rw-r--r-- | sphinx/util/jsdump.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/util/docstrings.py b/sphinx/util/docstrings.py index d7e20e4c..1b0a599a 100644 --- a/sphinx/util/docstrings.py +++ b/sphinx/util/docstrings.py @@ -5,7 +5,7 @@ Utilities for docstring processing. - :copyright: 2008 by Georg Brandl. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/sphinx/util/jsdump.py b/sphinx/util/jsdump.py index 2eb4619e..8c760b68 100644 --- a/sphinx/util/jsdump.py +++ b/sphinx/util/jsdump.py @@ -6,7 +6,7 @@ This module implements a simple JavaScript serializer. Uses the basestring encode function from simplejson by Bob Ippolito. - :copyright: Copyright 2008 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |
