You are on page 1of 16

SPSS Statistics 17.

0
Installation
Instructions for installing SPSS Statistics, including the minimum hardware
and software requirements, are located on the CD-ROM in the Installation
Documents directory.
Information and Limitations
New features. For a list of new features in the latest SPSS Statistics
release, please visit http://www.spss.com/spss/whats_new.htm
For a list of new features in SPSS Statistics, see the What's New in SPSS
Statistics 17.0? topic in the online help or the cover letter that was
included with your system.
Saving Stata and SAS files with multi-byte variable names. When saving data
files in Stata or SAS format, variable names that contain multi-byte
characters (e.g., Japanese or Chinese characters) are converted to variables
names of the general form Vnnn, where nnn is an integer value. an integer
value.
Dimensions Data Sources. When reading Dimensions data sources (Open
Dimensions Data on the File menu or GET DATA /TYPE=OLEDB), non-English data
may not be read correctly. To use non-English Dimensions data sources in SPSS
Statistics, save the data in SPSS Statistic format in the source application.
Dimensions DMOM Libraries. This version of SPSS Statistics will not work with
Dimensions DMOM Libraries Version 3.5.0.1 or lower. Please use the Dimensions
Component Pack Version 4.0(included with the SPSS Statistics install) or use a
DMOM Version 4.0 or higher product.
Japanese characters in Data Direct driver setup. Japanese characters cannot be
specified in the Data Source Name or Description of the version of Data Direct
database drivers which are shipped with SPSS Statistics. Data Direct
acknowledges that this is a problem, and plans to release a fix.
SPSS Statistics doesnt work with Altiris Vision User Module 3.1. There is a
memory conflict with Microsoft DirectDraw and SPSS Statistics when Altiris
Vision is installed using the "Run before logon" option. In order to resolve
this problem you must not install Altiris Vision with this option - use "Add
to startup menu" or "Run manually" instead. You must uninstall and re-install
Altiris Vision if you already have an installation using "Run before logon"
and are experiencing problems.
In Unicode mode, SET LOCALE specifications of the general form SET
LOCALE=language (e.g., SET LOCALE English) will not work if SPSS Statistics is
installed in a directory path that contains anything other than 7-bit ASCII
characters. There are two alternative solutions for this issue:
1. Uninstall SPSS Statistics and reinstall in a directory path that contains
only 7-bit ASCII characters.
2. Use SET LOCALE specifications of the general form SET
LOCALE=language_country, where "language" and "country" are two letter
abbreviations. For example, SET LOCALE=en_us or SET LOCALE=ja_jp.

Two-letter language abbreviations adhere to the ISO 639-1 standard:


http://wikipedia.cas.ilstu.edu/index.php/ISO_639
Two-letter country codes adhere to the ISO 3166 standard:
http://en.wikipedia.org/wiki/ISO_3166-1
Features No Longer Supported
* There is no longer a separate chart editor for "interactive" charts. Charts
created from the legacy "interactive" chart dialogs and from IGRAPH command
syntax are created in the same format as all other charts and edited in the
same chart editor.
* Some features provided in the legacy "interactive" chart dialogs and IGRAPH
command syntax are no longer available.
* The Draft Viewer is no longer available.
* You cannot open Viewer files created in previous versions of SPSS Statistics
(.spo file) in SPSS Statistics 17.
* The Maps option is no longer available.
* Dialog interfaces for the legacy procedures in the Trends and Tables option
are no longer available. For Trends, this includes the following commands:
AREG, ARIMA, and EXSMOOTH. For Tables, this includes the TABLES command. If
you have a licenses for either of these options that includes the legacy
procedures, command syntax for these commands is still supported.
Known Problems
Graphics
* Using percentage as the statistic in charts created with the Chart Builder
dialog or GPL syntax. There are several choices for the base count for
calculating these percentages. If you choose the base to be the total for
each legend category, the base is actually the grand total.
Data Access and Data Editor
* Reading OLE DB and Dimensions data sources. OLE DB and Dimensions data
sources are only available on Windows 2000 and Windows XP. You cannot install
the Dimensions Data Model and OLE DB Data Access on non-supported platforms.
OLE DB data sources are not available in the Database Wizard, Read Dimension
Data (on the File menu) is not available, and GET DATA TYPE=OLEDB will
generate an error on non-supported operating systems.
* Reading Oracle OLE DB Data Sources. When using GET DATA /TYPE=OLEDB to read
Oracle data sources, SQL statements should not include owner information. For
example: SELECT * FROM "ownername"."tablename" will only read the field names
and will not include any data. To read the table correctly, omit the owner
information, as in: SELECT * FROM "tablename" .
* SPSS Inc. Connect ODBC drivers for SQL Server. The SPSS Inc. Connect ODBC
driver to use depends on the version of SQL Server at your site. Use the SPSS
Inc. OEM 5.0 SQL Server Wire Protocol driver for SQL Server versions 7.x and
2000. Note that you can use the Microsoft SQL Server driver for SQL Server
versions 6.x and higher.

