TRIM.FaTE Copyright Information

The bulk of TRIM.FaTE was developed at MCNC--Environmental Modeling Center with funding provided by the United States Environmental Protection Agency's Office of Air Quality Planning and Standards. Significant contributions to the design and testing of TRIM.FaTE were made by Brad Lyon of Oak Ridge National Laboratory.  TRIM.FaTE makes use of several software packages obtained from external sources.  These packages each have their own copyright information which is listed below:

Java classes from Computational Geometry in C

The Java code in this directory is an adaptation of the C code
described in "Computational Geometry in C" (Second Edition).
It is not written to be comprehensible without the
explanation in that book.  See http://cs.smith.edu/~orourke/
for further information.

The Java code is generally a straightforward translation of the C code.
Variable names were chosen to coincide, with some modifications,
e.g., all tNames in the C code (t=type) are cNames in the Java code
(c=class).  Nine programs from the textbook are incorporated into
a single applet called CompGeom.  Three more programs are left
as stand-alone Java applications.  The programs are as follows:

Applet Operations:
Area/Centroid:  Chapter 1, Code 1.5; Exercise 1.6.5.
Triangulate:  Chapter 1, Code 1.14
Convex Hull (2D): Chapter 3, Code 3.8
Delaunay Triangulation: Chapter 5, Code 5.2
SegSegInt:  Chapter 7, Code 7.2.
In Poly?:  Chapter 7, Code 7.13
Inter. 2 Conv. Poly: Chapter 7, Code 7.17
Minkowski Convolution: Chapter 8, Code 8.5
Arm Move:  Chapter 8, Code 8.7

Java Applications:
Convex Hull (3D): Chapter 4, Code 4.8
sphere.c:  Chapter 4, Figure 4.15
Point-in-Polyhedron: Chapter 7, Code 7.15
 

All the programs in the CompGeom applet share a common data structure,
a doubly-linked circular list of points, class cVertexList.  Whether
these points represent a polygon, a multilink arm, a set of points,
and so on, is determined by "regime" variables.  These regimes
control the painting display of those objects:  for example,
polygons are filled but point sets are not.  A set of editing operations
work on all regimes, so the user can easily modify the input.
Specific geometric operations are chosen from a menu, and the
appropriate result displayed. The code writes extensive diagnostic
output to the console.

The CompGeom applet is rather complicated, consisting of over 8000 lines
of code. 

C code written by Joseph O'Rourke.
Java code written by Irena Pashchenko, Octavia Petrovici, Lilla Zollei,
and Joseph O'Rourke.
Last modified: June 1998
Questions to orourke@cs.smith.edu.
--------------------------------------------------------------------
This code is Copyright 1998 by Joseph O'Rourke.  It may be freely
redistributed in its entirety provided that this copyright notice is
not removed.


Generic Polygon Clipper (gpc)

Project:   Generic Polygon Clipper

           A new algorithm for calculating the difference, intersection,
           exclusive-or or union of arbitrary polygon sets.

Author:    Alan Murta (amurta@cs.man.ac.uk)
Version:   2.30
Date:      11th April 1999

Copyright: (C) 1997-1999, Advanced Interfaces Group,
           University of Manchester.

           This software is free for non-commercial use. It may be copied,
           modified, and redistributed provided that this copyright notice
           is preserved on all copies. The intellectual property rights of
           the algorithms used reside with the University of Manchester
           Advanced Interfaces Group.

           You may not use this software, in whole or in part, in support
           of any commercial product without the express consent of the
           author.

           There is no warranty or other guarantee of fitness of this
           software for any purpose. It is provided solely "as is".


LASPack

COPYRIGHT notice for LASPack library 
Copyright (C) 1992-1995 Tomas Skalicky. 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 modifications to the source code must be clearly marked as       
    such.  Binary redistributions based on modified source code
    must be clearly marked as modified versions in the documentation
    and/or other materials provided with the distribution.
4. No fees may be charged for distribution of the codes, other than
    a fee to cover the cost of the media and a reasonable handling fee.
5. This code, and any derivative of this code, may not be used in a
    commercial package without the prior explicit written permission
    of the author.
 
