Files
I2PSnark-RPC/src/jsp/licenses.html

52 lines
957 B
HTML
Raw Normal View History

2017-03-20 16:51:17 +00:00
<html>
<body>
<h2>i2psnark-rpc licenses</h2>
<p>
New code: GPLv2
<br>
See <a href="licenses/LICENSE-GPLv2.txt">LICENSE-GPLv2.txt</a>
<p>
Contains code from Vuze trunk and from xmwebui plugin,
which includes code from Transmission and JSON-simple.
<p>
Vuze Web Remote Plugin (xmwebui): GPLv2
<br>
Modified from v0.6.5 from SVN
<br>
Copyright 2009 Vuze, Inc. All rights reserved.
<br>
See <a href="licenses/LICENSE-GPLv2.txt">LICENSE-GPLv2.txt</a>
<p>
Vuze: GPLv2
<br>
Modified from v5.7.5.1 from SVN
<br>
Copyright 2009 Vuze, Inc. All rights reserved.
<br>
See <a href="licenses/LICENSE-GPLv2.txt">LICENSE-GPLv2.txt</a>
<p>
Transmission:
<br>
Copyright (c) Transmission authors and contributors
<br>
See <a href="licenses/Transmission.txt">Transmission.txt</a>
<p>
JSON:
<br>
LGPLv2.1
<br>
See <a href="licenses/JSON.txt">JSON.txt</a>
<p>
Transmission/Vuze web UI:
<br>
See <a href="licenses/LICENSE-GPLv2.txt">LICENSE-GPLv2.txt</a>
2017-03-20 16:51:17 +00:00
</body>
</html>