summaryrefslogtreecommitdiff
path: root/bin2h.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin2h.c')
-rw-r--r--bin2h.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin2h.c b/bin2h.c
index dbbfa42..6567496 100644
--- a/bin2h.c
+++ b/bin2h.c
@@ -1,5 +1,6 @@
/* bin2h -- embed a binary file as the C array clectio compiles in.
- * usage: bin2h <file> > text.lz.h (public domain) */
+ * usage: bin2h <file> > text.lz.h
+ * Copyright (C) 2026 Ɓukasz Kasprzak. SPDX-License-Identifier: GPL-3.0-or-later */
#include <stdio.h>
int main(int argc, char **argv) {