Added LICENSE statements to all source files

This commit is contained in:
Aaron Marcher
2017-09-17 17:45:03 +02:00
parent 914440b4fc
commit 11d4bec648
21 changed files with 21 additions and 0 deletions

1
util.h
View File

@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
extern char buf[1024];
#define LEN(x) (sizeof (x) / sizeof *(x))