From f4dc4cbfb3a3269436f151279bfe2207b9a48dab Mon Sep 17 00:00:00 2001 From: Arnav Borborah Date: Tue, 27 Mar 2018 12:28:44 -0400 Subject: [PATCH] Miniz is now under the MIT license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73579d4..13f546b 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ as C/C++, as this is not an obstacle to most users.) # compression | | library | license | API |files| description |---| --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- -| |**[miniz.c](https://github.com/richgel999/miniz)** |**public domain**|C/C++|**1**| compression, decompression, ZIP file, PNG writing +| |**[miniz.c](https://github.com/richgel999/miniz)** | MIT |C/C++|**1**| compression, decompression, ZIP file, PNG writing | | [lz4](https://github.com/lz4/lz4) | BSD |C/C++| 2 | fast but larger LZ compression | | [fastlz](https://code.google.com/archive/p/fastlz/source/default/source) | MIT |C/C++| 2 | fast but larger LZ compression | | [pithy](https://github.com/johnezang/pithy) | BSD |C/C++| 2 | fast but larger LZ compression