summaryrefslogtreecommitdiff
path: root/sphinx/util/jsdump.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-04 14:39:36 +0100
committerGeorg Brandl <georg@python.org>2009-01-04 14:39:36 +0100
commit5df8e162f9b2740ac2b74fa15bc3c0be8b56a02b (patch)
tree27a8f8ec2a70bccfe44bc2e6adef335df3c21832 /sphinx/util/jsdump.py
parent0c4a2bbe8d09fdaf616ee63d15a2266b35a7296d (diff)
downloadsphinx-git-5df8e162f9b2740ac2b74fa15bc3c0be8b56a02b.tar.gz
Fix a few remaining copyrights and add 2009 to license.
Diffstat (limited to 'sphinx/util/jsdump.py')
-rw-r--r--sphinx/util/jsdump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/jsdump.py b/sphinx/util/jsdump.py
index 2eb4619e5..8c760b68c 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.
"""