summaryrefslogtreecommitdiff
path: root/serial/serialposix.py
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-08-09 02:37:45 +0200
committerChris Liechti <cliechti@gmx.net>2015-08-09 02:37:45 +0200
commitfbdd8a0b2aa56e36cca8ec86bf10c4f923a0e6ec (patch)
tree92226d23c031ef645995a76ceffe4c21f2f2dc36 /serial/serialposix.py
parente2c31194a29d7d89d890f619295711e823445d15 (diff)
downloadpyserial-git-fbdd8a0b2aa56e36cca8ec86bf10c4f923a0e6ec.tar.gz
update file headers with license information (SPDX)
Diffstat (limited to 'serial/serialposix.py')
-rw-r--r--serial/serialposix.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/serial/serialposix.py b/serial/serialposix.py
index 2052f74..4db261b 100644
--- a/serial/serialposix.py
+++ b/serial/serialposix.py
@@ -5,7 +5,8 @@
# see __init__.py
#
# (C) 2001-2015 Chris Liechti <cliechti@gmx.net>
-# this is distributed under a free software license, see license.txt
+#
+# SPDX-License-Identifier: BSD-3-Clause
#
# parts based on code from Grant B. Edwards <grante@visi.com>:
# ftp://ftp.visi.com/users/grante/python/PosixSerial.py