Você está na página 1de 14

Clementine 11.1.

1
June 2007 Installation Instructions for installing Clementine, 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, please visit: http://www.spss.com/clementine/whats_new.htm or see the What's New in Clementine 11 topic in the documentation or online help. Accessibility. Full information about the accessibility features in Clementine is provided in the User Guide and in the Accessibility Help topic of the Help system. Locale considerations for SPSS Transform, SPSS Output, Discriminant and Generalized Linear Nodes When using these nodes, there are extra considerations regarding the configuration of locale/regional settings in which Clementine Server and Clementine Client are running. On Windows: When running in a Korean locale, please edit the file config\options.cfg (in the Clementine Client or Server installation directory) and add the following line: encoding, ms949 On UNIX/Linux: Only certain locales are supported for Clementine Server to enable these nodes to work correctly. If the wrong locale is used, you may notice the following issues when executing streams containing the nodes: Errors Stream execution hangs without completing Streams execute but output is garbled

To see if a particular locale is supported, please go to the clementine server installation directory, first check the file ext/bin/spss.xd/xdexe/bin/loclmap.xml, to see if a matching line exists, for example the following line matches the locale ja_JP.SJIS:

<server-locale name="ja_JP.SJIS"></server-locale> The locale names mentioned in this file are case sensitive. If a desired locale is not included, the loclmap.xml file may be modified to add a suitable <serverlocale> entry. Do not use the C locale, or any locale which relies on a Unicode UTF-8 encoding, or (except for Korean locales) an EUC encoding. Note: Red Hat Linux systems may not (by default) offer non-EUC Japanese locales. To create a locale which uses a SHIFT-JIS encoding, ask your system administrator to use the following command (or similar) to create a locale called ja_JP.SJIS: localedef -f SHIFT_JIS -i ja_JP ja_JP.SJIS Required PTF on ISeries V5R3. In order to run Clementine Server on ISeries V5R3, the following PTF is required:
URL : http://www.ibm.com/systems/support/i/ Product 5722SS1 PTF SI27343 Version V5R3 Description: OSP-PASE-INCORROUT iconv from UTF-8 to ISO8859-1 in 64 bit

Clementine Batch on ISeries. The ISeries System QuickStart Guide states that a User profile named CLEMBATCH should be created to install and run Clementine Batch. User profiles on ISeries should be no longer than 8 characters and a profile named CLEMB should be used instead of CLEMBATCH. UNIX NFS. It is recommended that Clementine Server is installed on a local file system to maximize performance and reliability. On the HPUX Itanium platform there is a known issue where Clementine Server can fail to start when installed on an NFS partition due to a problem being able to lock files. Accessing Teradata on UNIX. If you are using Clementine Server on UNIX to access a Teradata database you must use the ODBC Driver Manager that is installed with the Teradata ODBC driver. In order to make this change to Clementine Server please specify a value for ODBC_DRIVER_MANAGER_PATH near the top of the clemsrv.sh script where indicated by the comments. This environment variable needs to be set to the location of the ODBC Driver Manager that is shipped with the Teradata ODBC driver (/usr/odbc/lib in a Teradata ODBC driver default installation). You must restart Clementine Server after making this change. NB: for details of the Clementine Server platforms that offer support for Teradata access, and the Teradata ODBC driver version that is supported, please see: http://support.spss.com/ProductsExt/Clementine/Compatibility.html#Clementine

Database Bulk Loaders. In order to use the Bulk Loader functionality in the Database Output nodes you need to install Python on the same machine as Clementine (or if using Clementine Server on the same machine as the server). The "python_exe_path" parameter must be set in the options.cfg file. Reading or writing date/time/datetime to and from DB2 using Clementine Server on the iSeries. On the iSeries platform, Clementine will read data of these types from the database as strings. If necessary, you can use filler node(s) to convert these strings to Clementine date, time and datetime values, but you should first set the Clementine stream properties options date format and time format to match those used by DB2 (Consult your DBA to find out the correct formats for your database.). You will need a separate filler node to convert columns of each type. Then to convert dates/times/timestamp strings to Clementine date/time/datetime values use the following expressions in your filler node(s):
DATEs: to_date(@FIELD) TIMEs: to_time(@FIELD) TIMESTAMPs*: to_datetime(substring(1,10,@FIELD) >< ' ' >< substring(12,8,@FIELD))

Note that the expression for converting TIMESTAMP values given here is appropriate for the DB2 timestamp format YYYY-MM-DDHH.MM.SS.XXXXXX. For different DB2 timestamp formats, adjust the expression. When writing DATE, TIME and DATETIME values to DB2 on the iSeries, follow the same advice given above on setting the Clementine date and time formats to match those adopted in DB2. Then, before database export, use filler node(s) to convert Clementine DATE/TIME and DATETIME values to strings. You will need a separate filler node to convert fields of each type, using the following expressions:
DATEs: to_string(@FIELD) TIMEs: to_string(@FIELD) DATETIMEs*: to_string(datetime_date(@FIELD)) >< '-' >< to_string(datetime_time(@FIELD)) >< '.000000'

* Note that the expression for converting DATETIME values given here is appropriate for the DB2 timestamp format YYYY-MM-DDHH.MM.SS.XXXXXX. For different DB2 timestamp formats, adjust the expression. In the database export node itself, you will need to edit the database schema to tell DB2 to explicitly create columns of the appropriate type (DATE, TIME or

TIMESTAMP). If you dont do this, the database will store values in VARCHAR columns. Scatterplot Overlay Overlay functions in 3d are now specified as a function of Y, rather than Z. When loading a scatterplot node created prior to Clementine 11.0 that contains an overlay function line expression described as a function of Z, the overlay function type is automatically reset to None and the overlay line function text field cleared out. You will need to re-specify your desired expression as a function of Y. In addition, a smoother function in a 3d plot will now be a function of Y, not Z. PMML - Logistic models exported as PMML from Clementine have their field names anonymized as VAR00001, VAR00002 etc and as a result, importing the PMML file at a later date will mean that it cannot be scored unless you manually rename the fields in your stream (via a filter node) to match the anonymized field names. There are no problems with importing logistic models as PMML from SPSS. Discriminant models can export PMML but these models cannot currently be imported into Clementine. On importing a model of this type, Clementine will report an error that the imported XML file is of the wrong type. Terminal Services License Management - If you are running Clementine in a terminal services thin-client environment the Sentinel License Manager will not detect that a Clementine client has been closed down until the License Manager timeout for idle connections has been reached (the default timeout is 5 minutes). Because of this it can be up to five minutes after you have closed down a Clementine client that you see the license token returned to the Sentinel License Manager. This issue does not occur with a standard thick-client network (concurrent-user) installation of Clementine client. In Database Caching with DB2 - When attempting to cache a node in a stream which reads data from a DB2 database the following error may be encountered:
S1000-4294967010 [DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for Windows, UNIX, and Linux] A default table space could not be found with a pagesize of at least 4096 that authorization ID TEST is authorized to use.

To configure DB2 to enable in-database caching to work properly in Clementine, ask your DBA to create a "user temporary" tablespace and grant access to this tablespace to relevant DB2 account(s). It is recommended to use a pagesize of 32768 in the new tablespace as this will increase the limit on the number of fields that can be successfully cached. SPSS Output When generating output in languages other than English, it is advisable to specify the language in the Syntax.

String Collation - In this release, string sorting and comparison use the ICU 3.2 collation service for the system locale. Japanese collation does not distinguish half-width from full-width Katakana. Scoring C&RT/Chaid/Quest models built on data containing double quote characters - If a C&RT, Quest or Chaid tree model is built on data where some of the strings contain the double quote character ("), then scoring the model may result in the following error:
Error Initializing Smartscore: (3) (code: (In valid split value!))

The recommended workaround is to strip double quotes from the data prior to building C&RT, Quest and Chaid models. Note, this problem does not affect C5.0 tree models. Legal Notices
Acme 1.0 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. Apache Apache Apache Apache Apache Apache Apache Apache Apache Apache Apache Apache Apache Ant 1.6.2 Axis 1.1 Axis 1.3 Axis 1.4 Commons IO Library 1.1 Commons Lang 2.1 Xalan-C++ 1.9 Xalan-Java 2.3 Xalan-Java 2.6.0 Xerces 2.5.0 Xerces 2.6.2 Xerces-J 1.4.4 Xerces2-J 2.0.0.01

Apache XercesC 2.6.0 Crimson 1.1 JSTL 1.0.5 Log4j 1.2.8 ORO 2.0.8 RegExp 1.3 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 Jgoodies Looks 1.3.1 1. Conditions: 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 <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 2. Disclaimer: 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. DataDirect JDBC Client 3.3 Portions of this software are copyrighted by DataDirect Technologies, 1991-2003 Visual Age C/C++ Runtime Lib 6 This software contains VisualAge C++ Professional for AIX, Version 6.0 Runtime Modules (c) Copyright IBM Corporation 1991-2002 All Rights Reserved. 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/ WSDL4J 1.4 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

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 ICU 3.2.1 The ICU project is licensed under the X License (see also the x.org original), which is compatible with GPL but non-copyleft. The license allows ICU to be incorporated into a wide variety of software projects using the GPL license. The X license is compatible with the GPL, while also allowing ICU to be incorporated into non-open source products. .

License 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. -------------------------------------------------------------All trademarks and registered trademarks mentioned herein are the property of their respective owners. ICU4J 2.8 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. Apriori 4.29 Copyright 1996-2007 Christian Borgelt http://fuzzy.cs.unimagdeburg.de/~borgelt/doc/apriori/apriori.html Boost 1.30.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. Castor Exolab 0.9.5.3 Copyright 1999-2004 (C) Intalio Inc., and others. All Rights Reserved. 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 ""ExoLab"" must not be used to endorse or promote products derived from this Software without prior written permission of Intalio Inc. For written permission, please contact info@exolab.org. 4. Products derived from this Software may not be called ""Castor"" nor may ""Castor"" appear in their names without prior written permission of Intalio Inc. Exolab, Castor and Intalio are trademarks of Intalio Inc. 5. Due credit should be given to the ExoLab Project (http://www.exolab.org/). THIS SOFTWARE IS PROVIDED BY INTALIO 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 INTALIO 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. Castor Exolab 1.0.3 Copyright 1999-2004 (C) Intalio Inc., and others. All Rights Reserved. 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 ""ExoLab"" must not be used to endorse or promote products derived from this Software without prior written permission of Intalio Inc. For written permission, please contact info@exolab.org. 4. Products derived from this Software may not be called ""Castor"" nor may ""Castor"" appear in their names without prior written permission of Intalio Inc. Exolab, Castor and Intalio are trademarks of

Intalio Inc. 5. Due credit should be given to the ExoLab Project (http://www.exolab.org/). THIS SOFTWARE IS PROVIDED BY INTALIO 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 INTALIO 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. J2SE Runtime IBM AIX 1.5 CONTAINS IBM(R) 32-bit Runtime Environment for AIX(TM), Java(TM) 2 Technology Edition, Version 1.5 Modules (c) Copyright IBM Corporation 1999, 2002 All Rights Reserved JACOB 1.9 * Copyright (c) 1999-2004 Sourceforge JACOB Project. * All rights reserved. Originator: Dan Adler (http://danadler.com). * * 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. Redistributions in any form must be accompanied by information on * how to obtain complete source code for the JACOB software. * * 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. Java Service Wrapper 3.0.0 Copyright (c) 1999, 2004 Tanuki Software

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 adeal 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: 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. 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.

JDOM 1.0 Copyright (C) 2000-2003 Jason Hunter & Brett McLaughlin. 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 disclaimer that follows these conditions in the documentation and/or other materials provided with the distribution. 3. The name ""JDOM"" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact <license AT jdom DOT org>. 4. Products derived from this software may not be called ""JDOM"", nor may ""JDOM"" appear in their name, without prior written permission from the JDOM Project Management <pm AT jdom DOT org>. In addition, we request (but do not require) that you include in the end-user documentation provided with the redistribution and/or in the software itself an acknowledgement equivalent to the following: ""This product includes software developed by the JDOM Project (http://www.jdom.org/)."" Alternatively, the acknowledgment may be graphical using the logos available at http://www.jdom.org/images/logos.

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 JDOM AUTHORS OR THE PROJECT 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. This software consists of voluntary contributions made by many individuals on behalf of the JDOM Project and was originally created by Jason Hunter <jhunter AT jdom DOT org> and Brett McLaughlin <brett AT jdom DOT org>. For more information on the JDOM Project, please see <http://www.jdom.org/>. 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

Você também pode gostar