FUJITSU SPARC M4000 User Manual

Page 364

Advertising
background image

E-12 SPARC Enterprise Mx000 Servers XSCF User’s Guide • April 2008

/*

* Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)

*

* Permission to use, copy, modify, and distribute this material for any

purpose

* and without fee is hereby granted, provided that the above copyright

notice

* and this permission notice appear in all copies, and that the name of

* Bellcore not be used in advertising or publicity pertaining to this

material

* without the specific, prior written permission of an authorized

representative

* of Bellcore. BELLCORE MAKES NO REPRESENTATIONS ABOUT THE

* ACCURACY OR SUITABILITY OF THIS MATERIAL FOR ANY PURPOSE.

* IT IS PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED

* WARRANTIES.

*/

/*

* This is work is derived from material Copyright RSA Data Security, Inc.

*

* The RSA copyright statement and Licence for that original material is

* included below. This is followed by the Apache copyright statement and

* licence for the modifications made to that material.

*/

*

* This is derived from material copyright RSA Data Security, Inc.

* Their notice is reproduced below in its entirety.

*

* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All rights

* reserved.

*

* RSA Data Security, Inc. makes no representations concerning either the

* merchantability of this software or the suitability of this software

for any

* particular purpose. It is provided "as is" without express or implied

warranty

* of any kind.

*

* These notices must be retained in any copies of any part of this

* documentation and/or software.

*/

#

# install - install a program, script, or datafile

# This comes from X11R5 (mit/util/scripts/install.sh).

#

# Copyright 1991 by the Massachusetts Institute of Technology

#

# Permission to use, copy, modify, distribute, and sell this software and

its

# documentation for any purpose is hereby granted without fee, provided

that

# the above copyright notice appear in all copies and that both that

copyright

# notice and this permission notice appear in supporting documentation,

and

# that the name of M.I.T. not be used in advertising or publicity

pertaining to

# distribution of the software without specific, written prior permission.

M.I.T.

# makes no representations about the suitability of this software for any

# purpose. It is provided "as is" without express or implied warranty.

#

PCRE LICENCE

------------


PCRE is a library of functions to support regular expressions whose syntax

and semantics are as close as possible to those of the Perl 5 language.


Written by: Philip Hazel <[email protected]>


University of Cambridge Computing Service,

Cambridge, England. Phone: +44 1223 334714.


Copyright (c) 1997-2001 University of Cambridge


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. This software is distributed in the hope that it will be useful, but

WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY

or FITNESS FOR A PARTICULAR PURPOSE.


2. The origin of this software must not be misrepresented, either by

explicit claim or by omission. In practice, this means that if you use

PCRE in software which you distribute to others, commercially or

otherwise, you must put a sentence like this

Regular expression support is provided by the PCRE library package, which

is open source software, written by Philip Hazel, and copyright by the

University of Cambridge, England.

somewhere reasonably visible in your documentation and in any relevant

files or online help data or similar. A reference to the ftp site for the

source, that is, to


ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/


should also be given in the documentation.


3. Altered versions must be plainly marked as such, and must not be

misrepresented as being the original software.

4. If PCRE is embedded in any software that is released under the GNU

General Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL),

then the terms of that licence shall supersede any condition above with

which it is incompatible.


The documentation for PCRE, supplied in the "doc" directory, is

distributed under the same terms as the software itself.

End PCRE LICENCE

/* ZeusBench V1.01

===============

This program is Copyright (C) Zeus Technology Limited 1996.

This program may be used and copied freely providing this copyright notice

is not removed.

This software is provided "as is" and any express or implied waranties,

including but not limited to, the implied warranties of merchantability

and fitness for a particular purpose are disclaimed. In no event shall

Zeus Technology Ltd. be liable for any direct, indirect, incidental,

special, exemplary, or consequential damaged (including, but not limited

to, procurement of substitute good or services; loss of use, data, or

profits; or business interruption) however caused and on theory of

liability. Whether in contract, strict liability or tort (including

negligence or otherwise) arising in any way out of the use of this

software, even if advised of the possibility of such damage.

Written by Adam Twiss ([email protected]). March 1996

Thanks to the following people for their input:

Mike Belshe ([email protected])

Michael Campanella ([email protected])

*/

Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd

and Clark Cooper

Permission is hereby granted, free of charge, to any person obtaining a

copy of this software and associated documentation files (the "Software"),

to deal in the Software without restriction, including without limitation

the rights to use, copy, modify, merge, publish, distribute, sublicense,

and/or sell copies of the Software, and to permit persons to whom the

Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included

in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS

OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF

MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN

NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,

DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR

OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE

USE OR OTHER DEALINGS IN THE SOFTWARE.

==========================================================

-----

Redistribution and use in source and binary forms of libcap, with or

without modification, are permitted provided that the following conditions

are met

1. Redistributions of source code must retain any existing copyright

notice, and this entire permission notice in its entirety, including the

disclaimer of warranties.

Advertising