summaryrefslogtreecommitdiffstats
path: root/python/001-hexstring2bytes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/001-hexstring2bytes.py')
-rw-r--r--python/001-hexstring2bytes.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/001-hexstring2bytes.py b/python/001-hexstring2bytes.py
index 22de43d..341582f 100644
--- a/python/001-hexstring2bytes.py
+++ b/python/001-hexstring2bytes.py
@@ -1,3 +1,6 @@
+# part of https://fedorapeople.org/cgit/jpokorny/public_git/snippets.git
+# (c) Jan Pokorny, license determined per COPYING file in the repository's root
+
# we only consider absolute value (for tha case of "-0x..." hexstr parameter)
# presumably damn slow, but should work for magic strings with uknown length
hexstring2bytes = \