commit f031f109ce8cb72e59f23977ea36b9f0d8169f51
parent e0b92e0eb6b0176ea4f97a94527c3863fd862f34
Author: Raf Czlonka <rczlonka@gmail.com>
Date: Mon, 19 Mar 2018 04:49:17 +0000
liblzf is under a BSD-style license - not under a dual one with the GPL.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
@@ -21,7 +21,7 @@ Compilers
Compression
-----------
-* [liblzf](http://oldhome.schmorp.de/marc/liblzf.html) - very fast, legally unencumbered compression library (dual licensed: 2-clause BSD or GPL License)
+* [liblzf](http://oldhome.schmorp.de/marc/liblzf.html) - very fast, legally unencumbered compression library
* [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+)