Cisco Cisco Prime Security Manager 9.0 Información de licencia

Descargar
Página de 2101
OL-32021-01             Open Source Used In Cisco Prime Security Manager 9.3
                         244
 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.
 
 L. Peter Deutsch
 ghost@aladdin.com
 
*/
/*
* regcomp and regexec -- regsub and regerror are elsewhere
*
*  Copyright (c) 1986 by University of Toronto.
*  Written by Henry Spencer.  Not derived from licensed software.
*
*  Permission is granted to anyone to use this software for any
*  purpose on any computer system, and to redistribute it freely,
*  subject to the following restrictions:
*
*  1. The author is not responsible for the consequences of use of
*      this software, no matter how awful, even if they arise
*      from defects in it.
*
*  2. The origin of this software must not be misrepresented, either
*      by explicit claim or by omission.
*
*  3. Altered versions must be plainly marked as such, and must not
*      be misrepresented as being the original software.
*** THIS IS AN ALTERED VERSION.  It was altered by John Gilmore,
*** hoptoad!gnu, on 27 Dec 1986, to add \n as an alternative to |
*** to assist in implementing egrep.
*** THIS IS AN ALTERED VERSION.  It was altered by John Gilmore,
*** hoptoad!gnu, on 27 Dec 1986, to add \< and \> for word-matching
*** as in BSD grep and ex.
*** THIS IS AN ALTERED VERSION.  It was altered by John Gilmore,
*** hoptoad!gnu, on 28 Dec 1986, to optimize characters quoted with \.
*** THIS IS AN ALTERED VERSION.  It was altered by James A. Woods,
*** ames!jaw, on 19 June 1987, to quash a regcomp() redundancy.
*** THIS IS AN ALTERED VERSION.  It was altered by Christopher Seiwald
*** seiwald@vix.com, on 28 August 1993, for use in jam.  Regmagic.h
*** was moved into regexp.h, and the include of regexp.h now uses "'s
*** to avoid conflicting with the system regexp.h.  Const, bless its
*** soul, was removed so it can compile everywhere.  The declaration
*** of strchr() was in conflict on AIX, so it was removed (as it is
*** happily defined in string.h).
*** THIS IS AN ALTERED VERSION.  It was altered by Christopher Seiwald
*** seiwald@perforce.com, on 20 January 2000, to use function prototypes.
*
* Beware that some of this code is subtly aware of the way operator precedence