* The SPSS Inc. OEM 5.2 DB2 Wire Protocol ODBC driver provided in the SPSS
Inc. Data Access Pack is not compatible with DB2 9.1. When updated drivers are
available, you can download them from
http://www.spss.com/drivers/clientSPSS.htm.
* Oracle and SequeLink Server. If you are using the SequeLink Server at your
site, it might not work correctly with Oracle 8. Use Connect ODBC instead.
Connect ODBC is included in the SPSS Inc. Data Access Pack.
* Using data files saved in SAS formats in SAS JMP and the SAS Viewer. Data
files saved in various SAS formats from SPSS Statistics should work in SAS.
There are known problems using SAS files saved in SPSS Statistics with the SAS
Viewer and SAS JMP 5 - these applications have a different mechanism for
reading files which isnt the same or as stable as the one used in SAS.
* Filename limitations for data files saved in SAS formats. The following
excerpt is from the SAS JMP 5 README: "Double-byte characters should not be
used in filenames when writing SAS files [from within JMP]. This is a
limitation of the SAS local data provider that is to be corrected in version 9
of SAS". This holds true for SAS files saved in SPSS Statistics.
* SAS formats
open SAS data
255 bytes. If
will get only

and string length limitations. If you use SPSS Statistics to


file types, you may not be able to get string values longer than
your data contain values longer than 255 bytes, SPSS Statistics
the first 255 bytes.

* Text Wizard data caching. The Text Wizard provides an optional setting that
automatically caches the data that it imports. By default caching is on and
the wizard creates a copy of the entire dataset. If you turn caching off, SPSS
Statistics does not have access to the entire data file -- the original data
source is re-read as needed -- and the total number of cases is unknown. When
the total number of cases is unknown, Go to Case, Copy, and Paste do not work
as expected in the Data Editor. You can correct the problem by using the File
menu to Cache Data.
* Using syntax to read data with ODBC. If you use syntax to read data from a
database with ODBC, we recommend caching your data. Caching your data ensures
that the data are in the same order each time that SPSS Statistics needs to
make a data pass. It also ensures that your analysis isn't affected by updates
to the database that occur while the syntax is being processed. To cache the
data, add a CACHE command to the syntax immediately after your GET DATA
command.
* SQL Server ODBC Driver. If you are using the SPSS Inc. OEM 5.2 SQL Server
Wire Protocol, you should modify the driver setup to ensure proper handling of
quoted field and table names in SQL statements generated by the Database
Wizard and Export to Database Wizard or specified in the GET DATA and SAVE
TRANSLATE commands. In the Advanced tab of the driver setup, select (check)
"Enable Quoted Identifiers". In local analysis mode, you can modify the
driver setup using the Windows ODBC Data Source Administrator, which you can
access from within SPSS Statistics via the "Add ODBC data source" button in
the Database Wizard or Export to Database Wizard. For database access in
distributed analysis mode (using SPSS Statistics Server), contact your
database administrator.
Procedures

