Open Source Used In Cisco AnyConnect Secure Mobility Client 3.1



This document contains the licenses and notices for open source software used in Cisco AnyConnect Secure Mobility Client 3.1. With respect to the free/open source software listed in this document, if you have any questions or wish to receive a copy of the source code to which you are entitled under the applicable free/open source license(s) (such as the GNU Lesser/General Public License) , please contact us at external-opensource-requests@cisco.com.


Contents

1.1 curl 7.37.0

     1.1.1 Available under license

1.2 GetText 1.9

     1.2.1 Available under license

1.3 libxml2 2.9.1

     1.3.1 Available under license

1.4 libxslt 1.1.28

     1.4.1 Available under license

1.5 OpenSSL 1.0.1h

     1.5.1 Notifications

     1.5.2 Available under license

1.6 TUN/TAP 1.0

     1.6.1 Available under license

1.7 zlib 1.2.3

     1.7.1 Available under license

1.1 curl 7.37.0

1.1.1 Available under license :


COPYRIGHT AND PERMISSION NOTICE


Copyright (c) 1996 - 2006, Daniel Stenberg, .


All rights reserved.


Permission to use, copy, modify, and distribute this software for any purpose

with or without fee is hereby granted, provided that the above copyright

notice and this permission notice appear in all copies.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN

NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,

DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR

OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE

OR OTHER DEALINGS IN THE SOFTWARE.


Except as contained in this notice, the name of a copyright holder shall not

be used in advertising or otherwise to promote the sale, use or other dealings

in this Software without prior written authorization of the copyright holder.



1.2 GetText 1.9

1.2.1 Available under license :


/*- 

* Copyright (c) 2000, 2001 Citrus Project, 

* All rights reserved. 

* 

* Redistribution and use in source and binary forms, with or without 

* modification, are permitted provided that the following conditions 

* are met: 

* 1. Redistributions of source code must retain the above copyright 

*    notice, this list of conditions and the following disclaimer. 

* 2. Redistributions in binary form must reproduce the above copyright 

*    notice, this list of conditions and the following disclaimer in the 

*    documentation and/or other materials provided with the distribution. 

* 

* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ''AS IS'' AND 

* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 

* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 

* ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 

* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 

* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 

* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 

* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 

* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 

* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 

* SUCH DAMAGE. 

*/



1.3 libxml2 2.9.1

1.3.1 Available under license :


Except where otherwise noted in the source code (e.g. the files hash.c,  

list.c and the trio files, which are covered by a similar licence but  

with different Copyright notices) all the files are:  

  

 Copyright (C) 1998-2003 Daniel Veillard.  All Rights Reserved.  

  

Permission is hereby granted, free of charge, to any person obtaining a copy  

of this software and associated documentation files (the "Software"), to deal  

in the Software without restriction, including without limitation the rights  

to use, copy, modify, merge, publish, distribute, sublicense, and/or sell  

copies of the Software, and to permit persons to whom the Software is fur-  

nished to do so, subject to the following conditions:  

  

The above copyright notice and this permission notice shall be included in  

all copies or substantial portions of the Software.  

  

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR  

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-  

NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE  

DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER  

IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-  

NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  

  

Except as contained in this notice, the name of Daniel Veillard shall not  

be used in advertising or otherwise to promote the sale, use or other deal-  

ings in this Software without prior written authorization from him.




/************************************************************************* 

 * 

 * $Id$ 

 * 

 * Copyright (C) 1998 Bjorn Reese and Daniel Stenberg. 

 * 

 * Permission to use, copy, modify, and distribute this software for any 

 * purpose with or without fee is hereby granted, provided that the above 

 * copyright notice and this permission notice appear in all copies. 

 * 

 * THIS SOFTWARE IS PROVIDED ''AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED 

 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 

 * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND 

 * CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. 

 * 

 ************************************************************************* 

 * 

 * A note to trio contributors: 

 * 

 * Avoid heap allocation at all costs to ensure that the trio functions 

 * are async-safe. The exceptions are the printf/fprintf functions, which 

 * uses fputc, and the asprintf functions and the  modifier, which 

 * by design are required to allocate form the heap. 

 * 

 ************************************************************************/




# This originates from X11R5 (mit/util/scripts/install.sh), which was 

# later released in X11R6 (xc/config/util/install.sh) with the 

# following copyright and license. 

# 

# Copyright (C) 1994 X Consortium 

# 

# Permission is hereby granted, free of charge, to any person obtaining a copy 

# of this software and associated documentation files (the "Software"), to 

# deal in the Software without restriction, including without limitation the 

# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 

# sell copies of the Software, and to permit persons to whom the Software is 

# furnished to do so, subject to the following conditions: 

# 

