Subversion Repositories php-qbpwcf

Rev

Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 liveuser 1
*********************************************************************************
2
Third party software used:
3
 
4
Code optimization made using Closure Compiling service:
5
http://closure-compiler.appspot.com/home
6
 
7
some icons from: http://raphaeljs.com/icons/
8
 
9
Libraries used for exporting:
10
 
11
    filesaver: https://github.com/eligrey/FileSaver.js/
12
    https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md
13
 
14
    blobjs: https://github.com/eligrey/Blob.js/
15
    https://github.com/eligrey/Blob.js/blob/master/LICENSE.md
16
 
17
    fabricjs: https://github.com/kangax/fabric.js
18
    https://github.com/kangax/fabric.js/blob/master/LICENSE
19
 
20
    jszip: https://github.com/Stuk/jszip
21
    https://github.com/Stuk/jszip/blob/master/LICENSE.markdown
22
 
23
    pdfmake: https://github.com/bpampuch/pdfmake
24
    https://github.com/bpampuch/pdfmake/blob/master/LICENSE
25
 
26
    SheetJS.js: https://github.com/SheetJS/js-xlsx
27
    https://github.com/SheetJS/js-xlsx/blob/master/LICENSE
28
 
29
*********************************************************************************
30
 
31
Map projection calculation code taken and adopted from d3 library, all the source
32
is in MapUtils.js file.
33
 
34
Copyright (c) 2010-2015, Michael Bostock
35
All rights reserved.
36
 
37
Redistribution and use in source and binary forms, with or without
38
modification, are permitted provided that the following conditions are met:
39
 
40
* Redistributions of source code must retain the above copyright notice, this
41
  list of conditions and the following disclaimer.
42
 
43
* Redistributions in binary form must reproduce the above copyright notice,
44
  this list of conditions and the following disclaimer in the documentation
45
  and/or other materials provided with the distribution.
46
 
47
* The name Michael Bostock may not be used to endorse or promote products
48
  derived from this software without specific prior written permission.
49
 
50
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
51
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
52
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
53
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
54
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
55
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
56
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
57
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
58
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
59
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.