Files
I2PSnark-RPC/src/jsp/licenses.html
zzz 24a9d311f4 Implement percentDone
Return empty values for tag-uids and tag-get-list
Fix values for activityDateRelative and downloadedEver
Fix status flags
Return ?? for creator if not defined
Set size to 1 for magnet download
Implement startDate, requires 0.9.29-9
Set status correctly for a starting seeder and for magnet
Shorten peer address so it will fit in UI
Don't list primary tracker if we have a list, to not dup
Add license description for Transmission UI
Don't build update version of plugin
Prep for 0.2
2017-03-20 22:11:07 +00:00

52 lines
957 B
HTML

<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>
</body>
</html>