LICENSE 1.3 KB

123456789101112131415161718192021222324252627282930
  1. Acknowledgments:
  2. The deflate format used by zlib was defined by Phil Katz. The deflate and
  3. zlib specifications were written by L. Peter Deutsch. Thanks to all the
  4. people who reported problems and suggested various improvements in zlib; they
  5. are too numerous to cite here.
  6. Copyright notice:
  7. (C) 1995-2017 Jean-loup Gailly and Mark Adler
  8. This software is provided 'as-is', without any express or implied
  9. warranty. In no event will the authors be held liable for any damages
  10. arising from the use of this software.
  11. Permission is granted to anyone to use this software for any purpose,
  12. including commercial applications, and to alter it and redistribute it
  13. freely, subject to the following restrictions:
  14. 1. The origin of this software must not be misrepresented; you must not
  15. claim that you wrote the original software. If you use this software
  16. in a product, an acknowledgment in the product documentation would be
  17. appreciated but is not required.
  18. 2. Altered source versions must be plainly marked as such, and must not be
  19. misrepresented as being the original software.
  20. 3. This notice may not be removed or altered from any source distribution.
  21. Jean-loup Gailly Mark Adler
  22. jloup@gzip.org madler@alumni.caltech.edu