Subversion Repositories cryptochat

Rev

Rev 2 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
LICENSE DEPENDENCY TREE
2
 
3
[ ] ViaThinkSoft CryptoChat
4
 |  License: GPLv3 ( http://www.gnu.de/documents/gpl-3.0.en.html )
5
 |
6
 +--- Code snippets included in source code:
7
 |    * JS get_html_translation_table(): From http://phpjs.org/functions
8
 |    * JS Array.prototype.remove:       By John Resig (MIT Licensed)
9
 |    * JS htmlentities():               From http://phpjs.org/functions
10
 |    * JS sleep():                      From http://www.phpied.com/sleep-in-javascript/
11
 |    * JS scrollToBottom():             From http://www.sourcetricks.com/2010/07/javascript-scroll-to-bottom-of-page.html
12
 |    * JS randomString():               From http://stackoverflow.com/a/1349426 (modified)
13
 |    * JS pad():                        From http://stackoverflow.com/a/2998822
14
 |    * JS HSVtoRGB():                   From http://stackoverflow.com/a/17243070
15
 |    * JS luminance_perceived():        From http://stackoverflow.com/a/596243
16
 |    * CSS hand pointer cursor line:    From http://www.drweb.de/magazin/browser-cursor-hand/
17
 |
18
 +---[ ] CryptoJS 3.1.2
19
 |       Web site: http://code.google.com/p/crypto-js/
20
 |       License:  MIT license ( http://opensource.org/licenses/MIT )
21
 |
22
 +---[ ] SAJAX 0.13
23
 |       Web site: http://www.modernmethod.com/sajax/
24
 |       License:  "open source BSD license"
25
 |
26
 +---[ ] CRC32 for JavaScript
27
 |       Web site: https://github.com/wbond/crc32-js-php
28
 |       License:  MIT license ( http://opensource.org/licenses/MIT )
29
 |
30
 +---[ ] JSONWrapper
31
      |  Web site: http://www.boutell.com/scripts/jsonwrapper.html
32
      |  License:  Public Domain
33
      |
34
      +---[ ] Services_JSON PEAR library
35
              Web site: http://pear.php.net/package/Services_JSON
36
              License:  BSD 2-Clause License ( http://opensource.org/licenses/bsd-license.php )