Merge pull request #115 from arnavb/patch-1

Miniz is now under the MIT license
This commit is contained in:
Sean Barrett 2019-05-04 01:23:24 -07:00 committed by GitHub
commit 5d3698e3e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,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