This code is provided "as is", without any warranty of any kind,
either expressed or implied, including but not limited to, any implied
warranty of merchantibility or fitness for any purpose. In no event
will the author or any party who distributed the code be liable
for damages or for any claim(s) by any other party, including but not
limited to, any lost profits, lost data or data rendered inaccurate,
losses sustained by third parties, or any other special, incidental or
consequential damages arising out of the use or inability to use
the program, even if the possibility of such damages has been advised
against. The entire risk as to the quality, the performance, and
the fitness of the program for any particular purpose lies with
the party using the code.
 

LSODES

This is the march 30, 1987 version of
LSODES. Livermore Solver for Ordinary Differential Equations
         with general sparse Jacobian matrices.
this version is in double precision.
 
LSODES solves the initial value problem for stiff or nonstiff
systems of first order ODE-s,
    dy/dt = f(t,y) ,  or, in component form,
    dy(i)/dt = f(i) = f(i,t,y(1),y(2),...,y(neq)) (i = 1,...,neq).
LSODES is a variant of the LSODE package, and is intended for
problems in which the jacobian matrix df/dy has an arbitrary
sparse structure (when the problem is stiff).
 
Authors..      Alan C. Hindmarsh,
               Computing and Mathematics Research Division, l-316
               Lawrence Livermore National Laboratory
               Livermore, CA 94550.

and            Andrew H. Sherman
               J. S. Nolen and Associates
               Houston, TX 77084
----------------------------------------------------------------------
References..
1.  Alan C. Hindmarsh,  ODEPACK, a Systematized Collection of ODE
    Solvers, in Scientific Computing, R. S. Stepleman et al. (eds.),
    North-Holland, Amsterdam, 1983, pp. 55-64.
 
2.  S. C. Eisenstat, M. C. Gursky, M. H. Schultz, and A. H. Sherman,
    Yale Sparse Matrix Package.. i. the Symmetric Codes,
    Int. J. Num. Meth. Eng., 18 (1982), pp. 1145-1151.
 
3.  S. C. Eisenstat, M. C. Gursky, M. H. Schultz, and A. H. Sherman,
    Yale Sparse Matrix Package.. ii. The Nonsymmetric Codes,
    Research Report No. 114, Dept. of Computer Sciences, Yale
    University, 1977.
 

JLoox

JLoox is a Java based GIS system that provides mapping, charting and graphical layout tools. It is used in the TRIM.FaTE graphical results viewer, the food chain viewer and to produce charts.

END-USER LICENSE AGREEMENT FOR THE JLOOX VISUALIZATION SUITE PRODUCT

The following is the end user license agreement ("EULA") for JLOOX
Visualization Suite 2.0 and subsequent versions.

IMPORTANT -- READ CAREFULLY: By opening the sealed software package,
or downloading, or installing, or using this product, you indicate
your acceptance of the following JLOOX Visualization Suite License Agreement.
This is a legal agreement between you (either an individual or an
entity) and LOOX Software S.A. - and its subsidiary company LOOX Software
Inc. - collectively called "LOOX" in this document. If you do not
accept and agree with all of the terms of this agreement, promptly
delete any copies on your system(s), return any unopened software
package(s) and all other materials with proof of payment to your
place of purchase, and your license fee will be refunded.

DEFINITIONS

A) JLOOX Visualization Suite is the Java class libraries delivered
as the jloox*.jar, lxgis*.jar jlayout*.jar and jcchart*.jar archive
files.
B) JLOOXMaker is the standalone JLOOXMaker editor Java application,
delivered as the jlm*.jar archive file.
C) SOFTWARE means the JLOOX Visualization Suite class libraries, the
JLOOXMaker editor standalone application and any associated
electronic documentation and example code.

SOFTWARE LICENSE

The SOFTWARE is protected by copyright laws and international
copyright treaties, as well as other intellectual property laws and
treaties. The SOFTWARE is licensed, not sold.

1. GRANT OF LICENSE
1.1 If You Have Any Version Of A JLOOX Visualization Suite Product: 
This license permits you, a single user, to use the SOFTWARE, on a
single computer.

i) To Build Applets. Provided that applets you build are used
only as an internal component in end-user oriented user-
interfaces, you may copy them to additional computers
(e.g. Web Servers), from which you may allow end-users to
download, royalty-free, the applets in the course of browsing
or interacting with Web pages you create. You are not
permitted to distribute the applets in any fashion which would
promote, encourage or allow reuse or redistribution of the
applet, other than as permitted above; and

