📄 license.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta name="generator" content="Netbeans 5.0">
<meta name="author" content="Andrew Stevens">
<meta name="copyright" content="(c) 2005-2006 The PseudoQ Project.">
<!-- Creative Commons license metadata -->
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/"/>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Software"/>
</Work>
<License rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
<permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
<permits rdf:resource="http://web.resource.org/cc/Distribution"/>
<requires rdf:resource="http://web.resource.org/cc/Notice"/>
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
<requires rdf:resource="http://web.resource.org/cc/ShareAlike"/>
<requires rdf:resource="http://web.resource.org/cc/SourceCode"/>
</License>
</rdf:RDF>
-->
<meta name="keywords" content="pseudoq, sudoku, su doku, puzzle, puzzles, open source, java">
<meta name="description" content="PseudoQ is a java application for creating,
playing and solving Su Doku (number place) puzzles of various types. Uses
'smart' techniques rather than brute force to solve the puzzles.">
<link rel="stylesheet" type="text/css" title="Style" href="pseudoq-site.css">
<title>PseudoQ Licensing</title>
</head>
<body>
<div id="menu"><ul>
<li><a href="index.html">Home</a></li>
<li><a href="status.html">Status</a></li>
<li><a href="usage.html">Using PseudoQ</a></li>
<li><a href="charity.html">Support this project</a></li>
<li><a href="license.html">Licensing issues</a></li>
<li><a href="http://sourceforge.net/projects/pseudoq" class="externalLink">SourceForge project</a></li>
</ul></div>
<div id="content">
<h1>Licensing Issues</h1>
<h2>PseudoQ</h2>
<p>
<a href="http://creativecommons.org/licenses/LGPL/2.1/">
<img alt="CC-GNU LGPL" border="0" src="images/cc-LGPL-a.png" class="floatRight" width="88" height="62">
</a>
PseudoQ is Free Software, distributed under the terms of the
<a href="licenses/pseudoq.txt">GNU Lesser General Public License version 2.1</a>,
a copy of which is included in this distribution.
</p>
<h2>Other bundled software</h2>
<p>PseudoQ makes use of a number of third-party libraries which are subject
to other licenses. They are included in the downloadable release archives and
CVS repository for ease of installation, and distributed under the terms of
their respective licenses which, so far as I can tell, are all compatible with
the LGPL. They comprise:
<table id="licenseLinks">
<tr><th>Library</th><th>License</th></tr>
<tr><td><a href="http://jakarta.apache.org/commons/cli/" class="externalLink">Apache Jakarta Commons CLI 1.0</a></td>
<td><a href="licenses/commons-cli.txt">The Apache Software License, Version 1.1</a></td></tr>
<tr><td><a href="http://logging.apache.org/log4j/docs/" class="externalLink">Apache Log4J 1.2.12</a></td>
<td><a href="licenses/log4j.txt">The Apache Software License, Version 2.0</a></td></tr>
<tr><td><a href="https://wizard-framework.dev.java.net/" class="externalLink">Wizard Framework</a></td>
<td><a href="licenses/wizard-framework.txt">GNU Lesser General Public License version 2.1</a></td></tr>
<tr><td><a href="http://xerces.apache.org/xerces2-j/" class="externalLink">Apache XercesJ 2.6.2</td>
<td><a href="licenses/xerces.txt">The Apache Software License, Version 2.0</a></td></tr>
<tr><td><a href="http://emma.sourceforge.net/" class="externalLink">EMMA</a> **</td>
<td><a href="licenses/emma.html">Common Public License v 1.0</a></td></tr>
<tr><td><a href="http://www.jmock.org/" class="externalLink">jMock</a> **</td>
<td><a href="licenses/jmock.txt">New BSD license</a></td></tr>
</table>
** only used during build, no runtime dependency</p>
</div>
<div id="footer">
<span class="left"><a href="http://sourceforge.net/donate/index.php?group_id=150500"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project"></a></span>
<span class="right">
<a href="http://www.netbeans.org/downloads/index.html"><img src="images/created-with-nb-1.gif" border="0" alt="Created with NetBeans!"></a>
<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=150500&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
</span>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -