aboutsummaryrefslogtreecommitdiff
path: root/serial/tools/hexlify_codec.py
diff options
context:
space:
mode:
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.
"""