ii) To Build Stand-Alone Java Applications. You have a royalty-
free right to reproduce and distribute the JLOOX Visualization Suite
class libraries (jloox*.jar, lxgis*.jar jlayout*.jar and jcchart*.jar)
as an integral part of your application(s), subject to the
restrictions below.


1.2 Limited Distribution Rights. Your royalty-free distribution
rights described in Section 1.1 above are granted provided that you:
(a) distribute the Applet or applets you build only in
conjunction with and as an integral part of your Web pages,
and distribute the JLOOXVisualization Suite class libraries
(jloox*.jar, lxgis*.jar, jlayout*.jar and jcchart*.jar) only
as an integral part of your end-user, stand-alone application;
(b) your Web pages or software product(s) are targeted at end-
users, and are not a development tool;
(c) you do not use LOOX or Sitraka's name, logo or trademark to market
your Web pages or application;
(d) you include a valid copyright notice on your Web pages and
software products; 
(e) you do not distribute the JLOOXMaker editor standalone
application (jlm*.jar) with or wihtout the JLOOX Visualization Suite
class libraries; and
(f) you agree to indemnify, hold harmless, and defend LOOX 
and its suppliers from and against any claims or lawsuits,
including attorney's fees, that arise or result from the use
or distribution of your Web pages and/or applications.

1.4 Use Definition. The SOFTWARE is "in use" on a computer when it
is loaded into temporary memory (i.e. RAM) or installed into
permanent memory (e.g. hard disk, CD-ROM, or other storage device)
of that computer, except that a copy installed on a network server
for the sole purpose of distribution to other computers is not "in use".

2. UPGRADES
If the SOFTWARE is an upgrade you may use or transfer the SOFTWARE
only in conjunction with the prior version(s) of the SOFTWARE.

3. COPYRIGHT
The SOFTWARE (including any images, photographs and text incorporated
into the SOFTWARE) is owned by LOOX or its suppliers and is
protected by Canadian, United States and other countries' copyright
laws and international treaty provisions. Therefore you must treat
the SOFTWARE like any other copyrighted material and not reproduce
it except that you may either:
(a) make one copy of the SOFTWARE solely for backup or archival
purposes, or
(b) transfer the SOFTWARE to a single hard disk provided you
keep the original solely for backup or archival purposes.
You may not copy any printed materials accompanying the SOFTWARE.

4. OTHER RESTRICTIONS
You may not rent or lease the SOFTWARE, but upon prior written agreement 
from LOOX you may transfer the SOFTWARE and accompanying 
written materials on a permanent basis provided you retain no copies and 
the recipient agrees to the terms of this License Agreement.
If the SOFTWARE is an upgrade, any
transfer must include the most recent upgrade and all prior
versions. You may not reverse engineer, decompile, disassemble,
or translate the SOFTWARE, except to the extent such foregoing
restriction is expressly prohibited by applicable law.

5. DUAL-MEDIA SOFTWARE
You may receive the SOFTWARE in more than one medium. Regardless of
the type or size of medium you receive, you may use only the medium
appropriate for your single-user computer. You may not use the other
medium on another computer or loan, rent, lease, or transfer the
disks to another user except as part of the permanent transfer
(as provided above) of all SOFTWARE and printed materials.

6. U.S. GOVERNMENT RESTRICTED RIGHTS
The SOFTWARE and documentation are provided with RESTRICTED RIGHTS.
Use, duplication, or disclosure by the U.S. Government is subject to
restrictions as set forth in subparagraph (c)(1)(ii) of the Rights
in Technical Data and Computer Software clause at DFARS 252.227-7013
or subparagraphs (c)(1) and (2) of the Commercial Computer Software
Restricted Rights at 48 CFR 52.227-19, as applicable. Manufacturers is
LOOX Software Inc., 1860 El Camino Real Ste. 306, Burlingame, CA 94010, USA.

7. MISCELLANEOUS
If you acquired this product in the United States this EULA is
governed by the laws of California, and the parties agree to
resolve any dispute exclusively in the courts of California. 

