summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-05-02 23:51:59 +0200
committerChris Liechti <cliechti@gmx.net>2016-05-02 23:54:16 +0200
commit2c278a867174337d26da3d0a9d26066698b0e0fd (patch)
treee133ea074804f3f686f083d27333aca11c7fa1bc
parente528e61151009e5c6e24d9fd967ea3e2bb4eb35c (diff)
downloadpyserial-git-2c278a867174337d26da3d0a9d26066698b0e0fd.tar.gz
doc update
-rw-r--r--LICENSE.txt2
-rw-r--r--README.rst2
-rw-r--r--documentation/index.rst2
-rw-r--r--documentation/pyserial.rst2
-rw-r--r--setup.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index ab75467..22a93d0 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2001-2015 Chris Liechti <cliechti@gmx.net>
+Copyright (c) 2001-2016 Chris Liechti <cliechti@gmx.net>
All Rights Reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/README.rst b/README.rst
index 402ba08..6636b0b 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ appropriate backend.
- Project Homepage: https://github.com/pyserial/pyserial
- Download Page: https://pypi.python.org/pypi/pyserial
-BSD license, (C) 2001-2015 Chris Liechti <cliechti@gmx.net>
+BSD license, (C) 2001-2016 Chris Liechti <cliechti@gmx.net>
Documentation
diff --git a/documentation/index.rst b/documentation/index.rst
index a5eb155..10bf305 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -13,7 +13,7 @@ Other pages (online)
- `project page on GitHub`_
- `Download Page`_ with releases
-- This page, when viewed online is at https://pyserial.readthedocs.org/en/latest/ or
+- This page, when viewed online is at https://pyserial.readthedocs.io/en/latest/ or
http://pythonhosted.org/pyserial/ .
.. _Python: http://python.org/
diff --git a/documentation/pyserial.rst b/documentation/pyserial.rst
index 87bc437..b3f035a 100644
--- a/documentation/pyserial.rst
+++ b/documentation/pyserial.rst
@@ -19,7 +19,7 @@ Other pages (online)
- `project page on GitHub`_
- `Download Page`_ with releases (PyPi)
-- This page, when viewed online is at https://pyserial.readthedocs.org/en/latest/ or
+- This page, when viewed online is at https://pyserial.readthedocs.io/en/latest/ or
http://pythonhosted.org/pyserial/ .
.. _Python: http://python.org/
diff --git a/setup.py b/setup.py
index 17ee4bd..20c2a22 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
# For Python 3.x use the corresponding Python executable,
# e.g. "python3 setup.py ..."
#
-# (C) 2001-2015 Chris Liechti <cliechti@gmx.net>
+# (C) 2001-2016 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier: BSD-3-Clause