Cisco Cisco ASA 5550 Adaptive Security Appliance 라이센스 정보

다운로드
페이지 377
             Open Source Used In Cisco ASA Series 9.1                                                                                                                                    9
* All Rights Reserved
*
* Description: ROMMON ARP processing module. Inherited from PIX Monitor-Mode
*              Code base.
*
* This code was originally taken from the NetBSD 1.3.2 distribution.
* It has been rather extensively modified, including removing RARP
* and fixing a lot of bugs.
*
*------------------------------------------------------------------
* $Id: //depot/acmilan/main/Xpix/boot/rommon/nb_arp.c#2 $
* $Source:  $
*/
 
1.3 base64.c 1.3 
1.3.1 Available under license : 
/*$NetBSD: base64.c,v 1.3 1997/07/13 19:57:30 christos Exp $*/
 
/*
* Copyright (c) 1996 by Internet Software Consortium.
*
* 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" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
* ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
* CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*/
 
/*
* Portions Copyright (c) 1995 by International Business Machines, Inc.
*
* International Business Machines, Inc. (hereinafter called IBM) grants
* permission under its copyrights to use, copy, modify, and distribute this
* Software with or without fee, provided that the above copyright notice and
* all paragraphs of this notice appear in all copies, and that the name of IBM
* not be used in connection with the marketing of any product incorporating
* the Software or modifications thereof, without specific, written prior
* permission.
*