If this product was acquired outside the United States,
then local law may apply.

Should you have any questions concerning this EULA, or if you desire
to contact LOOX for any reason, please contact the LOOX Software
subsidiary serving your country, or write: LOOX Software Inc., Sales
Information, 1860 El Camino Real - Burlingame, CA 94010 - USA.
For other countries please contact LOOX Software, 1, rue Eugène Varlin,
F92240 Malakoff, FRANCE.

8. LIMITED WARRANTY
LIMITED WARRANTY. LOOX warrants that (a) the SOFTWARE will
perform substantially in accordance with the accompanying written
materials for a period of ninety (90) days from the date of receipt,
and (b) any Support Services provided by LOOX shall be
substantially as described in applicable written materials provided
to you by LOOX, and LOOX support engineers will make
commercially reasonable efforts to solve any problem issues. Some
states and jurisdictions do not allow limitations on duration of an
implied warranty, so the above limitation may not apply to you. To
the extent allowed by applicable law, implied warranties on the
SOFTWARE, if any, are limited to ninety (90) days.

CUSTOMER REMEDIES. LOOX and its suppliers' entire liability
and your exclusive remedy shall be, at LOOX's option, either
(a) return of the price paid, if any, or (b) repair or replacement
of the SOFTWARE that does not meet LOOX's Limited Warranty and
that is returned to LOOX with a copy of your receipt. This
Limited Warranty is void if failure of the SOFTWARE has resulted
from accident, abuse, or misapplication. Any replacement SOFTWARE
will be warranted for the remainder of the original warranty period
or thirty (30) days, whichever is longer. Outside the United States
and Canada, neither these remedies nor any product support services
offered by LOOX are available without proof of purchase from an
authorized international source.

SPECIFIC DISCLAIMER FOR HIGH-RISK ACTIVITIES. The SOFTWARE is not
designed or intended for use in high-risk activities including,
without restricting the generality of the foregoing, on-line control
of aircraft, air traffic, aircraft navigation or aircraft
communications; or in the design, construction, operation or
maintenance of any nuclear facility. LOOX and its suppliers
specifically disclaim any express or implied warranty of fitness for
such purposes or any other purposes.

NO LIABILITY FOR CONSEQUENTIAL DAMAGES. To the maximum extent
permitted by applicable laws, in no event shall LOOX or its
suppliers be liable for any damages whatsoever (including without
limitation, damages for loss of business profits, business
interruption, loss of information, or other pecuniary loss) arising
out of the use of or inability to use this LOOX product, even if
LOOX has been advised of the possibility of such damages.
Because some states/jurisdictions do not allow the exclusion or
limitation of liability for consequential or incidental damages, the
above limitation may not apply to you.

NO OTHER WARRANTIES. TO THE MAXIMUM EXTENT PERMITTED
BY APPLICABLE LAW, LOOX SOFTWARE S.A, LOOX SOFTWARE INC.
AND ITS SUPPLIERS DISCLAIM ALL OTHER WARRANTIES,
EITHER EXPRESS OR IMPLIED, INCLUDING, BUT
NOT LIMITED TO, IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE,
WITH REGARD TO THE SOFTWARE AND THE ACCOMPANYING
PRINTED MATERIALS. THIS LIMITED WARRANTY GIVES YOU
SPECIFIC LEGAL RIGHTS. YOU MAY HAVE OTHERS WHICH VARY
FROM STATE/JURISDICTION TO STATE/JURISDICTION.

9. LIMITATION OF LIABILITY.
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN
NO EVENT SHALL LOOX OR ITS SUPPLIERS BE LIABLE FOR
ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL
DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION,
DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS
INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY
OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR
INABILITY TO USE THE SOFTWARE OR THE PROVISION OF OR
FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LOOX
HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
IN ANY CASE, LOOX'S ENTIRE LIABILITY UNDER ANY
PROVISION OF THIS EULA SHALL BE LIMITED TO THE GREATER
OF THE AMOUNT ACTUALLY PAID BY YOU FOR THE SOFTWARE OR
US$5.00; PROVIDED, HOWEVER, IF YOU HAVE ENTERED INTO A
LOOX SUPPORT SERVICES AGREEMENT, LOOX'S ENTIRE
LIABILITY REGARDING SUPPORT SERVICES SHALL BE GOVERNED
BY THE TERMS OF THAT AGREEMENT. BECAUSE SOME STATES
AND JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
LIMITATION OF LIABILITY, THE ABOVE LIMITATION MAY NOT
APPLY TO YOU.


