Cisco Cisco IOS Software Release 15.6(2)T 라이센스 정보

다운로드
페이지 108
             Open Source Used In Cisco-IOS-Release 15-6-3-M                                                                                                                                    27
 
1.11 inflate.c c10p1 
1.11.1 Available under license : 
/* inflate.c -- Not copyrighted 1992 by Mark Adler
  version c10p1, 10 January 1993 */
 
/* You can do whatever you like with this source file, though I would
  prefer that if you modify it and redistribute it that you include
  comments to that effect with your name and the date.  Thank you.
  [The history has been moved to the file ChangeLog.]
*/
/* $Id: inflate.c,v 3.2.60.1 1996/03/18 19:11:09 gstovall Exp $
* $Source: /release/111/cvs/Xsys/czip/inflate.c,v $
*------------------------------------------------------------------
* inflate.c - unzip inflate
*
* December 1994, Michael Beesley
*
* Copyright (c) 1990-1997, 2001, 2004-2005, 2007 by cisco Systems, Inc.
* All rights reserved.
*
*------------------------------------------------------------------
* $Log: inflate.c,v $
* Revision 3.2.60.1  1996/03/18  19:11:09  gstovall
* Branch: California_branch
* Elvis has left the building.  He headed out to California, and took the
* port ready changes with him.
*
* Revision 3.2.26.2  1996/03/07  08:42:15  mdb
* Branch: DeadKingOnAThrone_branch
* cisco and ANSI/POSIX libraries.
*
* Revision 3.2.26.1  1996/02/20  13:44:31  dstine
* Branch: DeadKingOnAThrone_branch
*         Sync from DeadKingOnAThrone_baseline_960122 to
*                   DeadKingOnAThrone_baseline_960213
*
* Revision 3.2  1995/11/17  08:58:13  hampton
* Remove old entries from the RCS header logs.
*
* Revision 3.1  1995/11/09  11:15:19  shaker
* Bump version numbers from 2.x to 3.x.
*
* Revision 2.2  1995/06/23  22:23:30  mbeesley
* CSCdi36360:  95q1 compiler fails to build czip_elf
* Work-arround the compiler bug by declaring variables static.