summaryrefslogtreecommitdiff
path: root/serial/serialposix.py
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-12-16 23:06:04 +0100
committerChris Liechti <cliechti@gmx.net>2015-12-16 23:06:04 +0100
commit3e02f7052747521a21723a618dccf303065da732 (patch)
treed6ae57d43c774641740cede4f16edd29598fbd15 /serial/serialposix.py
parent2f164026c1d7e26775dc43a5528d1e3e08f1c231 (diff)
downloadpyserial-git-3e02f7052747521a21723a618dccf303065da732.tar.gz
update file headers
Diffstat (limited to 'serial/serialposix.py')
-rw-r--r--serial/serialposix.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/serial/serialposix.py b/serial/serialposix.py
index cf7a691..3015bc9 100644
--- a/serial/serialposix.py
+++ b/serial/serialposix.py
@@ -1,9 +1,8 @@
#!/usr/bin/env python
#
-# Python Serial Port Extension for Win32, Linux, BSD, Jython
-# module for serial IO for POSIX compatible systems, like Linux
-# see __init__.py
+# backend for serial IO for POSIX compatible systems, like Linux, OSX
#
+# This file is part of pySerial. https://github.com/pyserial/pyserial
# (C) 2001-2015 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier: BSD-3-Clause