diff options
Diffstat (limited to 'bin2h.c')
| -rw-r--r-- | bin2h.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |
