Cisco Cisco AnyConnect Secure Mobility Client v4.x 许可信息

下载
页码 55
             Open Source Used In Cisco AnyConnect Secure Mobility Client, Release 4.0
                                      54
- 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 (formely 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 PalmOs, see http://palmzlib.sourceforge.net/
 
- When building a shared, i.e. dynamic library on Mac OS X, the library must be
 installed before testing (do "make install" before "make test"), since the
 library location is specified in the library.
 
 
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-2004 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.