From fd2165a0fb9a7a0fd63289576d61d7d89a3b792c Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 6 Jan 2015 22:07:32 +0100 Subject: Add headers refering to the project/author/license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- python/001-hexstring2bytes.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/001-hexstring2bytes.py') 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 = \ -- cgit