* Linear Mixed Models. In the Random dialog box if the Include Intercept
checkbox is checked but no factors or covariates are specified as random
effects, the Next button will not become available. Therefore, in order to
generate a RANDOM subcommand with no effect(s) other than an intercept, that
subcommand must be the last one specified in the Random dialog box. If there
are multiple subcommands specified, the last of which contains only the
intercept, that specification will not be generated unless Continue is clicked
while remaining at that last specification, unless that specification also
includes a subject combination
Other
* Customers who have licensed the PES Adaptor and are upgrading from SPSS 14
may have problems storing and retrieving Complex Samples plan files. If
problems occur you should redefine MIME-type mappings for Complex Samples plan
files. Open the Predictive Enterprise Administrator (http://<pes
server>/config/mimeManager) and delete any existing definitions for .csplan
and .csaplan files. Then redefine the mappings for the two file types using a
single dash (-) instead of a double dash (--) in the MIME type definition.
* Temporary Folder Location
The temporary folder location specified on the File Locations tab of the
Options dialog does not change the location of temporary data files created by
SPSS Statistics in SPSS Statistics 17.0. The location of temporary data files
can be controlled by an environment variable setting specified by the
operating system.
On Windows, SPSS Statistics checks the following environment variables in
order to determine where to put temporary files:
SPSSTMPDIR
SPSSTEMPDIR
TMPDIR
TEMP
If none of these is defined, SPSS Statistics uses c:
* Syntax files can be saved in Unicode or in the local code page (local
encoding). In most cases, when you open a file in the syntax window, SPSS
Statistics automatically determines the correct encoding. Sometimes it will
be wrong. If you see three funny characters at the start of the file, close
it and reopen specifying Unicode. If the contents look scrambled, try a
different encoding setting. If it still looks wrong, your SPSS Statistics
locale may be different from the way the file was saved. Use an appropriate
SET LOCALE command to resolve this.
* Double byte characters aren't properly displayed in SPSS Statisticsgenerated PDF files.
* If you use the Browse button in the Menu Editor to select a syntax or script
file for a custom menu item, the value displayed in the Filename field will be
enclosed in quotes. You should remove these quotes, otherwise the file will
not be found when you use the custom menu item. For syntax files, this problem
manifests as an alert of the general form "Cannot start ['filename']." For

script files, you will see this message in the Viewer window: "No language is
configured to execute this script. Cannot run the script."
* Citrix and Sax BASIC error. When you run SPSS Statistics as a published
Citrix application, you may encounter a Sax BASIC error when you attempt to
run a procedure. The problem can be corrected by editing the location of the
global procedures file on the SPSS Statistics Options Scripts tab.
Resources
SPSS Statistics Product Information - <http://www.spss.com/spss/>
SPSS Inc. Technical Support - <http://www.spss.com/tech/>
Legal Notices
Acme 1.0
This product includes ACME software: Copyright 2000 by Jef Poskanzer
<jef@mail.acme.com>. 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.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.
ANTLR 2.7.5
This product includes ANTLR: Copyright (c) 2003-2006, Terence Parr
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
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.
Neither the name of the author 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 COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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.
Apache Axis 1.4
Apache Commons Codec Library 1.2
Apache Commons IO Library 1.1
Apache POI 3.0.1
Apache Xalan-C++ 1.9
Apache Xalan-Java 2.6.0
Apache Xerces 2.6.2
Apache Xerces2-J 2.8.1
Apache XMLRPC 1.1
Castor Exolab 1.0.3"
Jaxen 1.0
JSON-Lib 0.6
JSTL 1.0.5
Log4j 1.2.8
ORO 2.0.8
RegExp 1.3
Spring Framework 2.0
Struts 1.1
Velocity 1.4
XMLTASK 1.11
Portions of the Software are licensed under the Apache License, Version 2.0
(the ""License""); you may not use applicable files except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
BIRT Runtime 2.1.1
Eclipse GEF 3.2
Eclipse RCP 3.2
This software includes third party proprietary software known as Eclipse v.3.1
and a source code version of this software is available for public use
pursuant to the Eclipse Public License v. 1.0 (License) which may be found
at <R&D to provide a URL here>.
Boost 1.33.1
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the ""Software"") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,

