Appendix e software license conditions e-11 – FUJITSU SPARC M4000 User Manual

Page 363

Advertising
background image

Appendix E Software License Conditions E-11

6. Trademarks. This License does not grant permission to use the trade

names, trademarks, service marks, or product names of the Licensor, except

as required for reasonable and customary use in describing the origin of

the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or agreed

to in writing, Licensor provides the Work (and each Contributor provides

its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS

OF ANY KIND, either express or implied, including, without limitation, any

warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or

FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for

determining the appropriateness of using or redistributing the Work and

assume any risks associated with Your exercise of permissions under this

License.

8. Limitation of Liability. In no event and under no legal theory,

whether in tort (including negligence), contract, or otherwise, unless

required by applicable law (such as deliberate and grossly negligent acts)

or agreed to in writing, shall any Contributor be liable to You for

damages, including any direct, indirect, special, incidental, or

consequential damages of any character arising as a result of this License

or out of the use or inability to use the Work (including but not

limited to damages for loss of goodwill, work stoppage, computer failure

or malfunction, or any and all other commercial damages or losses), even

if such Contributor has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing

the Work or Derivative Works thereof, You may choose to offer, and charge

a fee for, acceptance of support, warranty, indemnity, or other liability

obligations and/or rights consistent with this License. However, in

accepting such obligations, You may act only on Your own behalf and on

Your sole responsibility, not on behalf of any other Contributor, and only

if You agree to indemnify, defend, and hold each Contributor harmless for

any liability incurred by, or claims asserted against, such Contributor

by reason of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following

boilerplate notice, with the fields enclosed by brackets "[]" replaced

with your own identifying information. (Don't include the brackets!) The

text should be enclosed in the appropriate comment syntax for the file

format. We also recommend that a file or class name and description of

purpose be included on the same "printed page" as the copyright notice for

easier identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS, WITHOUT

WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

APACHE HTTP SERVER SUBCOMPONENTS:

The Apache HTTP Server includes a number of subcomponents with separate

copyright notices and license terms. Your use of the source code for the

these subcomponents is subject to the terms and conditions of the

following licenses.

For the mod_mime_magic component:

/*

* mod_mime_magic: MIME type lookup via file magic numbers

* Copyright (c) 1996-1997 Cisco Systems, Inc.

*

* This software was submitted by Cisco Systems to the Apache Group in July

* 1997. Future revisions and derivatives of this source code must

* acknowledge Cisco Systems as the original contributor of this module.

* All other licensing and usage conditions are those of the Apache Group.

*

* Some of this code is derived from the free version of the file command

* originally posted to comp.sources.unix. Copyright info for that

program is

* included below as required.

* ---------------------------------------------------------------------

------

* - Copyright (c) Ian F. Darwin, 1987. Written by Ian F. Darwin.

*

* This software is not subject to any license of the American Telephone

and

* Telegraph Company or of the Regents of the University of California.

*

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

on any

* computer system, and to alter it and 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 flaws in it.

*

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

explicit

* claim or by omission. Since few users ever read sources, credits must

* appear in the documentation.

*

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

* misrepresented as being the original software. Since few users ever

read

* sources, credits must appear in the documentation.

*

* 4. This notice may not be removed or altered.

* ---------------------------------------------------------------------

----

*

*/

"macmartinized" polygon code copyright 1992 by Eric Haines,

[email protected]

/***********************************************************************

*

* NCSA HTTPd Server

* Software Development Group

* National Center for Supercomputing Applications

* University of Illinois at Urbana-Champaign

* 605 E. Springfield, Champaign, IL 61820

* [email protected]

*

* Copyright (C) 1995, Board of Trustees of the University of Illinois

*

************************************************************************

*

* md5.c: NCSA HTTPd code which uses the md5c.c RSA Code

*

* Original Code Copyright (C) 1994, Jeff Hostetler, Spyglass, Inc.

* Portions of Content-MD5 code Copyright (C) 1993, 1994 by Carnegie

Mellon

* University (see Copyright below).

* Portions of Content-MD5 code Copyright (C) 1991 Bell Communications

* Research, Inc. (Bellcore) (see Copyright below).

* Portions extracted from mpack, John G. Myers - [email protected]

* Content-MD5 Code contributed by Martin Hamilton ([email protected])

*

*/

/* these portions extracted from mpack, John G. Myers - [email protected] */

/* (C) Copyright 1993,1994 by Carnegie Mellon University

* All Rights Reserved.

*

* 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 Carnegie Mellon University not be used in advertising

or

* publicity pertaining to distribution of the software without specific,

written

* prior permission. Carnegie Mellon University makes no representations

* about the suitability of this software for any purpose. It is provided

"as is"

* without express or implied warranty.

*

* CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH

* REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES

* OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL CARNEGIE

* MELLON UNIVERSITY BE LIABLE FOR ANY SPECIAL, INDIRECT OR

* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER

* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN

* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS

* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR

* PERFORMANCE OF THIS SOFTWARE.

*/

Advertising