Administrator Guide

POSIX
The Institute of Electrical and Electronics Engineers (IEEE) and The Open Group, have given us permission to reprint portions of
their documentation.
In the following statement, the phrase ``this text'' refers to portions of the system documentation.
Portions of this text are reprinted and reproduced in electronic form in the linux-manpages package, from IEEE Std 1003.1
(TM), 2003 edition, Standard for Information Technology -- Portable Operating System Interface (POSIX (R)), The Open Group
Base Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of Electrical and Electronics Engineers, Inc and The
Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard,
the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at
http://www.opengroup.org/unix/online.html .
This notice shall appear on any product containing this material.
Redistribution of this material is permitted so long as this notice and the corresponding notices within each POSIX manual page
are retained on any distribution, and the nroff source is included. Modifications to the text are permitted so long as any conflicts
with the standard are clearly marked as such in the text.
The PostgreSQL Licence (PostgreSQL)
This is a template license. The body of the license starts at the end of this paragraph. To use it, say that it is The PostgreSQL
License, and then substitute the copyright year and name of the copyright holder into the body of the license. Then put
the license into a prominent file ("COPYRIGHT", "LICENSE" or "COPYING" are common names for this file) in your software
distribution.
Copyright (c) $YEAR, $ORGANIZATION
Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without
a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two
paragraphs appear in all copies.
IN NO EVENT SHALL $ORGANISATION BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
DOCUMENTATION, EVEN IF $ORGANISATION HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
$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.
133