blob: b32601b334ee98db926579810786dea741f97310 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Gemini JPA 1.0.0</title>
</head>
<body lang="EN-US">
<h2>About</h2>
<p>April 20, 2010</p>
<p>
The Gemini JPA project provides the supporting code for a JPA provider to be compliant with the OSGi JPA specification. It uses EclipseLink JPA as the provider.
</p>
<h3>License </h3>
<p>
The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 (&quot;EPL&quot;) and Apache Software License Version 2.0 (&quot;ASL&quot;). A copy of the EPL is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> and a copy of the ASL is available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>. For purposes of the EPL, &quot;Program&quot; will mean the Content.
</p>
<p>
If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may apply to your use of any object code in the Content. Check the Redistributor&#8217;s license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise indicated below, the terms and conditions of the EPL and ASL still apply to any source code in the Content and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.
</p>
<h3>Third Party Content</h3>
<p>
The Content includes items that have been sourced from third parties as set out below. If you did not receive this Content directly from the Eclipse Foundation, the following is provided for informational purposes only, and you should look to the Redistributor&#8217;s license for terms and conditions of use.
</p>
<ul>
<li>OSGi
<ul>
<li><a href="#OSGiCore">OSGi Core</a></li>
<li><a href="#OSGiCompendium">OSGi Compendium </a></li>
<li><a href="#OSGiEnterprise">OSGi Enterprise</a></li>
</ul>
</li>
<li>EclipseLink
<ul>
<li><a href="#ASM">EclispeLink ASM</a></li>
<li><a href="#ANTLR">EclipseLink ANTLR</a></li>
<li><a href="#EL_CORE">EclipseLink Core</a></li>
<li><a href="#EL_JPA">EclipseLink JPA</a></li>
</ul>
</li>
<li>JPA
<ul>
<li><a href="#JPA2">Java Persistence API (JPA) 2.0</a></li>
</ul>
</li>
</ul>
<hr />
<h3><a name="OSGiCore" id="OSGiCore"></a>OSGi Core APIs</h3>
<blockquote>
<p>
The OSGi Core specification was created in the OSGi Alliance and defines the underlying OSGi framework APIs that are used by Gemini JPA.
The specification APIs are licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">ASL</a> license.
</p>
</blockquote>
<h3><a name="OSGiCompendium" id="OSGiCompendium"></a>OSGi Compendium APIs</h3>
<blockquote>
<p>
The OSGi Compendium specification was created in the OSGi Alliance and defines a set of OSGi services, some of which are used by Gemini JPA.
The specification APIs are licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">ASL</a> license.
</p>
</blockquote>
<h3><a name="OSGiEnterprise" id="OSGiEnterprise"></a>OSGi Enterprise APIs</h3>
<blockquote>
<p>
The OSGi Enterprise specification was created in the OSGi Alliance and defines a set of OSGi services, some of which are used or implemented by Gemini JPA. The specification APIs are licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">ASL</a> license.
</p>
</blockquote>
<h3><a name="ASM" id="ASM"></a>EclipseLink ASM</h3>
<blockquote>
<p>
The EclipseLink ASM bundle is a repackaging of code from the <a href="http://asm.ow2.org">ASM project</a>
(<a href="http://asm.ow2.org/license.html">license</a>) to enable bytecode weaving. It is re-packaged within the
EclipseLink ASM bundle in the org.persistence.eclipse.internal.libraries.asm.* packages and is licensed under the
following <a href="http://asm.objectweb.org/license.html">license</a>:</p>
<p>Copyright (c) 2000-2005 INRIA, France Telecom, All rights reserved.<br/>
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:</p>
<ol>
<li> Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.</li>
<li> 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.</li>
<li> Neither the name of the copyright holders nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.</li>
</ol>
</p>
<p>
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS
IS&quot;AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THEIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSEARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
BELIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, ORCONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OFSUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER INCONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OFTHE POSSIBILITY OF SUCH DAMAGE.
</p>
</blockquote>
<h3><a name="ANTLR" id="ANTLR"></a>ANTLR</h3>
<blockquote>
<p>
The <a href="http://www.antlr.org/">ANTLR library</a> (<a href="http://www.antlr.org/license.html">license</a>)
is included within the EclipseLink ANTLR bundle to enable parsing of the Java Persistence Query language (JP QL).
The ANTLR library is re-packaged within the EclipseLink bundle in the org.eclipse.persistence.internal.libraries.antlr.* packages.
</p>
</blockquote>
<h3><a name="EL_CORE" id="EL_CORE"></a>EclipseLink Core</h3>
<blockquote>
<p>
The EclipseLink Core library is the engine that drives the EclipseLink JPA provider. It is distributed under the
<a href="http://www.eclipse.org/legal/epl-v10.html">EPL</a> and <a href="http://www.eclipse.org/org/documents/edl-v10.php">EDL</a> licenses.
</p>
<p>Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors. All rights reserved.<br/>
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
<ul>
<li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
<li>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.</li>
<li>Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</li>
</ul>
<p>
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.
</p>
</blockquote>
<h3><a name="EL_JPA" id="EL_JPA"></a>EclipseLink JPA</h3>
<blockquote>
<p>
The EclipseLink JPA library provides the implementation classes for JPA. It is distributed under the
<a href="http://www.eclipse.org/legal/epl-v10.html">EPL</a> and <a href="http://www.eclipse.org/org/documents/edl-v10.php">EDL</a> licenses.
</p>
<p>Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors. All rights reserved.<br/>
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
<ul>
<li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
<li>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.</li>
<li>Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</li>
</ul>
<p>
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.
</p>
</blockquote>
<h3><a name="JPA2" id="JPA2"></a>Java Persistence API (JPA) 2.0. </h3>
<blockquote>
<p>
The Java Persistence API (JPA) v2.0 was created in the JCP in <a href="http://jcp.org/en/jsr/detail?id=317">JSR 317</a>
and defined the APIs that are used by Gemini JPA and by EclipseLink. This copy of the specification APIs is licensed
under the <a href="http://www.eclipse.org/legal/epl-v10.html">EPL</a> and
<a href="http://www.apache.org/licenses/LICENSE-2.0">ASL</a> licenses.
</p>
</blockquote>
<p></p>
</body>
</html>