From 2c278a867174337d26da3d0a9d26066698b0e0fd Mon Sep 17 00:00:00 2001 From: Chris Liechti Date: Mon, 2 May 2016 23:51:59 +0200 Subject: doc update --- LICENSE.txt | 2 +- README.rst | 2 +- documentation/index.rst | 2 +- documentation/pyserial.rst | 2 +- setup.py | 2 +- 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 +Copyright (c) 2001-2016 Chris Liechti 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 +BSD license, (C) 2001-2016 Chris Liechti 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 +# (C) 2001-2016 Chris Liechti # # SPDX-License-Identifier: BSD-3-Clause -- cgit v1.2.1