JBuilder data classes

JBuilder is a Java development environment that is used to build TRIM. They provide several data handling libraries that TRIM uses.


JBuilder 5 Professional Deployment DEPLOY.TXT File
===================================================

This file defines the Redistributables for JBuilder 5 Professional
and provides references to further deployment documentation for
the following:

1. The generated program or component class files
2. JBCL class libraries
3. Java Development Kit Runtime Deployment
4. DataExpress
5. dbSwing
6. InternetBeans
7. XMLBeans


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. Program Deployment
=====================
Refer to LICENSE.TXT for the details of what you may redistribute.

For best results, use the Archive Builder included with JBuilder to 
create the .zip or .jar file(s) for use in deploying your target 
Application, Applet, or JavaBean component. 

For more information on how to actually prepare and deploy your files,
see:

- additional documentation in the release_notes.html file
- additional deployment documentation that may be available at
http://www.borland.com/jbuilder


2. JBCL Redistributables
========================
For the purpose of the license(s) included with this product,
the redistributables for the JavaBeans Component Library (JBCL)
is defined as the jbcl.jar file in the /jbuilder5/redist directory, 
and/or the individual files in that archive.

a) As individual class files
b) As the entire jbcl.jar file
c) As class files included in your archive files, for example by
use of the Archive Builder

3. JDK / JRE / JFC / Swing Deployment
======================================
Please refer to http://www.javasoft.com for specific JDK, JRE and JFC deployment
licensing and filelist information.


4. DataExpress Redistributables
==============================================================
To the extent that you are allowed to redistribute the DataExpress files under the terms of your licensing, the redistributables for DataExpress are defined as the dx.jar file in the /jbuilder5/redist directory.

To the extent that you are allowed to redistribute these files under
the terms of your license, you may redistribute these classes in 
any of the following formats:

a) As individual class files
b) As the entire dx.jar file
c) As class files included in your archive files, for example by
use of the Archive Builder




5. dbSwing Redistributables
==============================================================
To the extent that you are allowed to redistribute the dbSwing files
under the terms of your licensing, the redistributables for dbSwing
are defined as the dbswing.jar file in the /jbuilder5/redist directory.

To the extent that you are allowed to redistribute these files under
the terms of your license, you may redistribute these classes in 
any of the following formats:

a) As individual class files
b) As the entire dbswing.jar file
c) As class files included in your archive files, for example by
use of the Archive Builder

5. InternetBeans Redistributables
==============================================================
To the extent that you are allowed to redistribute the InternetBeans files
under the terms of your licensing, the redistributables for InternetBeans
are defined as the internetbeans.jar file in the /jbuilder5/redist directory.

To the extent that you are allowed to redistribute these files under
the terms of your license, you may redistribute these classes in 
any of the following formats:

a) As individual class files
b) As the entire internetbeans.jar file
c) As class files included in your archive files, for example by
use of the Archive Builder


5. XMLBeans Redistributables
==============================================================
To the extent that you are allowed to redistribute the XBeans files
under the terms of your licensing, the redistributables for XBeans
are defined as the xmlbeans.jar file in the /jbuilder5/redist directory.

To the extent that you are allowed to redistribute these files under
the terms of your license, you may redistribute these classes in 
any of the following formats:

a) As individual class files
b) As the entire xmlbeans.jar file
c) As class files included in your archive files, for example by
use of the Archive Builder


javacc

javacc is a parser generator that is used to generate parsers for some of TRIM's input files and for formula parsing.

The Java Compiler Compiler License agreement extracted from the
original Sun Microsystems web site follows. The most uptodate
agreement which you accepted when you downloaded that includes
paragraphs from Metamata supercedes this agreement in case there are
any differences.


Java Compiler Compiler Download and License Agreement



