commit 599034cfdf7d68c52713eb0e5db5c4a47ee9ee99
Author: saeleko <[email protected]>
Date:   Fri Oct 6 13:52:10 2017 +0200

    Updated the license for miniz from public domain to MIT

diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
index f06446eb..d693d1f9 100644
--- a/suckless.org/rocks.md
+++ b/suckless.org/rocks.md
@@ -18,7 +18,7 @@ libc implementations
 Compression
 -----------
 * [liblzf](http://oldhome.schmorp.de/marc/liblzf.html) - very fast, legally 
unencumbered compression library (dual licensed: 2-clause BSD or GPL License)
-* [miniz](https://github.com/richgel999/miniz) - single C-file 
reimplementation of zlib, public domain.
+* [miniz](https://github.com/richgel999/miniz) - single C-file 
reimplementation of zlib (MIT License).
 * [xz embedded](http://tukaani.org/xz/embedded.html) - lightweight 
decompressor for the xz LZMA compressor (public domain)
 * [Lzip](http://lzip.nongnu.org) - Properly designed data compressor 
outperforming gzip and bzip2 (GPLv2+)
 * [zlib](http://zlib.net/) - the "standard" compression/decompression library, 
quite small, used in many applications ([zlib 
license](http://zlib.net/zlib_license.html))


Reply via email to