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

다운로드
페이지 108
             Open Source Used In Cisco-IOS-Release 15-6-3-M                                                                                                                                    21
#      Murray Hill, NJ 07974-0636 
#      U.S.A. 
#      dmg@bell-labs.com 
#   */ 
 
From the netlib site: 
 
2.3) Are there restrictions on the use of software retrieved from Netlib? 
Most netlib software packages have no restrictions on their use but we recommend you check with the authors to be
sure. Checking with the authors is a nice courtesy anyway since many authors like to know how their codes are
being used.
 
1.7 editline 1.11 
1.7.1 Available under license : 
DDTS@bxb-lnx-build01% more README 
$Revision: 1.11 $ 
 
This is a line-editing library.  It can be linked into almost any 
program to provide command-line editing and recall. 
 
It is call-compatible with the FSF readline library, but it is a 
fraction of the size (and offers fewer features).  It does not use 
standard I/O.  It is distributed under a "C News-like" copyright. 
 
Configuration is done in the Makefile.  Type "make testit" to get 
a small slow shell for testing. 
 
This contains some changes since the posting to comp.sources.misc: 
   -   Bugfix for completion on absolute pathnames. 
   -   Better handling of M-n versus showing raw 8bit chars. 
   -   Better signal handling. 
   -   Now supports termios/termio/sgttyb ioctl's. 
   -   Add M-m command to toggle how 8bit data is displayed. 
The following changes, made since the last public release, come from 
J.G. Vons <vons@cesar.crbca1.sinet.slb.com>: 
   -   History-searching no longer redraws the line wrong 
   -   Added ESC-ESC as synonym for ESC-? 
   -   SIGQUIT (normally ^\) now sends a signal, not indicating EOF. 
   -   Fixed some typo's and unclear wording in the manpage. 
   -   Fixed completion when all entries shared a common prefix. 
   -   Fixed some meta-char line-redrawing bugs. 
 
Enjoy, 
       Rich $alz 
       <rsalz@osf.org>