# The above copyright notice and this permission notice shall be included in 

# all copies or substantial portions of the Software. 

# 

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 

# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 

# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE 

# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 

# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- 

# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 

# 

# Except as contained in this notice, the name of the X Consortium shall not 

# be used in advertising or otherwise to promote the sale, use or other deal- 

# ings in this Software without prior written authorization from the X Consor- 

# tium. 

# 

# 

# FSF changes to this file are in the public domain. 

# 

# Calling this script install-sh is preferred over install.sh, to prevent 

# 'make' implicit rules from creating a file called install from it 

# when there is no Makefile. 

# 

# This script is compatible with the BSD install script, but was written 

# from scratch.



1.4 libxslt 1.1.28

1.4.1 Available under license :


=== LIBXSLT ======================  

Licence for libxslt except libexslt  

----------------------------------------------------------------------  

 Copyright (C) 2001-2002 Daniel Veillard.  All Rights Reserved.  

  

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is fur- nished to do so, subject to the following conditions:  

  

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  

  

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  

  

Except as contained in this notice, the name of Daniel Veillard shall not be used in advertising or otherwise to promote the sale, use or other deal- ings in this Software without prior written authorization from him.  

  

----------------------------------------------------------------------




DocBk XML V3.1.7 DTD 

Copyright (C) 1998, 1999 Norman Walsh 

http://nwalsh.com/docbook/xml/ 

 

You may distribute this DTD under the same terms as DocBook. 

 

Please direct all questions and comments about this DTD to 

Norman Walsh, . 

 

This DTD is based on the DocBook V3.1 DTD from OASIS: 

 

  [DocBook is] Copyright 1992, 1993, 1994, 1995, 1996, 1998, 

  1999 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., 

  ArborText, Inc., Fujitsu Software Corporation, and the 

  Organization for the Advancement of Structured Information 

  Standards (OASIS). 

 

  Permission to use, copy, modify and distribute the DocBook 

  DTD and its accompanying documentation for any purpose and 

  without fee is hereby granted in perpetuity, provided that 

  the above copyright notice and this paragraph appear in all 

  copies.  The copyright holders make no representation about 

  the suitability of the DTD for any purpose.  It is provided 

  "as is" without expressed or implied warranty. 

 

For more information about the DocBook DTD, see  

http://www.oasis-open.org/docbook/




Simplified DocBk XML V3.1.7.1 DTD 

Copyright (C) 1999 Norman Walsh 

http://nwalsh.com/docbook/simple/ 

 

You may distribute this DTD under the same terms as DocBook. 

 

Please direct all questions and comments about this DTD to 

Norman Walsh, . 

 

This DTD is based on the DocBk XML DTD, which is in turn based 

on the DocBook V3.1 DTD from OASIS: 

 

  [DocBook is] Copyright 1992, 1993, 1994, 1995, 1996, 1998, 

  1999 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., 

  ArborText, Inc., Fujitsu Software Corporation, and the 

  Organization for the Advancement of Structured Information 

  Standards (OASIS). 

 

  Permission to use, copy, modify and distribute the DocBook 

  DTD and its accompanying documentation for any purpose and 

  without fee is hereby granted in perpetuity, provided that 

  the above copyright notice and this paragraph appear in all 

  copies.  The copyright holders make no representation about 

  the suitability of the DTD for any purpose.  It is provided 

  "as is" without expressed or implied warranty. 

 

For more information about the DocBook DTD, see  

http://www.oasis-open.org/docbook/




Simplified DocBook XML V4.1.2.4 DTD

Copyright (C) 1999, 2000 Norman Walsh

http://nwalsh.com/docbook/simple/


You may distribute this DTD under the same terms as DocBook.


Please direct all questions and comments about this DTD to

Norman Walsh, .


This DTD is based on the DocBook XML V4.1.2 DTD from OASIS:


  [DocBook is] Copyright 1992-2000 HaL Computer Systems, Inc.,

  O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software

  Corporation, Norman Walsh, and the Organization for the

  Advancement of Structured Information Standards (OASIS).


  Permission to use, copy, modify and distribute the DocBook

  DTD and its accompanying documentation for any purpose and

  without fee is hereby granted in perpetuity, provided that

  the above copyright notice and this paragraph appear in all

  copies.  The copyright holders make no representation about

  the suitability of the DTD for any purpose.  It is provided

  "as is" without expressed or implied warranty.


For more information about the DocBook DTD, see 

http://www.oasis-open.org/docbook/



1.5 OpenSSL 1.0.1h

1.5.1 Notifications :


This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)



This product includes cryptographic software written by Eric Young (eay@cryptsoft.com).



This product includes software written by Tim Hudson (tjh@cryptsoft.com).


1.5.2 Available under license :


LICENSE ISSUES

  ==============


  The OpenSSL toolkit stays under a dual license, i.e. both the conditions of

  the OpenSSL License and the original SSLeay license apply to the toolkit.

  See below for the actual license texts. Actually both licenses are BSD-style

  Open Source licenses. In case of any license issues related to OpenSSL

  please contact openssl-core@openssl.org.


  OpenSSL License

  ---------------


/* ====================================================================

 * Copyright (c) 1998-2011 The OpenSSL Project.  All rights reserved.

 *

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 *

 * 1. Redistributions of source code must retain the above copyright

 *    notice, this list of conditions and the following disclaimer. 

 *

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in

 *    the documentation and/or other materials provided with the

 *    distribution.

 *

 * 3. All advertising materials mentioning features or use of this

 *    software must display the following acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

 *

 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to

 *    endorse or promote products derived from this software without

 *    prior written permission. For written permission, please contact

 *    openssl-core@openssl.org.

 *

 * 5. Products derived from this software may not be called "OpenSSL"

 *    nor may "OpenSSL" appear in their names without prior written

 *    permission of the OpenSSL Project.

 *

 * 6. Redistributions of any form whatsoever must retain the following

 *    acknowledgment:

 *    "This product includes software developed by the OpenSSL Project

 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"

 *

 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ''AS IS'' AND ANY

 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR

 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT

 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,

 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)

 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

 * OF THE POSSIBILITY OF SUCH DAMAGE.

 * ====================================================================

 *

 * This product includes cryptographic software written by Eric Young

 * (eay@cryptsoft.com).  This product includes software written by Tim

 * Hudson (tjh@cryptsoft.com).

 *

 */


 Original SSLeay License

 -----------------------


/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)

 * All rights reserved.

 *

 * This package is an SSL implementation written

 * by Eric Young (eay@cryptsoft.com).

 * The implementation was written so as to conform with Netscapes SSL.

 * 

 * This library is free for commercial and non-commercial use as long as

 * the following conditions are aheared to.  The following conditions

 * apply to all code found in this distribution, be it the RC4, RSA,

 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation

 * included with this distribution is covered by the same copyright terms

 * except that the holder is Tim Hudson (tjh@cryptsoft.com).

 * 

 * Copyright remains Eric Young's, and as such any Copyright notices in

 * the code are not to be removed.

 * If this package is used in a product, Eric Young should be given attribution

 * as the author of the parts of the library used.

 * This can be in the form of a textual message at program startup or

 * in documentation (online or textual) provided with the package.

 * 

 * Redistribution and use in source and binary forms, with or without

 * modification, are permitted provided that the following conditions

 * are met:

 * 1. Redistributions of source code must retain the copyright

 *    notice, this list of conditions and the following disclaimer.

 * 2. Redistributions in binary form must reproduce the above copyright

 *    notice, this list of conditions and the following disclaimer in the

 *    documentation and/or other materials provided with the distribution.

 * 3. All advertising materials mentioning features or use of this software

 *    must display the following acknowledgement:

 *    "This product includes cryptographic software written by

 *     Eric Young (eay@cryptsoft.com)"

 *    The word 'cryptographic' can be left out if the rouines from the library

 *    being used are not cryptographic related :-).

 * 4. If you include any Windows specific code (or a derivative thereof) from 

 *    the apps directory (application code) you must include an acknowledgement:

 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

 * 

 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ''AS IS'' AND

 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

 * SUCH DAMAGE.

 * 

 * The licence and distribution terms for any publically available version or

 * derivative of this code cannot be changed.  i.e. this code cannot simply be

 * copied and put under another distribution licence

 * [including the GNU Public Licence.]

 */




Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)

All rights reserved.


This package is an Blowfish implementation written

by Eric Young (eay@cryptsoft.com).


This library is free for commercial and non-commercial use as long as

the following conditions are aheared to.  The following conditions

apply to all code found in this distribution.


Copyright remains Eric Young's, and as such any Copyright notices in

the code are not to be removed.


Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions

are met:

1. Redistributions of source code must retain the copyright

   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright

   notice, this list of conditions and the following disclaimer in the

   documentation and/or other materials provided with the distribution.

3. All advertising materials mentioning features or use of this software

   must display the following acknowledgement:

   This product includes software developed by Eric Young (eay@cryptsoft.com)


THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ''AS IS'' AND

ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

SUCH DAMAGE.


The license and distribution terms for any publically available version or

derivative of this code cannot be changed.  i.e. this code cannot simply be

copied and put under another distrubution license

[including the GNU Public License.]


The reason behind this being stated in this direct manner is past

experience in code simply being copied and the attribution removed

from it and then being distributed as part of other packages. This

implementation was a non-trivial and unpaid effort.




Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)

