ZLib License.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. Copyright notice:
  2. (C) 1995-2004 Jean-loup Gailly and Mark Adler
  3. This software is provided 'as-is', without any express or implied
  4. warranty. In no event will the authors be held liable for any damages
  5. arising from the use of this software.
  6. Permission is granted to anyone to use this software for any purpose,
  7. including commercial applications, and to alter it and redistribute it
  8. freely, subject to the following restrictions:
  9. 1. The origin of this software must not be misrepresented; you must not
  10. claim that you wrote the original software. If you use this software
  11. in a product, an acknowledgment in the product documentation would be
  12. appreciated but is not required.
  13. 2. Altered source versions must be plainly marked as such, and must not be
  14. misrepresented as being the original software.
  15. 3. This notice may not be removed or altered from any source distribution.
  16. Jean-loup Gailly Mark Adler
  17. jloup@gzip.org madler@alumni.caltech.edu
  18. If you use the zlib library in a product, we would appreciate *not*
  19. receiving lengthy legal documents to sign. The sources are provided
  20. for free but without warranty of any kind. The library has been
  21. entirely written by Jean-loup Gailly and Mark Adler; it does not
  22. include third-party code.
  23. If you redistribute modified sources, we would appreciate that you include
  24. in the file ChangeLog history information documenting your changes. Please
  25. read the FAQ for more information on the distribution of modified source
  26. versions.