90 lines
2.8 KiB
HTML
90 lines
2.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<HTML>
|
|
<HEAD>
|
|
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<TITLE>zlib License</TITLE>
|
|
<script type="text/javascript">
|
|
<!--
|
|
function mail_to(name, domain)
|
|
{
|
|
document.write("<a class=\"link\" href=\"mail" + "to:" + name +
|
|
"@" + domain + "\">");
|
|
}
|
|
//-->
|
|
</script>
|
|
<STYLE TYPE="text/css">
|
|
P { margin-bottom: 0em } <!-- http://www.w3.org/TR/REC-CSS2/box.html -->
|
|
</STYLE>
|
|
<!-- Copyright 1995-2013 Jean-loup Gailly, Mark Adler and Greg Roelofs. -->
|
|
</HEAD>
|
|
|
|
|
|
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#00A000">
|
|
<H1 ALIGN=center>
|
|
<IMG WIDTH=369 HEIGHT=204 ALIGN="middle" SRC="images/zlib3d-b1.png"
|
|
ALT="zlib">
|
|
</H1>
|
|
<H2 ALIGN="center"> License </H2>
|
|
|
|
<P>
|
|
<PRE>
|
|
/* zlib.h -- interface of the 'zlib' general purpose compression library
|
|
version 1.2.8, April 28th, 2013
|
|
|
|
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
|
|
|
|
This software is provided 'as-is', without any express or implied
|
|
warranty. In no event will the authors be held liable for any damages
|
|
arising from the use of this software.
|
|
|
|
Permission is granted to anyone to use this software for any purpose,
|
|
including commercial applications, and to alter it and redistribute it
|
|
freely, subject to the following restrictions:
|
|
|
|
1. The origin of this software must not be misrepresented; you must not
|
|
claim that you wrote the original software. If you use this software
|
|
in a product, an acknowledgment in the product documentation would be
|
|
appreciated but is not required.
|
|
2. Altered source versions must be plainly marked as such, and must not be
|
|
misrepresented as being the original software.
|
|
3. This notice may not be removed or altered from any source distribution.
|
|
|
|
Jean-loup Gailly Mark Adler
|
|
jloup@gzip.org madler@alumni.caltech.edu
|
|
|
|
*/
|
|
</PRE>
|
|
|
|
<P>
|
|
<HR>
|
|
Click here to return to the <A HREF="zlib.html">zlib Home Page</A>.
|
|
<HR>
|
|
<I>Last modified 28 April 2013
|
|
<BR>
|
|
Send all questions about zlib or its license to
|
|
<a><script type="text/javascript">mail_to("zlib","gzip.org")</script>zlib@gzip.org</A></I>
|
|
<HR>
|
|
<TABLE WIDTH="100%" BORDER=0 CELLPADDING=0>
|
|
<TR>
|
|
<TD ALIGN="left">
|
|
<FONT SIZE="-1">
|
|
Web page copyright © 1996-2013
|
|
Greg Roelofs,
|
|
<A HREF="http://gailly.net">Jean-loup Gailly</A> and
|
|
<A HREF="http://en.wikipedia.org/wiki/Mark_Adler">Mark Adler</A>.<BR>
|
|
zlib software copyright © 1995-2012
|
|
<A HREF="http://gailly.net/">Jean-loup Gailly</A> and
|
|
<A HREF="http://en.wikipedia.org/wiki/Mark_Adler">Mark Adler</A>.
|
|
</FONT>
|
|
</TD>
|
|
<TD ALIGN="right" VALIGN="top">
|
|
<FONT SIZE="-1">
|
|
<i>zlib.org</i> domain name donated by Andrew Green.
|
|
</FONT>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</BODY>
|
|
</HTML>
|