Administrator Guide

$ORGANISATION SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED
HEREUNDER IS ON AN "AS IS" BASIS, AND $ORGANISATION HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE,
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
Python
Numerical Python
Versions after 20.0 require Python 2.0 or later. To take advantage of the "rich comparisons" (i.e., to be able to compare arrays
and get back a boolean result) you need Python 2.1.
Web site: http://numpy.sourceforge.net
Project page: http://sourceforge.net/projects/numpy
Discussion group: numpy-discussion@lists.sourceforge.net
This software was originally written by Jim Hugunin when he was at MIT, later at CNRI.
Then Paul Dubois of LLNL became the "keeper". LLNL has released any contributions to it by LLNL personnel for free
redistribution. However, many people have contributed to Numpy. It is a classic open source effort that nobody "owns". So,
Numerical Python is placed in the SourceForge under the Python license. The LLNL license is in Legal.htm.
-- Paul F. Dubois, Jan. 13, 2000.
Q Public License Vers. 1.0 (QPL-1.0)
Copyright (C) 1999 Trolltech AS, Norway.
Everyone is permitted to copy and distribute this license document.
The intent of this license is to establish freedom to share and change the software regulated by this license under the open
source model.
This license applies to any software containing a notice placed by the copyright holder saying that it may be distributed
under the terms of the Q Public License version 1.0. Such software is herein referred to as the Software. This license covers
modification and distribution of the Software, use of third-party application programs based on the Software, and development
of free software which uses the Software.
Granted Rights
1. You are granted the non-exclusive rights set forth in this license provided you agree to and comply with any and all
conditions in this license. Whole or partial distribution of the Software, or software items that link with the Software, in any
form signifies acceptance of this license.
2. You may copy and distribute the Software in unmodified form provided that the entire package, including - but not restricted
to - copyright, trademark notices and disclaimers, as released by the initial developer of the Software, is distributed.
3. You may make modifications to the Software and distribute your modifications, in a form that is separate from the Software,
such as patches. The following restrictions apply to modifications:
a. Modifications must not alter or remove any copyright notices in the Software.
b. When modifications to the Software are released under this license, a non-exclusive royalty-free right is granted to the
initial developer of the Software to distribute your modification in future versions of the Software provided such versions
remain available under these terms in addition to any other license(s) of the initial developer.
4. You may distribute machine-executable forms of the Software or machine-executable forms of modified versions of the
Software, provided that you meet these restrictions:
a. You must include this license document in the distribution.
b. You must ensure that all recipients of the machine-executable forms are also able to receive the complete machine-
readable source code to the distributed Software, including all modifications, without any charge beyond the costs of
data transfer, and place prominent notices in the distribution explaining this.
c. You must ensure that all modifications included in the machine-executable forms are available under the terms of this
license.
5. You may use the original or modified versions of the Software to compile, link and run application programs legally developed
by you or by others.
6. You may develop application programs, reusable components and other software items that link with the original or modified
versions of the Software. These items, when distributed, are subject to the following requirements:
133