SUN MICROSYSTEMS, INC. ACTING BY AND THROUGH ITS SUN TEST GROUP
("SUN") IS WILLING TO LICENSE THE JAVA(TM) COMPILER COMPILER(TM)
SOFTWARE, SAMPLE GRAMMARS, AND THE ACCOMPANYING DOCUMENTATION
("SOFTWARE") TO YOU ONLY ON THE CONDITION THAT YOU ACCEPT ALL OF THE
TERMS IN THIS AGREEMENT.

PLEASE READ THE TERMS CAREFULLY BEFORE CLICKING ON THE "ACCEPT"
BUTTON, AS BY CLICKING ON THE "ACCEPT" BUTTON YOU ACKNOWLEDGE THAT YOU
HAVE READ THIS AGREEMENT, UNDERSTAND IT AND AGREE TO BE BOUND BY ITS
TERMS AND CONDITIONS.


IF YOU DO NOT AGREE TO THESE TERMS, SUN IS UNWILLING TO LICENSE THE
SOFTWARE TO YOU. YOU SHOULD CLICK ON THE "DO NOT ACCEPT" BUTTON TO
DISCONTINUE THE INSTALLATION PROCESS.

1. LICENSE


You are permitted to download, install, and use the Software on a
single computer or a network server. You may use the Software as
installed on a network server on clients of that server. You may copy
the Software only for backup purposes in support of your use of the
Software, provided that you reproduce all copyright and other
proprietary notices that are on the original copy of the Software.

2. SAMPLE GRAMMARS


You may modify the sample grammars included in the Software to develop
derivatives thereof ("Sample Grammar Derivatives"), and sublicense the
Sample Grammar Derivatives directly or indirectly to your customers.

3. DEVELOPED PRODUCTS


