diff options
-rw-r--r-- | LICENSE | 4 | ||||
-rw-r--r-- | doc/announce/release-1.0.txt | 2 | ||||
-rw-r--r-- | doc/conf.py | 2 | ||||
-rw-r--r-- | setup.py | 4 |
4 files changed, 6 insertions, 6 deletions
@@ -5,6 +5,6 @@ See http://www.fsf.org/licensing/licenses/ for more information. If you have questions and/or want to use parts of the code under a different license than the GPL -please contact me. +please contact me. -holger krekel, July 2010, holger at merlinux eu +holger krekel, May 2011, holger at merlinux eu diff --git a/doc/announce/release-1.0.txt b/doc/announce/release-1.0.txt index cf33fe3c..2a7ceed1 100644 --- a/doc/announce/release-1.0.txt +++ b/doc/announce/release-1.0.txt @@ -13,7 +13,7 @@ driven from a simple ``tox.ini`` file, including: Docs and examples are at: - http://tox.rtfd.com + http://tox.readthedocs.com Installation: diff --git a/doc/conf.py b/doc/conf.py index 64597869..d06d5ac5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'tox' -copyright = u'2010, holger krekel' +copyright = u'2011, holger krekel and others' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -20,9 +20,9 @@ use for: For more information, docs and many examples please checkout the `home page`_: - http://tox.rtfd.org + http://tox.readthedocs.org -.. _`home page`: http://tox.rtfd.org +.. _`home page`: http://tox.readthedocs.org """ |