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 @@
// example3.c - Demonstrates how to use miniz.c's deflate() and inflate() functions for simple file compression.
// 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.
// For simplicity, this example is limited to files smaller than 4GB, but this is not a limitation of miniz.c.
#include "miniz.c"