diff options
| author | Georg Brandl <georg@python.org> | 2009-01-03 11:57:07 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-01-03 11:57:07 +0100 |
| commit | 584e85e0759f969b22e72d954e5bded3bcc41682 (patch) | |
| tree | 837094985a916d2ad71ce5d24ba572f77e9a2c8c /sphinx/ext | |
| parent | 68b5e391be076ad654fa2d6451604624990493fe (diff) | |
| download | sphinx-584e85e0759f969b22e72d954e5bded3bcc41682.tar.gz | |
Switch copyright and license tags to single style. Add contributor
names in AUTHORS instead, and add the license of etree13 to
LICENSE.
Diffstat (limited to 'sphinx/ext')
| -rw-r--r-- | sphinx/ext/__init__.py | 4 | ||||
| -rw-r--r-- | sphinx/ext/autodoc.py | 4 | ||||
| -rw-r--r-- | sphinx/ext/coverage.py | 4 | ||||
| -rw-r--r-- | sphinx/ext/doctest.py | 4 | ||||
| -rw-r--r-- | sphinx/ext/ifconfig.py | 4 | ||||
| -rw-r--r-- | sphinx/ext/intersphinx.py | 4 | ||||
| -rw-r--r-- | sphinx/ext/jsmath.py | 4 | ||||
| -rw-r--r-- | sphinx/ext/mathbase.py | 4 | ||||
| -rw-r--r-- | sphinx/ext/pngmath.py | 4 | ||||
| -rw-r--r-- | sphinx/ext/refcounting.py | 4 | ||||
| -rw-r--r-- | sphinx/ext/todo.py | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/sphinx/ext/__init__.py b/sphinx/ext/__init__.py index d111f11b..c6e23951 100644 --- a/sphinx/ext/__init__.py +++ b/sphinx/ext/__init__.py @@ -5,6 +5,6 @@ Contains Sphinx features not activated by default. - :copyright: 2008 by Georg Brandl. - :license: BSD. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ diff --git a/sphinx/ext/autodoc.py b/sphinx/ext/autodoc.py index ddaba04c..ee45a312 100644 --- a/sphinx/ext/autodoc.py +++ b/sphinx/ext/autodoc.py @@ -7,8 +7,8 @@ the doctree, thus avoiding duplication between docstrings and documentation for those who like elaborate docstrings. - :copyright: 2008 by Georg Brandl, Pauli Virtanen, Martin Hans. - :license: BSD. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ import re diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py index f03dbc1e..c26a1cfd 100644 --- a/sphinx/ext/coverage.py +++ b/sphinx/ext/coverage.py @@ -6,8 +6,8 @@ Check Python modules and C API for coverage. Mostly written by Josip Dzolonga for the Google Highly Open Participation contest. - :copyright: 2008 by Josip Dzolonga, Georg Brandl. - :license: BSD. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ import re diff --git a/sphinx/ext/doctest.py b/sphinx/ext/doctest.py index 87c8cf17..3a44c3f7 100644 --- a/sphinx/ext/doctest.py +++ b/sphinx/ext/doctest.py @@ -6,8 +6,8 @@ Mimic doctest by automatically executing code snippets and checking their results. - :copyright: 2008 by Georg Brandl. - :license: BSD. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ import re diff --git a/sphinx/ext/ifconfig.py b/sphinx/ext/ifconfig.py index 204178f2..f622ec49 100644 --- a/sphinx/ext/ifconfig.py +++ b/sphinx/ext/ifconfig.py @@ -16,8 +16,8 @@ namespace of the project configuration (that is, all variables from ``conf.py`` are available.) - :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/ext/intersphinx.py b/sphinx/ext/intersphinx.py index 0c034e0d..463f5437 100644 --- a/sphinx/ext/intersphinx.py +++ b/sphinx/ext/intersphinx.py @@ -20,8 +20,8 @@ also be specified individually, e.g. if the docs should be buildable without Internet access. - :copyright: 2008 by Georg Brandl. - :license: BSD. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ import time diff --git a/sphinx/ext/jsmath.py b/sphinx/ext/jsmath.py index bd2579de..1bea3304 100644 --- a/sphinx/ext/jsmath.py +++ b/sphinx/ext/jsmath.py @@ -6,8 +6,8 @@ Set up everything for use of JSMath to display math in HTML via JavaScript. - :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/ext/mathbase.py b/sphinx/ext/mathbase.py index fc002c60..12af089d 100644 --- a/sphinx/ext/mathbase.py +++ b/sphinx/ext/mathbase.py @@ -5,8 +5,8 @@ Set up math support in source files and LaTeX/text output. - :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, utils diff --git a/sphinx/ext/pngmath.py b/sphinx/ext/pngmath.py index e3c812a1..dc1d2ee8 100644 --- a/sphinx/ext/pngmath.py +++ b/sphinx/ext/pngmath.py @@ -5,8 +5,8 @@ Render math in HTML via dvipng. - :copyright: 2008 by Georg Brandl. - :license: BSD. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ import re diff --git a/sphinx/ext/refcounting.py b/sphinx/ext/refcounting.py index c6e5a76f..c31d6627 100644 --- a/sphinx/ext/refcounting.py +++ b/sphinx/ext/refcounting.py @@ -9,8 +9,8 @@ Usage: Set the `refcount_file` config value to the path to the reference count data file. - :copyright: 2008 by Georg Brandl. - :license: BSD. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ from os import path diff --git a/sphinx/ext/todo.py b/sphinx/ext/todo.py index f4bed740..dac90660 100644 --- a/sphinx/ext/todo.py +++ b/sphinx/ext/todo.py @@ -8,8 +8,8 @@ all todos of your project and lists them along with a backlink to the original location. - :copyright: 2008 Daniel Bültmann. - :license: BSD. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ from docutils import nodes |
