summaryrefslogtreecommitdiff
path: root/serial/serialposix.py
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2020-09-21 00:44:45 +0200
committerChris Liechti <cliechti@gmx.net>2020-09-21 00:44:45 +0200
commit6fa82e1ad911d26fdfd37c19c491975609f4e39c (patch)
treef40719df8196d7e57f023f31df8e78b53501774f /serial/serialposix.py
parentaebbb388e73bb33791a5d542cbdf6dddfe798a85 (diff)
downloadpyserial-git-6fa82e1ad911d26fdfd37c19c491975609f4e39c.tar.gz
docs: update copyright, notes, changelog
Diffstat (limited to 'serial/serialposix.py')
-rw-r--r--serial/serialposix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/serialposix.py b/serial/serialposix.py
index 2f125c3..51e6a10 100644
--- a/serial/serialposix.py
+++ b/serial/serialposix.py
@@ -3,7 +3,7 @@
# backend for serial IO for POSIX compatible systems, like Linux, OSX
#
# This file is part of pySerial. https://github.com/pyserial/pyserial
-# (C) 2001-2016 Chris Liechti <cliechti@gmx.net>
+# (C) 2001-2020 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier: BSD-3-Clause
#