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 @@
// example1.c - Demonstrates miniz.c's compress() and uncompress() functions (same as zlib's).
// 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 "miniz.c"
typedef unsigned char uint8;