2013-10-31 21:22:24 +00:00
|
|
|
<h2>Legal stuff</h2>
|
|
|
|
<p>The I2P router (router.jar) and SDK (i2p.jar) are almost entirely public domain, with
|
|
|
|
a few notable exceptions:</p>
|
|
|
|
<ul>
|
|
|
|
<li class="tidylist">ElGamal and DSA code, under the BSD license, written by TheCrypto</li>
|
|
|
|
<li class="tidylist">SHA256 and HMAC-SHA256, under the MIT license, written by the Legion of the Bouncycastle</li>
|
|
|
|
<li class="tidylist">AES code, under the Cryptix (MIT) license, written by the Cryptix team</li>
|
|
|
|
<li class="tidylist">SNTP code, under the BSD license, written by Adam Buckley</li>
|
|
|
|
<li class="tidylist">The rest is outright public domain, written by jrandom, mihi, hypercubus, oOo,
|
|
|
|
ugha, duck, shendaras, and others.</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<p>On top of the I2P router are a series of client applications, each with their own set of
|
|
|
|
licenses and dependencies. This webpage is being served as part of the I2P routerconsole
|
|
|
|
client application, which is built off a trimmed down <a href="http://jetty.mortbay.com/jetty/index.html">Jetty</a>
|
|
|
|
instance (trimmed down, as in, we do not include the demo apps or other add-ons, and we simplify configuration),
|
|
|
|
allowing you to deploy standard JSP/Servlet web applications into your router. Jetty in turn makes use of
|
|
|
|
Apache's javax.servlet (javax.servlet.jar) implementation.
|
|
|
|
This product includes software developed by the Apache Software Foundation
|
|
|
|
(http://www.apache.org/).</p>
|
|
|
|
|
2014-01-20 15:52:14 +00:00
|
|
|
<p>Another application you can see on this webpage is <a href="http://i2p-projekt.i2p/i2ptunnel">I2PTunnel</a>
|
2013-10-31 21:22:24 +00:00
|
|
|
(your <a href="i2ptunnel/" target="_blank">web interface</a>) - a GPL'ed application written by mihi that
|
|
|
|
lets you tunnel normal TCP/IP traffic over I2P (such as the eepproxy and the irc proxy). There is also a
|
|
|
|
<a href="http://susi.i2p/">susimail</a> web based mail client <a href="susimail/susimail">available</a> on
|
|
|
|
the console, which is a GPL'ed application written by susi23. The addressbook application, written by
|
|
|
|
<a href="http://ragnarok.i2p/">Ragnarok</a> helps maintain your hosts.txt files (see ./addressbook/ for
|
|
|
|
more information).</p>
|
|
|
|
|
2014-01-20 15:52:14 +00:00
|
|
|
<p>The router by default also includes human's public domain <a href="http://i2p-projekt.i2p/sam">SAM</a> bridge,
|
2013-10-31 21:22:24 +00:00
|
|
|
which other client applications (such the <a href="http://duck.i2p/i2p-bt/">bittorrent port</a>) can use.
|
|
|
|
There is also an optimized library for doing large number calculations - jbigi - which in turn uses the
|
|
|
|
LGPL licensed <a href="http://swox.com/gmp/">GMP</a> library, tuned for various PC architectures. Launchers for windows users
|
|
|
|
are built with <a href="http://launch4j.sourceforge.net/">Launch4J</a>, and the installer is built with
|
|
|
|
<a href="http://www.izforge.com/izpack/">IzPack</a>. For
|
|
|
|
details on other applications available, as well as their licenses, please see the
|
2014-01-20 15:52:14 +00:00
|
|
|
<a href="http://i2p-projekt.i2p/licenses">license policy</a>. Source for the I2P code and most bundled
|
|
|
|
client applications can be found on our <a href="http://i2p-projekt.i2p/download">download page</a>.</p>
|