must be included in all copies of the Software, in whole or in part, and


all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
cURL 7.16.1
COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 1996 - 2007, Daniel Stenberg, <daniel@haxx.se>.
All rights reserved.
Permission to use, copy, modify, and distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright
notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not
be used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization of the copyright holder.
dojo 0.4.1
Portions of this software are distributed by the Dojo Foundation licensed
under the Academic Free License v. 2.1 (License) and all licensees agree
that any use of such software shall be in accordance with the License which
may be found at http//opensource.org/licenses/afl-2.1.php.
DOM4J 1.x
This product includes software licensed by Metastuff:
Redistribution and use of this software and associated documentation
(""Software""), with or without modification, are permitted provided that the
following conditions are met:
Redistributions of source code must retain copyright statements and notices.
Redistributions must also contain a copy of this document.
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.
The name ""DOM4J"" must not be used to endorse or promote products derived
from this Software without prior written permission of MetaStuff, Ltd. For
written permission, please contact dom4j-info@metastuff.com.
Products derived from this Software may not be called ""DOM4J"" nor may

""DOM4J"" appear in their names without prior written permission of MetaStuff,


Ltd. DOM4J is a registered trademark of MetaStuff, Ltd.
Due credit should be given to the DOM4J Project - http://www.dom4j.org
THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESSED 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 METASTUFF, LTD. OR ITS 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.
Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
ICU 3.6
ICU License - ICU 1.8.1 and later
COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 1995-2003 International Business Machines Corporation and others
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
""Software""), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.
THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR 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.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.
ICU4J 2.8
This product includes ICU4J software that is licensed under Copyright (c)
1995-2003 International Business Machines Corporation and others
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
""Software""), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,

distribute, and/or sell copies of the Software, and to permit persons


to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.
THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR 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.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.
IText 2.0.1
The contents of this file are subject to the Mozilla Public License Version
1.1 (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.mozxilla.org/MPL/.
Software distributed under the License is distributed on an ""AS IS"" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
the Specific Language governing rights and limitations under the License.
J2SE Runtime IBM AIX 64 1.5
CONTAINS IBM(R) 32-bit Runtime Environment for AIX(TM), Java(TM) 2
Technology Edition, Version 1.4 Modules
(c) Copyright IBM Corporation 1999, 2002
All Rights Reserved
Java Service Wrapper 3.2
Copyright (c) 1999, 2006 Tanuki Software, Inc.
Permission is hereby granted, free of charge, to any person
obtaining a copy of the Java Service Wrapper and associated
documentation files (the ""Software""), to deal in the Software
without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sub-license,
and/or sell copies of the Software, and to permit persons to
whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR

OTHER DEALINGS IN THE SOFTWARE.


Portions of the Software have been derived from source code
developed by Silver Egg Technology under the following license:
BEGIN Silver Egg Techology License ----------------------------------Copyright (c) 2001 Silver Egg Technology
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the ""Software""), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sub-license, and/or
sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
JDBM 1.0
* JDBM LICENSE v1.00
*
* Redistribution and use of this software and associated documentation
* (""Software""), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright
* statements and notices. Redistributions must also contain a
* copy of this document.
*
* 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. The name ""JDBM"" must not be used to endorse or promote
* products derived from this Software without prior written
* permission of Cees de Groot. For written permission,
* please contact cg@cdegroot.com.
*
* 4. Products derived from this Software may not be called ""JDBM""
* nor may ""JDBM"" appear in their names without prior written
* permission of Cees de Groot.
*
* 5. Due credit should be given to the JDBM Project

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