You may use the Software to generate software program(s) ("Developed
Programs"). Sun claims no rights in or to the Developed Programs.

4. YOUR INDEMNIFICATION OF SAMPLE GRAMMARS DERIVATIVES AND DEVELOPED
PRODUCTS


You agree to indemnify, hold harmless, and defend Sun from and against
any claims or suits, including attorneys' fees, which arise or result
from any use or distribution of Sample Grammar Derivatives and/or
Developed Programs.

5. RESTRICTIONS


You may not use, copy, modify, or transfer the Software, or any copy
thereof, in whole or in part, except as expressly provided for in this
Agreement. You may not reverse engineer, disassemble, decompile or
translate the Software, or otherwise attempt to derive the source code
of the Software, except as allowed by law. Any attempt to transfer
any of the rights, duties, or obligations hereunder is void. You may
not rent, lease, loan, resell for profit, or distribute the Software,
or any part of the Software.


The Software is not designed or licensed for use in on-line control
equipment in hazardous environments, such as operation of nuclear
facilities, aircraft navigation or control, or direct life support
machines.

6. OWNERSHIP


The Software is licensed, not sold, to you for use only under the
terms of this Agreement, and Sun reserves all rights not expressly
granted to you. You own the media, if any, on which the Software is
recorded, but Sun retains ownership of all copies of the Software
itself.

7. CONFIDENTIALITY


The Software is confidential and proprietary information of Sun and/or
its licensors. You agree to take adequate steps to protect the
Software from unauthorized disclosure or use.

8. TERM


This Agreement will immediately and automatically terminate without
notice if you fail to comply with any material term or condition of
this Agreement. You agree upon termination to promptly destroy the
Software and all copies. You may terminate this Agreement at any time
by destroying all copies of Software.

9. NO WARRANTY


The Software is provided to you "AS IS".

SUN EXPRESSLY DISCLAIMS ALL WARRANTIES, INCLUDING THE IMPLIED
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
NON-INFRINGEMENT. NO ORAL OR WRITTEN INFORMATION OF ADVICE GIVEN BY
SUN, ITS EMPLOYEES, DISTRIBUTORS, DEALERS, LICENSORS OR AGENTS SHALL
INCREASE THE SCOPE OF THE ABOVE WARRANTIES OR CREATE ANY NEW
WARRANTIES.

10. LIMITATIONS OR REMEDIES


REGARDLESS OF WHETHER ANY REMEDY SET FORTH HEREIN FAILS OF ITS
ESSENTIAL PURPOSE OR OTHERWISE, IN NO EVENT WILL SUN BE LIABLE TO YOU
OR TO ANY THIRD PARTY FOR ANY LOST PROFITS, LOST DATA, INTERRUPTION OF
BUSINESS, OR OTHER SPECIAL, DIRECT, INDIRECT, INCIDENTAL OR
CONSEQUENTIAL DAMAGES OF ANY KIND WHETHER IN CONTRACT OR TORT OR
OTHERWISE, ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE OR
ANY DATA SUPPLIED THEREWITH, EVEN IF SUN HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH LOSS OR DAMAGE AND WHETHER OR NOT SUCH LOSS OR
DAMAGES ARE FORESEEABLE.


11. GOVERNMENT USER



The Software is provided with restricted rights.




RESTRICTED RIGHTS LEGEND



With respect to any acquisition of the Software by or for any unit or
agency of the U.S. Government ("Government"), the Software shall be
classified as "commercial computer software", as that term is defined
in the applicable provisions of the Federal Acquisition Regulation
("FAR") and supplements thereto, including the Department of Defense
(DoD) FAR Supplement ("DFARS"). If the Software is supplied for use
by the DoD, the Software is delivered subject to the terms of this
Agreement and either: (i) in accordance with DFARS 227.7202-1(a) and
227.7202-3(a), or (ii) with restricted rights in accordance with
DFARS252.227-7013(c)(1)(ii)(OCT 1988), as applicable. If the Software
is supplied for use by a Federal agency other than the DoD, the
Software is restricted computer software delivered subject to the
terms of this Agreement and (i) FAR 12.212(a); (ii) FAR 52.227-19; or
(iii) FAR52.227-14(ALT III), as applicable.


Sun Microsystems Inc, 2550 Garcia Avenue, Mountain View, CA 94043. 


12. EXPORT LAW



You acknowledge and agree that the Software may be subject to control
imposed by the United States Export Administration Act and the
regulations thereunder (the "Act") as well as the applicable laws of
other countries. You agree and certify that neither the Software nor
any direct product thereof is being or will be acquired, shipped,
transferred or reexported, directly or indirectly, to a national of
Cuba, Iran, Iraq, Libya, North Korea, Rwanda, Syria, or Sudan or any
other country prohibited by the Act and the regulations thereunder or
will be used for any purpose prohibited by the same, unless
specifically authorized by U.S. regulations, including, but not
limited to, the Export Administration Regulations ("EAR") or by a
license issued by the U.S. Government.


You will not reexport the Software you receive under this Agreement to
any party involved in sensitive or unguarded nuclear activities, or
activities related to chemical or biological weapons or missiles
unless authorized by the EAR or a license for the U.S. Department of
Commerce.


These obligations survive the termination of this Agreement.


13. GENERAL



Any action related to this Agreement will be governed by California
law and controlling U.S. federal law, and the United Nations
Convention on Contracts for the International Sale of Goods and the
choice of law rules of any jurisdiction shall not apply. If any
provision of this Agreement is held to be unenforceable, that
provision will be removed and the remaining provisions will remain in
full force. This Agreement is the complete and exclusive statement of
the agreement between us which supersedes any proposal or prior
agreement, oral or written, and any other communications between us in
relation to the subject matter of this Agreement. If you have any
questions concerning this Agreement, you may contact Sun by email at
suntest-info@suntest.com.


Sun, Sun Microsystems, the Sun Logo, Java, Java Compiler Compiler, and
all Java-based marks are trademarks or registered trademarks of Sun
Microsystems, Inc. in the U.S. and other countries.



THE SOFTWARE AND ACCOMPANYING USER DOCUMENTATION ARE PROTECTED BY
UNITED STATES COPYRIGHT LAW AND INTERNATIONAL TREATY. UNAUTHORIZED
REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL
PENALTIES.


OR-Objects

OR-Objects is a statistical and math package that is used to perform the sampling in the Monte Carlo analyses.

Copyright (C) 1997-2000 by
DRA Systems

This OR-Objects documentation is Copyright (C) 1997-2000 by
DRA Systems. It can not be copied or reproduced in any form
without the express written permission of DRA Systems. This
documentation contains proprietary information and trade secrets
that are the property of DRA Systems and can not be used for any
purpose without the express written consent of DRA Systems.


DistLib

DistLib is another statistical package that provides some functions that the OR_objects package did not provide for the Monte Carlo Analysis.