aboutsummaryrefslogtreecommitdiffstats
path: root/unpack.c
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2020-09-09 18:18:22 +0100
committerTomasz Kramkowski <tk@the-tk.com>2020-09-09 18:26:32 +0100
commitc79b0357ea74debbf9680fa1afa930c0600ef3c2 (patch)
treeb9683e706f13b1321afb66a20412c10faef155e5 /unpack.c
parent22ea2f04442442f9728825ad7888ca9c5250407e (diff)
downloadpack-c79b0357ea74debbf9680fa1afa930c0600ef3c2.tar.gz
pack-c79b0357ea74debbf9680fa1afa930c0600ef3c2.tar.xz
pack-c79b0357ea74debbf9680fa1afa930c0600ef3c2.zip
Add license headers
Diffstat (limited to 'unpack.c')
-rw-r--r--unpack.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/unpack.c b/unpack.c
index 2617e9a..62c5805 100644
--- a/unpack.c
+++ b/unpack.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com>
+ * SPDX-License-Identifier: MIT
+ */
#include <ctype.h>
#include <stdarg.h>
#include <stdbool.h>