summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-05-26 17:16:24 +0200
committerholger krekel <holger@merlinux.eu>2011-05-26 17:16:24 +0200
commit567bc40edfee9a736db6f3c1ffd2ce5b2db83408 (patch)
treefe972a9e56dbc29aad3f6a8c234cf083889b37d9
parent51bd0c261388079e197b0367c4af581999589e69 (diff)
downloadtox-git-567bc40edfee9a736db6f3c1ffd2ce5b2db83408.tar.gz
some link and copyrights bits
-rw-r--r--LICENSE4
-rw-r--r--doc/announce/release-1.0.txt2
-rw-r--r--doc/conf.py2
-rw-r--r--setup.py4
4 files changed, 6 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index 5c18f967..9246a20f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
diff --git a/setup.py b/setup.py
index 51371902..a1859573 100644
--- a/setup.py
+++ b/setup.py
@@ -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
"""