diff options
author | Georg Brandl <georg@python.org> | 2008-12-27 12:19:17 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-12-27 12:19:17 +0100 |
commit | 26d7aafaaef096c706b563fa3cc17aae322896be (patch) | |
tree | b8f2f2fd26e5b1586fe684814f5c64f0510e43a2 /sphinx/util/jsdump.py | |
parent | 5975e6c0f621c1664b6f18c9c06628cb080e4b12 (diff) | |
download | sphinx-git-26d7aafaaef096c706b563fa3cc17aae322896be.tar.gz |
Explicitly refer to the license in :license: tags.
Diffstat (limited to 'sphinx/util/jsdump.py')
-rw-r--r-- | sphinx/util/jsdump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/jsdump.py b/sphinx/util/jsdump.py index 3d246d0cc..d7f8f5a81 100644 --- a/sphinx/util/jsdump.py +++ b/sphinx/util/jsdump.py @@ -7,7 +7,7 @@ Uses the basestring encode function from simplejson. :copyright: 2008 by Armin Ronacher, Bob Ippolito, Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ import re |