diff options
Diffstat (limited to 'sphinx/ext')
| -rw-r--r-- | sphinx/ext/__init__.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/autodoc.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/coverage.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/doctest.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/ifconfig.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/intersphinx.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/jsmath.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/mathbase.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/pngmath.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/refcounting.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/todo.py | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/sphinx/ext/__init__.py b/sphinx/ext/__init__.py index d111f11b..402dd578 100644 --- a/sphinx/ext/__init__.py +++ b/sphinx/ext/__init__.py @@ -6,5 +6,5 @@ Contains Sphinx features not activated by default. :copyright: 2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ diff --git a/sphinx/ext/autodoc.py b/sphinx/ext/autodoc.py index 1a46ac8a..bb717e0e 100644 --- a/sphinx/ext/autodoc.py +++ b/sphinx/ext/autodoc.py @@ -8,7 +8,7 @@ for those who like elaborate docstrings. :copyright: 2008 by Georg Brandl, Pauli Virtanen, Martin Hans. - :license: BSD. + :license: BSD, see LICENSE for details. """ import re diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py index dfe01419..af6031fd 100644 --- a/sphinx/ext/coverage.py +++ b/sphinx/ext/coverage.py @@ -7,7 +7,7 @@ Dzolonga for the Google Highly Open Participation contest. :copyright: 2008 by Josip Dzolonga, Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ import re diff --git a/sphinx/ext/doctest.py b/sphinx/ext/doctest.py index 8651526e..5ea1dde9 100644 --- a/sphinx/ext/doctest.py +++ b/sphinx/ext/doctest.py @@ -7,7 +7,7 @@ their results. :copyright: 2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ import re diff --git a/sphinx/ext/ifconfig.py b/sphinx/ext/ifconfig.py index 204178f2..10cab525 100644 --- a/sphinx/ext/ifconfig.py +++ b/sphinx/ext/ifconfig.py @@ -17,7 +17,7 @@ are available.) :copyright: 2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ from docutils import nodes diff --git a/sphinx/ext/intersphinx.py b/sphinx/ext/intersphinx.py index 85733ac4..e94b3d67 100644 --- a/sphinx/ext/intersphinx.py +++ b/sphinx/ext/intersphinx.py @@ -21,7 +21,7 @@ without Internet access. :copyright: 2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ import time diff --git a/sphinx/ext/jsmath.py b/sphinx/ext/jsmath.py index bd2579de..4bc38b51 100644 --- a/sphinx/ext/jsmath.py +++ b/sphinx/ext/jsmath.py @@ -7,7 +7,7 @@ via JavaScript. :copyright: 2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ from docutils import nodes diff --git a/sphinx/ext/mathbase.py b/sphinx/ext/mathbase.py index fc002c60..825eabef 100644 --- a/sphinx/ext/mathbase.py +++ b/sphinx/ext/mathbase.py @@ -6,7 +6,7 @@ Set up math support in source files and LaTeX/text output. :copyright: 2008 by Georg Brandl. - :license: BSD. + :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..047af9bb 100644 --- a/sphinx/ext/pngmath.py +++ b/sphinx/ext/pngmath.py @@ -6,7 +6,7 @@ Render math in HTML via dvipng. :copyright: 2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ import re diff --git a/sphinx/ext/refcounting.py b/sphinx/ext/refcounting.py index c6e5a76f..e42e7e2c 100644 --- a/sphinx/ext/refcounting.py +++ b/sphinx/ext/refcounting.py @@ -10,7 +10,7 @@ count data file. :copyright: 2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ from os import path diff --git a/sphinx/ext/todo.py b/sphinx/ext/todo.py index f4bed740..4c1b142c 100644 --- a/sphinx/ext/todo.py +++ b/sphinx/ext/todo.py @@ -9,7 +9,7 @@ original location. :copyright: 2008 Daniel Bültmann. - :license: BSD. + :license: BSD, see LICENSE for details. """ from docutils import nodes |
