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
No known key found for this signature in database
GPG key ID: 74B048E5C2474F9A
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))