FUJITSU SPARC M4000 User Manual

Page 370

Advertising
background image

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

* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF

* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR

* PROFITS; OR BUSINESS INTERRUPTION)

* HOWEVER CAUSED AND ON ANY 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.

*

*from: @(#)telnetd.h 5.3 (Berkeley) 3/1/91

*$Id: telnetd.h,v 1.2 1999/03/27 07:46:21 dholland Exp $

*/

----

/*

* Copyright (c) 1989 The Regents of the University of California.

* All rights reserved.

*

* Redistribution and use in source and binary forms, with or without

* modification, are permitted provided that the following conditions are

met:

* 1. Redistributions of source code must retain the above copyright

notice, this

* list of conditions and the following disclaimer.

* 2. Redistributions in binary form must reproduce the above copyright

* notice, this list of conditions and the following disclaimer in the

* documentation and/or other materials provided with the distribution.

* 3. All advertising materials mentioning features or use of this software

* must display the following acknowledgement:

* This product includes software developed by the University of

* California, Berkeley and its contributors.

* 4. Neither the name of the University nor the names of its contributors

may

* be used to endorse or promote products derived from this software

* without specific prior written permission.

*

* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND

* CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED

* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED

* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A

* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE

* REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,

* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF

* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR

* PROFITS; OR BUSINESS INTERRUPTION)

* HOWEVER CAUSED AND ON ANY 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.

*/

----

ORIGINAL LICENSE:

This software is

(c) Copyright 1992 by Panagiotis Tsirigotis

The author (Panagiotis Tsirigotis) grants permission to use, copy, and

distribute this software and its documentation for any purpose and without

fee, provided that the above copyright notice extant in files in this

distribution is not removed from files included in any redistribution and

that this copyright notice is also included in any redistribution.

Modifications to this software may be distributed, either by distributing

the modified software or by distributing patches to the original software,

under the following additional terms:

1. The version number will be modified as follows:

a. The first 3 components of the version number

(i.e <number>.<number>.<number>) will remain unchanged.

b. A new component will be appended to the version number to indicate

the modification level. The form of this component is up to the

author of the modifications.

2. The author of the modifications will include his/her name by appending

it

along with the new version number to this file and will be responsible

for

any wrong behavior of the modified software.

The author makes no representations about the suitability of this software

for any purpose. It is provided "as is" without any express or implied

warranty.

Modifications:

Version: 2.1.8.7-current

Copyright 1998-2001 by Rob Braun

Sensor Addition

Version: 2.1.8.9pre14a

Copyright 2001 by Steve Grubb

This is an exerpt from an email I recieved from the original author,

allowing xinetd as maintained by me, to use the higher version numbers:

I appreciate your maintaining the version string guidelines as specified

in the copyright. But I did not mean them to last as long as they did.

So, if you want, you may use any 2.N.* (N >= 3) version string for future

xinetd versions that you release. Note that I am excluding the 2.2.* line;

using that would only create confusion. Naming the next release 2.3.0

would put to rest the confusion about 2.2.1 and 2.1.8.*.

/* zlib.h -- interface of the 'zlib' general purpose compression library

version 1.2.1, November 17th, 2003


Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler


This software is provided 'as-is', without any express or implied

warranty. In no event will the authors be held liable for any damages

arising from the use of this software.


Permission is granted to anyone to use this software for any purpose,

including commercial applications, and to alter it and redistribute it

freely, subject to the following restrictions:


1. The origin of this software must not be misrepresented; you must not

claim that you wrote the original software. If you use this software in a

product, an acknowledgment in the product documentation would be

appreciated but is not required.

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.


Jean-loup Gailly Mark Adler

[email protected] [email protected]

The data format used by the zlib library is described by RFCs (Request

for Comments) 1950 to 1952 in the files

http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate

format) and rfc1952.txt (gzip format).

*/

Advertising