diff options
author | Georg Brandl <georg@python.org> | 2008-01-11 14:18:19 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-11 14:18:19 +0000 |
commit | db0bbcb136c90beffabf04da959ff5a8386ba7e5 (patch) | |
tree | 4a2df2cff86a1f0e7ffccf573207ec9a64c22b7e /sphinx/util/json.py | |
parent | 13107c19d056a622ee833e872ec2ffe1a9069607 (diff) | |
download | sphinx-git-db0bbcb136c90beffabf04da959ff5a8386ba7e5.tar.gz |
Update copyright years and change license to BSD.
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 |