Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Keith2010-07-28 15:32:25 +0000
committerMike Keith2010-07-28 15:32:25 +0000
commitfccc245f23017ffb7013995a925054d78bfe2dc1 (patch)
tree39e8f86d669346a81bf6c28c23cbfe37be13307d
parentb4a0bec4f75bbffcffb3ed82927061ba14eb477a (diff)
downloadorg.eclipse.gemini.jpa-fccc245f23017ffb7013995a925054d78bfe2dc1.tar.gz
org.eclipse.gemini.jpa-fccc245f23017ffb7013995a925054d78bfe2dc1.tar.xz
org.eclipse.gemini.jpa-fccc245f23017ffb7013995a925054d78bfe2dc1.zip
git-svn-id: file:///svnroot/rt/org.eclipse.gemini.jpa/trunk@69 738bc060-e27f-0410-be59-ab60bd4d2b7a
-rw-r--r--about.html132
1 files changed, 1 insertions, 131 deletions
diff --git a/about.html b/about.html
index b32601b..2e352c6 100644
--- a/about.html
+++ b/about.html
@@ -24,147 +24,17 @@ If you did not receive this Content directly from the Eclipse Foundation, the Co
<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.
+The Content includes items that have been developed by 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>

Back to the top