summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-27 12:19:17 +0100
committerGeorg Brandl <georg@python.org>2008-12-27 12:19:17 +0100
commit864ef748749dca37a68e626a59e1bb48b8c704f0 (patch)
treeb8f2f2fd26e5b1586fe684814f5c64f0510e43a2 /tests
parent3d10990eab0105c516516ff3ba3f45eecce10656 (diff)
downloadsphinx-864ef748749dca37a68e626a59e1bb48b8c704f0.tar.gz
Explicitly refer to the license in :license: tags.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run.py2
-rw-r--r--tests/test_application.py2
-rw-r--r--tests/test_autodoc.py2
-rw-r--r--tests/test_build.py2
-rw-r--r--tests/test_config.py2
-rw-r--r--tests/test_coverage.py2
-rw-r--r--tests/test_env.py2
-rw-r--r--tests/test_highlighting.py2
-rw-r--r--tests/test_i18n.py2
-rw-r--r--tests/test_markup.py2
-rw-r--r--tests/test_quickstart.py2
-rw-r--r--tests/util.py2
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/run.py b/tests/run.py
index f67a3432..e8f6e86d 100755
--- a/tests/run.py
+++ b/tests/run.py
@@ -7,7 +7,7 @@
This script runs the Sphinx unit test suite.
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
import sys
diff --git a/tests/test_application.py b/tests/test_application.py
index e00e990f..b4029d3b 100644
--- a/tests/test_application.py
+++ b/tests/test_application.py
@@ -6,7 +6,7 @@
Test the Sphinx class.
:copyright: 2008 by Benjamin Peterson.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
from StringIO import StringIO
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py
index facb275a..fb4d4f8b 100644
--- a/tests/test_autodoc.py
+++ b/tests/test_autodoc.py
@@ -7,7 +7,7 @@
directives are tested in a test source file translated by test_build.
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
from util import *
diff --git a/tests/test_build.py b/tests/test_build.py
index 4f7d59a2..d307818a 100644
--- a/tests/test_build.py
+++ b/tests/test_build.py
@@ -6,7 +6,7 @@
Test the entire build process with the test root.
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
import os
diff --git a/tests/test_config.py b/tests/test_config.py
index 53cba59c..f49eb4fb 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -7,7 +7,7 @@
Application class.
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
from util import *
diff --git a/tests/test_coverage.py b/tests/test_coverage.py
index 82279f50..64bba45f 100644
--- a/tests/test_coverage.py
+++ b/tests/test_coverage.py
@@ -6,7 +6,7 @@
Test the coverage builder.
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
import pickle
diff --git a/tests/test_env.py b/tests/test_env.py
index 9f5f3286..c8a8364b 100644
--- a/tests/test_env.py
+++ b/tests/test_env.py
@@ -6,7 +6,7 @@
Test the BuildEnvironment class.
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
from util import *
diff --git a/tests/test_highlighting.py b/tests/test_highlighting.py
index 067c37cb..1d16b982 100644
--- a/tests/test_highlighting.py
+++ b/tests/test_highlighting.py
@@ -6,7 +6,7 @@
Test the Pygments highlighting bridge.
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
from util import *
diff --git a/tests/test_i18n.py b/tests/test_i18n.py
index da0af246..636b7007 100644
--- a/tests/test_i18n.py
+++ b/tests/test_i18n.py
@@ -6,7 +6,7 @@
Test locale features.
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
from util import *
diff --git a/tests/test_markup.py b/tests/test_markup.py
index a4b7cf77..86889a2a 100644
--- a/tests/test_markup.py
+++ b/tests/test_markup.py
@@ -6,7 +6,7 @@
Test various Sphinx-specific markup extensions.
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
import re
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py
index a76a1cdf..02954525 100644
--- a/tests/test_quickstart.py
+++ b/tests/test_quickstart.py
@@ -6,7 +6,7 @@
Test the sphinx.quickstart module.
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
import sys
diff --git a/tests/util.py b/tests/util.py
index c3c97a66..01ef5503 100644
--- a/tests/util.py
+++ b/tests/util.py
@@ -4,7 +4,7 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""
import sys