added unlicense.org statement

This commit is contained in:
richgel99@gmail.com
2011-05-28 22:15:49 +00:00
parent 9560a0a51d
commit 3172e9f7db
6 changed files with 67 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
// example4.c - Uses tinfl.c to decompress a zlib stream in memory to an output file
// Public domain, May 15 2011, Rich Geldreich, richgel99@gmail.com
// Public domain, May 15 2011, Rich Geldreich, richgel99@gmail.com. See "unlicense" statement at the end of tinfl.c.
#include "tinfl.c"
#include <stdio.h>