Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-27 14:19:17 +0300
committerGeorg Brandl <georg@python.org>2008-12-27 14:19:17 +0300
commit26d7aafaaef096c706b563fa3cc17aae322896be (patch)
treeb8f2f2fd26e5b1586fe684814f5c64f0510e43a2 /sphinx/writers/__init__.py
parent5975e6c0f621c1664b6f18c9c06628cb080e4b12 (diff)
Explicitly refer to the license in :license: tags.
Diffstat (limited to 'sphinx/writers/__init__.py')
-rw-r--r--sphinx/writers/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/writers/__init__.py b/sphinx/writers/__init__.py
index 902f04d39..454f54eb7 100644
--- a/sphinx/writers/__init__.py
+++ b/sphinx/writers/__init__.py
@@ -6,5 +6,5 @@
Custom docutils writers.
:copyright: 2008 by Georg Brandl.
- :license: BSD.
+ :license: BSD, see LICENSE for details.
"""