Mercurial > libervia-backend
comparison README @ 1157:c4b62e6b7377
add licence information for otr.js and dependencies
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 03 Sep 2014 20:54:14 +0200 |
parents | 21681070f913 |
children | bc3cdf770328 |
comparison
equal
deleted
inserted
replaced
1156:cc022c1cc09f | 1157:c4b62e6b7377 |
---|---|
94 | 94 |
95 A big big thank to the authors/contributors of... | 95 A big big thank to the authors/contributors of... |
96 | 96 |
97 proxy65: | 97 proxy65: |
98 SàT (plugin_xep_0065) use nearly all the code from proxy65 (http://code.google.com/p/proxy65/) which was coded by Dave Smith (2002-2004) and maintained by Fabio Forno (2007-2008). | 98 SàT (plugin_xep_0065) use nearly all the code from proxy65 (http://code.google.com/p/proxy65/) which was coded by Dave Smith (2002-2004) and maintained by Fabio Forno (2007-2008). |
99 As the original MIT licence allow, the code is reused and sub-licenced until GPL v3 to follow the rest of the code. | 99 As the original MIT licence allows, the code is reused and sub-licenced until GPL v3 to follow the rest of the code. |
100 | 100 |
101 progressbar: | 101 progressbar: |
102 SàT (jp) use ProgressBar (http://pypi.python.org/pypi/progressbar/2.2), a class coded by Nilton Volpato which allow the textual representation of progression. | 102 SàT (jp) use ProgressBar (http://pypi.python.org/pypi/progressbar/2.2), a class coded by Nilton Volpato which allow the textual representation of progression. |
103 | 103 |
104 twisted: | 104 twisted: |
122 txJSON-RPC: | 122 txJSON-RPC: |
123 Libervia use txJSON-RPC (https://launchpad.net/txjsonrpc), a twisted library to communicate with the browser's javascript throught JSON-RPC | 123 Libervia use txJSON-RPC (https://launchpad.net/txjsonrpc), a twisted library to communicate with the browser's javascript throught JSON-RPC |
124 | 124 |
125 Mutagen: | 125 Mutagen: |
126 Mutagen (https://code.google.com/p/mutagen/) is an audio metadata handling library, it's use by the radiocol plugin. | 126 Mutagen (https://code.google.com/p/mutagen/) is an audio metadata handling library, it's use by the radiocol plugin. |
127 | |
128 otr.js and its dependencies Big Integer Library, CryptoJS, EventEmitter: | |
129 Libervia frontend uses otr.js and its dependencies: | |
130 - otr.js was coded by Arlo Breault (2014) and is released under the Mozilla Public License Version 2.0 | |
131 - Big Integer Library was coded by Leemon Baird (2000-2013) and is in the public domain | |
132 - CryptoJS was coded by Jeff Mott (2009-2013) and is released under the MIT licence | |
133 - EventEmitter was coded by Oliver Caldwell (2011-2013) and is released under the MIT licence | |
134 As the original licences allow, the code is reused and sub-licenced until GPL v3 to follow the rest of the code. | |
127 | 135 |
128 pictures found in frontends/src/wix/images/crystal/: | 136 pictures found in frontends/src/wix/images/crystal/: |
129 These pictures come from Crystal clear, were made by Everaldo Coelho (www.everaldo.com) and YellowIcon (www.yellowicon.com). They are under LGPL V3 licence (see frontends/src/wix/images/COPYING.LESSER). | 137 These pictures come from Crystal clear, were made by Everaldo Coelho (www.everaldo.com) and YellowIcon (www.yellowicon.com). They are under LGPL V3 licence (see frontends/src/wix/images/COPYING.LESSER). |
130 Found on http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_browser.png and http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_cache.png | 138 Found on http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_browser.png and http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_cache.png |
131 | 139 |