diff options
Diffstat (limited to 'unpack.c')
-rw-r--r-- | unpack.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |