User Manual 15106
User Manual 15106
User Manual 15106
1. You may use the Software and accompanying Font Programs solely for your own internal business pur-
poses.
2. In addition to the license for Font Programs set forth in Section 1 above, you may use Roman Font Pro-
grams to reproduce weights, styles, and versions of letters, numerals, characters and symbols ("Type-
faces") on the display or monitor for your own internal business purposes.
3. You may make one backup copy of the Host Software, provided your backup copy is not installed or
used on any computer. Notwithstanding the above restrictions, you may install the Host Software on
any number of computers solely for use with one or more printing systems running the Printing Soft-
ware.
4. You may assign its rights under this Agreement to an assignee of all of Licensee's right and interest to
such Software and Documentation ("Assignee") provided you transfer to Assignee all copies of such
Software and Documentation Assignee agrees to be bound by all of the terms and conditions of this
Agreement.
5. You agree not to modify, adapt or translate the Software and Documentation.
6. You agree that you will not attempt to alter, disassemble, decrypt, reverse engineer or decompile the
Software.
7. Title to and ownership of the Software and Documentation and any reproductions thereof shall remain
with KMBT and its licensors.
8. You may not rent, lease, sublicense, lend or transfer versions or copies of the Software that Licensee
does not use, or Software contained on any unused media, except as part of the permanent transfer of
all Software and Documentation as described above.
9. IN NO EVENT WILL KMBT OR ITS LICENSOR BE LIABLE TO YOU FOR ANY CONSEQUENTIAL, INCI-
DENTAL INDIRECT, PUNITIVE OR SPECIAL DAMAGES, INCLUDING ANY LOST PROFITS OR LOST
SAVING, EVEN IF KMBT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR
ANY CLAIM BY ANY THIRD PARTY. KMBT OR ITS LICENSOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THE SOFTWARE, EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION IMPLIED
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-
INFRINGEMENT OF THIRD PARTY RIGHTS. SOME STATES OR JURISDICTIONS DO NOT ALLOW
THE EXCLUSION OR LIMITATION OF INCIDENTAL, CONSEQUENTIAL OR SPECIAL DAMAGES, SO
THE ABOVE LIMITATIONS MAY NOT APPLY TO YOU.
10. Notice to Government End Users: The Software is a "commercial item," as that term is defined at 48
C.F.R.2.101, consisting of "commercial computer software" and "commercial computer software doc-
umentation," as such terms are used in 48 C.F.R. 12.212. Consistent with 48 C.F.R. 12.212 and 48
C.F.R. 227.7202-1 through 227.7202-4, all U.S. Government End Users acquire the Software with only
those rights set forth herein.
11. You agree that you will not export the Software in any form in violation of any applicable laws and reg-
ulations regarding export control of any countries.
12. THIRD PARTY BENEFICIARY: You are hereby notified that Adobe? Systems Incorporated, a Delaware
corporation, located at 345 Park Avenue, San Jose, CA 95110-2704 is a third-party beneficiary to this
License Agreement to the extent that this agreement contains provisions which relate to your use of the
Software, Font Programs and Typefaces. Such provisions are made expressly for the benefit of Adobe
and are enforceable by Adobe in addition to KMBT.
- strace license
- OpenSSL Statement
- iputils license
- Net-SNMP License
- krb5-Libs License
- expat License
- Unicode Terms of Use
- ipsec-tools License
- libtiff License
- ncurses License
- Sun J2SE License
- Apache License, Version 2.0
- jaxen.codehaus.org, Apache 'style' license
- jdom.org, Apache 'style' license
- saxpath.org, Apache-style license
- CIP4 License
- hdparm License
- zlib/libpng License
- libjpeg License
- JAVA ADVANCED IMAGING DISTRIBUTION LICENSE
- Copyright and Licensing Information for ACE(TM), TAO(TM), CIAO(TM), and CoSMIC(TM)
The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
the OpenSSL License and the original SSLeay license apply to the toolkit.
See below for the actual license texts. Actually both licenses are BSD-style
Open Source licenses. In case of any license issues related to OpenSSL
please contact [email protected].
OpenSSL License
---------------
/* ====================================================================
* Copyright (c) 1998-2011 The OpenSSL Project. 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 advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
*
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
* [email protected].
*
* 5. Products derived from this software may not be called "OpenSSL"
* nor may "OpenSSL" appear in their names without prior written
* permission of the OpenSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
* "This product includes software developed by the OpenSSL Project
========================================================
Deploying Applications with the J2SE Runtime Environment
========================================================
You already have the first part, of course. The remainder of this
document covers the other two parts. See also the Notes for Developers
page on the Java Software website:
http://java.sun.com/j2se/1.5.0/runtime.html
-----------------------------------------------------------------------
Runtime Environment
-----------------------------------------------------------------------
To run your application, a user needs the J2SE Runtime Environment,
which is freely available from Sun. Or, You can redistribute the
J2SE Runtime Environment for free with your application, according
to the terms of the Runtime Environment's license.
The final step in the deployment process occurs when the software is
installed on individual user system. Installation consists of copying
software onto the user's system, then configuring the user's system
to support that software. You should ensure that your installation
procedure does not overwrite existing JRE installations, as they may
be required by other applications.
========================================================
Redistribution of the J2SE Runtime Environment
========================================================
-----------------------------------------------------------------------
Required vs. Optional Files
-----------------------------------------------------------------------
The files that make up the J2SE Runtime Environment are divided into
two categories: required and optional. Optional files may be excluded
from redistributions of the J2SE Runtime Environment at the
licensee's discretion.
-----------------------------------------------------------------------
Optional Files and Directories
-----------------------------------------------------------------------
The following files may be optionally excluded from redistributions.
These files are located in the jre1.5.0_<version> directory, where
<version> is the update version number. Solaris and Linux filenames
and separators are shown. Windows executables have the ".exe" suffix.
Corresponding files with _g in name can also be excluded.
lib/charsets.jar
Character conversion classes
lib/ext/
sunjce_provider.jar - the SunJCE provider for Java
Cryptography APIs
localedata.jar - contains many of the resources
needed for non US English locales
ldapsec.jar - contains security features supported
by the LDAP service provider
dnsns.jar - for the InetAddress wrapper of JNDI DNS provider
bin/rmid
Java RMI Activation System Daemon
bin/rmiregistry
Java Remote Object Registry
bin/tnameserv
Java IDL Name Server
bin/keytool
Key and Certificate Management Tool
bin/kinit
Used to obtain and cache Kerberos ticket-granting tickets
bin/klist
Kerberos display entries in credentials cache and keytab
bin/ktab
Kerberos key table manager
bin/policytool
Policy File Creation and Management Tool
bin/orbd
Object Request Broker Daemon
bin/servertool
Java IDL Server Tool
bin/javaws, lib/javaws/ and lib/javaws.jar
bin/java.exe
bin/javaw.exe
bin/javaws.exe
bin/javacpl.exe
bin/jucheck.exe
bin/jusched.exe
bin/JavaWebStart.dll
bin/NPJPI*.dll (The filename changes in every release)
bin/NPJava11.dll
bin/NPJava12.dll
bin/NPJava13.dll
bin/NPJava14.dll
bin/NPJava32.dll
bin/NPOJI610.dll
bin/RegUtils.dll
bin/axbridge.dll
bin/deploy.dll
bin/jpicom32.dll
bin/jpicpl32.cpl
bin/jpiexp32.dll
bin/jpinscp.dll
bin/jpioji.dll
bin/jpishare.dll
lib/deploy.jar
lib/plugin.jar
lib/javaws.jar
lib/javaws/messages.properties
lib/javaws/messages_de.properties
lib/javaws/messages_es.properties
lib/javaws/messages_fr.properties
lib/javaws/messages_it.properties
lib/javaws/messages_ja.properties
lib/javaws/messages_ko.properties
lib/javaws/messages_sv.properties
lib/javaws/messages_zh_CN.properties
-----------------------------------------------------------------------
Redistributable JDK(TM) Files
-----------------------------------------------------------------------
The limited set of files from the JDK listed below may be included in
vendor redistributions of the J2SE Runtime Environment. All paths
are relative to the top-level directory of the JDK.
- jre/lib/cmm/PYCC.pf
Color profile. This file is required only if one wishes to
convert between the PYCC color space and another color space.
- All .ttf font files in the jre/lib/fonts directory. Note that the
LucidaSansRegular.ttf font is already contained in the J2SE
Runtime Environment, so there is no need to bring that file over
from the JDK.
- jre/lib/audio/soundbank.gm
This MIDI soundbank is present in the JDK, but it has
been removed from the J2SE Runtime Environment in order to
reduce the size of the Runtime Environment's download bundle.
However, a soundbank file is necessary for MIDI playback, and
therefore the JDK's soundbank.gm file may be included in
redistributions of the Runtime Environment at the vendor's
discretion. Several versions of enhanced MIDI soundbanks are
available from the Java Sound web site:
http://java.sun.com/products/java-media/sound/
These alternative soundbanks may be included in redistributions
of the J2SE Runtime Environment.
- jre\bin\server\
On Microsoft Windows platforms, the JDK includes both
the Java HotSpot Server VM and Java HotSpot Client VM. However,
the J2SE Runtime Environment for Microsoft Windows platforms
includes only the Java HotSpot Client VM. Those wishing to use
the Java HotSpot Server VM with the J2SE Runtime Environment
may copy the JDK's jre\bin\server folder to a bin\server
directory in the J2SE Runtime Environment. Software vendors may
redistribute the Java HotSpot Server VM with their
redistributions of the J2SE Runtime Environment.
-----------------------------------------------------------------------
Unlimited Strength Java Cryptography Extension
-----------------------------------------------------------------------
Due to import control restrictions for some countries, the Java
Cryptography Extension (JCE) policy files shipped with the J2SE
Development Kit and the J2SE Runtime Environment allow strong but
limited cryptography to be used. These files are located at
<java-home>/lib/security/local_policy.jar
<java-home>/lib/security/US_export_policy.jar
-----------------------------------------------------------------------
Endorsed Standards Override Mechanism
-----------------------------------------------------------------------
An endorsed standard is a Java API defined through a standards
process other than the Java Community Process(SM) (JCP(SM)). Because
endorsed standards are defined outside the JCP, it is anticipated that
such standards will be revised between releases of the Java 2
Platform. In order to take advantage of new revisions to endorsed
http://java.sun.com/j2se/1.5.0/docs/guide/standards/
Classes in the packages listed on that web page may be replaced only
by classes implementing a more recent version of the API as defined
by the appropriate standards body.
-----------------------------------------------------------------------
The cacerts Certificates File
-----------------------------------------------------------------------
Root CA certificates may be added to or removed from the J2SE
certificate file located at <java-home>/lib/security/cacerts.
For more information, see The cacerts Certificates File section
in the keytool documentation at:
http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/keytool.html#cacerts
-----------------------------------------------------------------------
Copyright 2007 Sun Microsystems, Inc., 4150 Network Circle,
Santa Clara, California 95054, U.S.A. All rights reserved.
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
This formulation of W3C's notice and license became active on April 05 1999 so as to account for the treat-
ment of DTDs, schema's and bindings. See the older formulation for the policy prior to this date. Please see
our Copyright FAQ for common questions about using materials from our site, including specific terms and
conditions for packages like libwww, Amaya, and Jigsaw. Other questions about this notice can be directed
to [email protected].
webmaster
(last updated by reagle on 1999/04/99.)
%% The following software may be included in this product: Byte Code Engineering Library (BCEL) v. 5;
Use of any of this software is governed by the terms of the license below:
Apache Software License
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. 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.
*
zlib/libpng License
The deflate format used by zlib was defined by Phil Katz. The deflate and zlib specifications were witten by
L. Peter Deutsch. Thanks to all the people who reported problems and suggestd various imporvements in
zlib; they are too numerous to cite here.
You can use DOC software in commercial and/or binary software releases
and are under no obligation to redistribute any of your source code
that is built using DOC software. Note, however, that you may not do
anything to the DOC software code, such as copyrighting it yourself or
claiming authorship of the DOC software code, that will prevent DOC
software from being distributed freely using an open-source
development model. You needn't inform anyone that you're using DOC
software in your software, though we encourage you to let us know
so we can promote your project in the [10]DOC software success
stories.
[5]Douglas C. Schmidt
_________________________________________________________________
References
1. http://www.cs.wustl.edu/~schmidt/ACE.html
2. http://www.cs.wustl.edu/~schmidt/TAO.html
3. http://www.dre.vanderbilt.edu/CIAO/
4. http://www.dre.vanderbilt.edu/cosmic/
5. http://www.dre.vanderbilt.edu/~schmidt/
6. http://www.cs.wustl.edu/~schmidt/ACE-members.html
7. http://www.wustl.edu/
8. http://www.uci.edu/
9. http://www.vanderbilt.edu/
10. http://www.cs.wustl.edu/~schmidt/ACE-users.html
11. http://www.dre.vanderbilt.edu/
12. http://www.isis.vanderbilt.edu/
13. http://www.cs.wustl.edu/~schmidt/doc-center.html
14. http://www.cs.wustl.edu/~schmidt/commercial-support.html