All rights reserved.


This package is an DES implementation written by Eric Young (eay@cryptsoft.com).

The implementation was written so as to conform with MIT's libdes.


This library is free for commercial and non-commercial use as long as

the following conditions are aheared to.  The following conditions

apply to all code found in this distribution.


Copyright remains Eric Young's, and as such any Copyright notices in

the code are not to be removed.

If this package is used in a product, Eric Young should be given attribution

as the author of that the SSL library.  This can be in the form of a textual

message at program startup or in documentation (online or textual) provided

with the package.


Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions

are met:

1. Redistributions of source code must retain the copyright

   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright

   notice, this list of conditions and the following disclaimer in the

   documentation and/or other materials provided with the distribution.

3. All advertising materials mentioning features or use of this software

   must display the following acknowledgement:

   This product includes software developed by Eric Young (eay@cryptsoft.com)


THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ''AS IS'' AND

ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT

LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

SUCH DAMAGE.


The license and distribution terms for any publically available version or

derivative of this code cannot be changed.  i.e. this code cannot simply be

copied and put under another distrubution license

[including the GNU Public License.]


The reason behind this being stated in this direct manner is past

experience in code simply being copied and the attribution removed

from it and then being distributed as part of other packages. This

implementation was a non-trivial and unpaid effort.



1.6 TUN/TAP 1.0

1.6.1 Available under license :


tun/tap driver for Mac OS X

Copyright (c) 2004, 2005 Mattias Nissler 


Redistribution and use in source and binary forms, with or without

modification, are permitted provided that the following conditions are met:


  * Redistributions of source code must retain the above copyright notice,

    this list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright

    notice, this list of conditions and the following disclaimer in the

    documentation and/or other materials provided with the distribution.

  * The name of the author may not be used to endorse or promote products

    derived from this software without specific prior written permission.


THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED

WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF

MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO

EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,

PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;

OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,

WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR

OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF

ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



1.7 zlib 1.2.3

1.7.1 Available under license :


ZLIB DATA COMPRESSION LIBRARY


zlib 1.2.3 is a general purpose data compression library.  All the code is

thread safe.  The data format used by the zlib library is described by RFCs

(Request for Comments) 1950 to 1952 in the files

http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)

and rfc1952.txt (gzip format). These documents are also available in other

formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html


All functions of the compression library are documented in the file zlib.h

(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example

of the library is given in the file example.c which also tests that the library

is working correctly. Another example is given in the file minigzip.c. The

compression library itself is composed of all source files except example.c and

minigzip.c.


To compile all files and run the test program, follow the instructions given at

the top of Makefile. In short "make test; make install" should work for most

machines. For Unix: "./configure; make test; make install". For MSDOS, use one

of the special makefiles such as Makefile.msc. For VMS, use make_vms.com.


Questions about zlib should be sent to , or to Gilles Vollant

 for the Windows DLL version. The zlib home page is

http://www.zlib.org or http://www.gzip.org/zlib/ Before reporting a problem,

please check this site to verify that you have the latest version of zlib;

otherwise get the latest version and check whether the problem still exists or

not.


PLEASE read the zlib FAQ http://www.gzip.org/zlib/zlib_faq.html before asking

for help.


Mark Nelson  wrote an article about zlib for the Jan. 1997

issue of  Dr. Dobb's Journal; a copy of the article is available in

http://dogma.net/markn/articles/zlibtool/zlibtool.htm


The changes made in version 1.2.3 are documented in the file ChangeLog.


Unsupported third party contributions are provided in directory "contrib".


A Java implementation of zlib is available in the Java Development Kit

http://java.sun.com/j2se/1.4.2/docs/api/java/util/zip/package-summary.html

See the zlib home page http://www.zlib.org for details.


A Perl interface to zlib written by Paul Marquess  is in the

CPAN (Comprehensive Perl Archive Network) sites

http://www.cpan.org/modules/by-module/Compress/


A Python interface to zlib written by A.M. Kuchling  is

available in Python 1.5 and later versions, see

http://www.python.org/doc/lib/module-zlib.html


A zlib binding for TCL written by Andreas Kupries  is

availlable at http://www.oche.de/~akupries/soft/trf/trf_zip.html


An experimental package to read and write files in .zip format, written on top

of zlib by Gilles Vollant , is available in the

contrib/minizip directory of zlib.



Notes for some targets:


- For Windows DLL versions, please see win32/DLL_FAQ.txt


- 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.


  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.


If you redistribute modified sources, we would appreciate that you include

in the file ChangeLog history information documenting your changes. Please

read the FAQ for more information on the distribution of modified source

versions.





Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other countries.

A listing of Cisco's trademarks can be found at www.cisco.com/go/trademarks . Third party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1005R)