Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.sat4j.pb/about.html')
-rw-r--r--bundles/org.sat4j.pb/about.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/bundles/org.sat4j.pb/about.html b/bundles/org.sat4j.pb/about.html
new file mode 100644
index 000000000..07b5d1518
--- /dev/null
+++ b/bundles/org.sat4j.pb/about.html
@@ -0,0 +1,58 @@
+<!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>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June, 2010</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;). A copy of the EPL is available at <a href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</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&rsquo;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 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&rsquo;s license for terms and conditions of use.</p>
+<h4>SAT4J 2.3.5 SUBSET (Pseudo) </h4>
+<p>The SAT4J project makes available all content in this plug-in ("Content"). Your use of the Content is governed by the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at http://www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, "Program" will mean the Content. </p>
+<p>Alternatively, the Content may be obtained from the SAT4J project website at <a href="http://www.sat4j.org/">http://www.sat4j.org/</a> for use under the terms of either the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the LGPL are applicable instead of those above. If you wish to allow use of your version of the Content only under the terms of the LGPL, and not to allow others to use your version of this Content under the terms of the EPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of the EPL or the LGPL.</p>
+<p>The Eclipse Foundation elects to include this software in this distribution under the EPL license. The source code for this plug-in can be obtained from the SAT4J project website at <a href="http://www.sat4j.org/">http://www.sat4j.org/</a></p>
+
+<p>SAT4J includes content that was obtained under licenses that differ from the SAT4J licenses. <br />
+ The content in the following classes</br>
+
+<ul>
+ <li>org/sat4j/pb/reader/OPBReader2005.java</li>
+ <li>org/sat4j/pb/reader/OPBReader2007.java</li>
+</ul>
+<p>is based on a parser for pseudo-Boolean instances (the &quot;Official&quot; reader for the Pseudo Boolean evaluation 2005) and was obtained from
+ <ul><li><a href="http://www.cril.univ-artois.fr/PB05/parser/SimpleParser.java">http://www.cril.univ-artois.fr/PB05/parser/SimpleParser.java</a> and </li>
+ <li><a href="http://www.cril.univ-artois.fr/PB07/parser/SimpleParser.java">http://www.cril.univ-artois.fr/PB07/parser/SimpleParser.java</a></li> </ul></br>under the following permissive license:<br />
+
+<br />
+ Copyright (c) 2005-2007 Olivier ROUSSEL and Vasco MANQUINHO<br />
+ <br />
+ Permission is hereby granted, free of charge, to any person obtaining a copy<br />
+ of this software and associated documentation files (the &quot;Software&quot;), to deal<br />
+ in the Software without restriction, including without limitation the rights<br />
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell<br />
+ copies of the Software, and to permit persons to whom the Software is<br />
+ furnished to do so, subject to the following conditions:<br />
+ <br />
+ The above copyright notice and this permission notice shall be included in<br />
+ all copies or substantial portions of the Software.<br />
+ <br />
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br />
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br />
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE<br />
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br />
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,<br />
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN<br />
+ THE SOFTWARE.<br />
+</p>
+</body>
+</html>

Back to the top