Cisco Cisco ASA 5555-X Adaptive Security Appliance 许可信息

下载
页码 8426
             Open Source Used In Firepower System Version 6.1                                                                                                                                   
3865
   This is free software, and you are welcome to redistribute it
   under certain conditions; type 'show c' for details.
 
The hypothetical commands 'show w' and 'show c' should show the
appropriate parts of the General Public License.  Of course, the
commands you use may be called something other than 'show w' and 'show
c'; they could even be mouse-clicks or menu items--whatever suits your
program.
 
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary.  Here a sample; alter the names:
 
 Yoyodyne, Inc., hereby disclaims all copyright interest in the
 program 'Gnomovision' (a program to direct compilers to make passes
 at assemblers) written by James Hacker.
 
 <signature of Ty Coon>, 1 April 1989
 Ty Coon, President of Vice
 
That's all there is to it!
 
5.117 File-Slurp 9999.13 
5.117.1 Available under license : 
File::Slurp.pm version 0.04
===========================
 
This module provides subroutines to read or write entire files with a
simple call.  It also has a subroutine for reading the list of filenames
in a directory.
 
In the extras/ directory you can read an article (slurp_article.pod)
about file slurping and also run a benchmark (slurp_bench.pl) that
compares many ways of slurping/spewing files.
 
This module was first written and owned by David Muir Sharnoff (MUIR on
CPAN).  I checked out his module and decided to write a new version
which would be faster, and with many more features.  To that end, David
graciously transfered the namespace to me.
 
Since then, I discovered and fixed a bug in the original module's test
script (which had only 7 tests), which is included now as t/original.t.
This module now has 164 tests in 7 test scripts, and passes on Windows,
Linux, Solaris and Mac OS X.
 
There have been some comments about the somewhat unusual version number.