(http://jdbm.sourceforge.net/).
THIS SOFTWARE IS PROVIDED BY THE JDBM PROJECT AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESSED 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
CEES DE GROOT OR ANY 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.
Copyright 2000 (C) Cees de Groot. All Rights Reserved.
Contributions are Copyright (C) 2000 by their associated contributors.
$Id: LICENSE.txt,v 1.1 2000/05/05 23:59:52 boisvert Exp $

Jgoodies Looks 1.3.1


Copyright (c) 2001-2005 JGoodies Karsten Lentzsch. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
o Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
o 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.
o Neither the name of JGoodies Karsten Lentzsch 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 COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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.
JT400 5.2.0.0
The contents of this file are subject to the IBM Public License v. 1.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.opensource.org/licenses/ibmpl.php Software distributed under the
License is distributed on an ""AS IS"" basis, WITHOUT WARRANTY OF ANY KIND,
either express or implied. See the License for the Specific Language governing
rights and limitations under the License.

Jython 3.0
Includes products licensed under Copyright (c) 2000, Jython Developers
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- 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.
- Neither the name of the Jython Developers 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 COPYRIGHT HOLDERS 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.
Novocode EPL 10.0
Portions of the software are licensed under Eclipse Public License v. 1.0. and
you may obtain a copy of the source code for such licensed code at the
following link: http://www.novocode.com/
NumPy 1.0.1
Copyright (c) 2005, NumPy Developers
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* 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.
* Neither the name of the NumPy Developers nor the names of any
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT
OWNER 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.
PyXML 0.8.4
Python 1.6, beta 1, is made available subject to the terms and conditions in
CNRIs License Agreement. This Agreement may be located on the Internet using
the following unique, persistent identifier (known as a handle): 1895.22/1011.
This Agreement may also be obtained from a proxy server on the Internet using
the URL:http://hdl.handle.net/1895.22/1011
Quaqua Look and Feel 3.6.11_2
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.
The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
Rapid Spell Desktop 2.2.0
Keyoti (c) Copyright 2002, all rights reserved
SciPy 0.5.2
Copyright (c) 2001, 2002 Enthought, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
a. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
b. 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.

c. Neither the name of the Enthought 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 COPYRIGHT HOLDERS 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.
SiteMesh 2.0.1
The OpenSymphony Software License, Version 1.1
*
* (this license is derived and fully compatible with the Apache Software
* License - see http://www.apache.org/LICENSE.txt)
*
* Copyright (c) 2001-2004 The OpenSymphony Group. 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. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* ""This product includes software developed by the
* OpenSymphony Group (http://www.opensymphony.com/).""
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names ""OpenSymphony"" and ""The OpenSymphony Group""
* must not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact license@opensymphony.com .
*
* 5. Products derived from this software may not be called ""OpenSymphony""
* or ""SiteMesh"", nor may ""OpenSymphony"" or ""SiteMesh"" appear in their
* name, without prior written permission of the OpenSymphony Group.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR

*
*
*
*
*
*
*
*

ITS 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.

WinWrap Basic v9
This product uses WinWrap Basic, Copyright 1993-2007 Polar Engineering and
Consulting, http://www.winwrap.com/.
WSDL4J 1.5
Portions of this software are 3rd party code, WSDL4J 1.4 that licensed under
Common Public License 1.0 and the source code for this 3rd party code is
available : http://sourceforge.net/projects/wsdl4j
XML-RPC For C/C++ v1.03.15
Copyright (C) 2001 by First Peer, Inc. All rights reserved.
Copyright (C) 2001 by Eric Kidd. 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. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.
ZLib 1.2.3
This software includes prodicts licensed by Zlib: Copyright (C) 1995-2004
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


in a product, an acknowledgment in the product
appreciated but is not required.
2. Altered source versions must be plainly marked
misrepresented as being the original software.
3. This notice may not be removed or altered from

you use this software


documentation would be
as such, and must not be
any source distribution.

Jean-loup Gailly jloup@gzip.org


Mark Adler madler@alumni.caltech.edu
ZSI 2.0
This product includes ZSI 2.0 software licensed

under the following terms.

Copyright 2001, Zolera Systems, Inc.


All Rights Reserved.
Copyright 2002-2003, Rich Salz.
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the ""Software""), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do
so, provided that the above copyright notice(s) and this permission notice
appear in all copies of the Software and that both the above copyright
notice(s) and this permission notice appear in supporting documentation.
THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
LIABLE FOR ANY CLAIM, OR 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.

You might also like