aboutsummaryrefslogtreecommitdiff
path: root/serial/tools/hexlify_codec.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/tools/hexlify_codec.py
parent2f164026c1d7e26775dc43a5528d1e3e08f1c231 (diff)
downloadpyserial-3e02f7052747521a21723a618dccf303065da732.tar.gz
update file headers
Diffstat (limited to 'serial/tools/hexlify_codec.py')
-rw-r--r--serial/tools/hexlify_codec.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/serial/tools/hexlify_codec.py b/serial/tools/hexlify_codec.py
index 5b35e8e..fac85db 100644
--- a/serial/tools/hexlify_codec.py
+++ b/serial/tools/hexlify_codec.py
@@ -1,3 +1,11 @@
+#! python
+#
+# This is a codec to create and decode hexdumps with spaces between characters. used by miniterm.
+#
+# This file is part of pySerial. https://github.com/pyserial/pyserial
+# (C) 2011 Chris Liechti <cliechti@gmx.net>
+#
+# SPDX-License-Identifier: BSD-3-Clause
"""\
Python 'hex' Codec - 2-digit hex with spaces content transfer encoding.
"""