diff options
Diffstat (limited to 'sphinx/util/json.py')
-rw-r--r-- | sphinx/util/json.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/util/json.py b/sphinx/util/json.py index c2436e518..cc2c78252 100644 --- a/sphinx/util/json.py +++ b/sphinx/util/json.py @@ -10,8 +10,8 @@ Uses the basestring encode function from simplejson. - :copyright: 2007 by Armin Ronacher, Bob Ippolito. - :license: Python license. + :copyright: 2007-2008 by Armin Ronacher, Bob Ippolito. + :license: BSD. """ import re |