summaryrefslogtreecommitdiff
path: root/sphinx/util
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util')
-rw-r--r--sphinx/util/__init__.py4
-rw-r--r--sphinx/util/compat.py4
-rw-r--r--sphinx/util/console.py4
-rw-r--r--sphinx/util/jsdump.py6
-rw-r--r--sphinx/util/png.py4
-rw-r--r--sphinx/util/stemmer.py2
-rw-r--r--sphinx/util/texescape.py4
7 files changed, 14 insertions, 14 deletions
diff --git a/sphinx/util/__init__.py b/sphinx/util/__init__.py
index 13b53ac7..e4273106 100644
--- a/sphinx/util/__init__.py
+++ b/sphinx/util/__init__.py
@@ -5,8 +5,8 @@
Utility functions for Sphinx.
- :copyright: 2007-2008 by Georg Brandl.
- :license: BSD.
+ :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import os
diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py
index 208b8218..4d5e1996 100644
--- a/sphinx/util/compat.py
+++ b/sphinx/util/compat.py
@@ -5,8 +5,8 @@
Stuff for docutils compatibility.
- :copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
from docutils import nodes
diff --git a/sphinx/util/console.py b/sphinx/util/console.py
index d6ebcb94..724dee10 100644
--- a/sphinx/util/console.py
+++ b/sphinx/util/console.py
@@ -5,8 +5,8 @@
Format colored console output.
- :copyright: 2007-2008 by Georg Brandl.
- :license: BSD.
+ :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import os
diff --git a/sphinx/util/jsdump.py b/sphinx/util/jsdump.py
index 3d246d0c..2eb4619e 100644
--- a/sphinx/util/jsdump.py
+++ b/sphinx/util/jsdump.py
@@ -4,10 +4,10 @@
~~~~~~~~~~~~~~~~~~
This module implements a simple JavaScript serializer.
- Uses the basestring encode function from simplejson.
+ Uses the basestring encode function from simplejson by Bob Ippolito.
- :copyright: 2008 by Armin Ronacher, Bob Ippolito, Georg Brandl.
- :license: BSD.
+ :copyright: Copyright 2008 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import re
diff --git a/sphinx/util/png.py b/sphinx/util/png.py
index a22acba2..805a6bdc 100644
--- a/sphinx/util/png.py
+++ b/sphinx/util/png.py
@@ -5,8 +5,8 @@
PNG image manipulation helpers.
- :copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import struct
diff --git a/sphinx/util/stemmer.py b/sphinx/util/stemmer.py
index a5e5cbbc..7eeb77b2 100644
--- a/sphinx/util/stemmer.py
+++ b/sphinx/util/stemmer.py
@@ -24,7 +24,7 @@
Release 1: January 2001
- :copyright: 2001 by Vivake Gupta <v@nano.com>.
+ :copyright: Copyright 2001 by Vivake Gupta <v@nano.com>.
:license: Public Domain ("can be used free of charge for any purpose").
"""
diff --git a/sphinx/util/texescape.py b/sphinx/util/texescape.py
index 8412a3a3..1799b77c 100644
--- a/sphinx/util/texescape.py
+++ b/sphinx/util/texescape.py
@@ -5,8 +5,8 @@
TeX escaping helper.
- :copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
tex_replacements = [