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 | 864ef748749dca37a68e626a59e1bb48b8c704f0 (patch) | |
| tree | b8f2f2fd26e5b1586fe684814f5c64f0510e43a2 /sphinx/builders | |
| parent | 3d10990eab0105c516516ff3ba3f45eecce10656 (diff) | |
| download | sphinx-864ef748749dca37a68e626a59e1bb48b8c704f0.tar.gz | |
Explicitly refer to the license in :license: tags.
Diffstat (limited to 'sphinx/builders')
| -rw-r--r-- | sphinx/builders/__init__.py | 2 | ||||
| -rw-r--r-- | sphinx/builders/changes.py | 2 | ||||
| -rw-r--r-- | sphinx/builders/html.py | 2 | ||||
| -rw-r--r-- | sphinx/builders/htmlhelp.py | 2 | ||||
| -rw-r--r-- | sphinx/builders/latex.py | 2 | ||||
| -rw-r--r-- | sphinx/builders/linkcheck.py | 2 | ||||
| -rw-r--r-- | sphinx/builders/text.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sphinx/builders/__init__.py b/sphinx/builders/__init__.py index 03e835af..c9286a27 100644 --- a/sphinx/builders/__init__.py +++ b/sphinx/builders/__init__.py @@ -6,7 +6,7 @@ Builder superclass for all builders. :copyright: 2007-2008 by Georg Brandl, Sebastian Wiesner, Horst Gutmann. - :license: BSD. + :license: BSD, see LICENSE for details. """ import os diff --git a/sphinx/builders/changes.py b/sphinx/builders/changes.py index 28805738..8665b6e7 100644 --- a/sphinx/builders/changes.py +++ b/sphinx/builders/changes.py @@ -6,7 +6,7 @@ Changelog builder. :copyright: 2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ import codecs diff --git a/sphinx/builders/html.py b/sphinx/builders/html.py index 553092e1..a86eaed8 100644 --- a/sphinx/builders/html.py +++ b/sphinx/builders/html.py @@ -6,7 +6,7 @@ Several HTML builders. :copyright: 2007-2008 by Georg Brandl, Armin Ronacher. - :license: BSD. + :license: BSD, see LICENSE for details. """ import os diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py index b1c7fbc5..68d3de28 100644 --- a/sphinx/builders/htmlhelp.py +++ b/sphinx/builders/htmlhelp.py @@ -7,7 +7,7 @@ Parts adapted from Python's Doc/tools/prechm.py. :copyright: 2007-2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ import os diff --git a/sphinx/builders/latex.py b/sphinx/builders/latex.py index 916430db..2301c7ac 100644 --- a/sphinx/builders/latex.py +++ b/sphinx/builders/latex.py @@ -6,7 +6,7 @@ LaTeX builder. :copyright: 2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ import os diff --git a/sphinx/builders/linkcheck.py b/sphinx/builders/linkcheck.py index 9dbfc913..a8536f43 100644 --- a/sphinx/builders/linkcheck.py +++ b/sphinx/builders/linkcheck.py @@ -6,7 +6,7 @@ The CheckExternalLinksBuilder class. :copyright: 2008 by Georg Brandl, Thomas Lamb. - :license: BSD. + :license: BSD, see LICENSE for details. """ import socket diff --git a/sphinx/builders/text.py b/sphinx/builders/text.py index c6f232e8..e3eadcbc 100644 --- a/sphinx/builders/text.py +++ b/sphinx/builders/text.py @@ -6,7 +6,7 @@ Plain-text Sphinx builder. :copyright: 2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ import codecs |
