Cisco Cisco ASA 5540 Adaptive Security Appliance Informações de licenciamento

Página de 84
 
82
Open Source Software Licenses for ASA and PIX Security Appliances, Version 8.0
OL-13014-01
  Introduction
From Visual Basic, you can call the DLL functions which do not take a structure as argument: 
compress, uncompress and all gz* functions. See contrib/visual-basic.txt for more information, or 
get the cmp-z-it.zip file from
 http://www.winimage.com/zLibDll.
For 64-bit Irix, deflate.c must be compiled without any optimization.
With -O, one libpng test fails. The test works in 32 bit mode (with the -n32 compiler flag). The 
compiler bug has been reported to SGI.
zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works when compiled 
with cc.
on Digital Unix 4.0D (formerly OSF/1) on AlphaServer, the cc option -std1 is necessary to get 
gzprintf working correctly. This is done by configure.
zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with other compilers. Use 
“make test” to check your compiler.
gzdopen is not supported on RISCOS, BEOS and by some Mac compilers.
For Turbo C the small model is supported only with reduced performance to avoid any far allocation; 
it was tested with -DMAX_WBITS=11 -DMAX_MEM_LEVEL=3
For PalmOs, see 
http://www.pasta.cs.uit.no/~perm/PASTA/pilot/software.html
 Per Harald Myrvang 
<perm@stud.cs.uit.no>
Acknowledgments:
The deflate format used by zlib was defined by Phil Katz. The deflate and zlib specifications were written 
by L. Peter Deutsch. Thanks to all the people who reported problems and suggested various 
improvements in zlib; they are too numerous to cite here.
Copyright notice:
(C) 1995-2002 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
If you use the zlib library in a product, we would appreciate not receiving lengthy legal documents to 
sign. The sources are provided for free but without warranty of any kind. The library has been entirely 
written by Jean-loup Gailly and Mark Adler; it does not include third-party code.
zlib 1.2.2 License
zlib.h -- interface of the zlib general purpose compression library version 1.2.2, October 3rd, 2004
Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler