blob: 2032bbdfa362dd8c653a3ef93176c6f00f7457c3 [file] [log] [blame]
Ian Maxon9e37c962015-11-25 07:38:37 -08001
2For portions of the Hyracks admin console at
3static/javascript/flot/
4
5 Copyright (c) 2007-2014 IOLA and Ole Laursen
6
7 Permission is hereby granted, free of charge, to any person
8 obtaining a copy of this software and associated documentation
9 files (the "Software"), to deal in the Software without
10 restriction, including without limitation the rights to use,
11 copy, modify, merge, publish, distribute, sublicense, and/or sell
12 copies of the Software, and to permit persons to whom the
13 Software is furnished to do so, subject to the following
14 conditions:
15
16 The above copyright notice and this permission notice shall be
17 included in all copies or substantial portions of the Software.
18
19 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
21 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
23 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
24 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
26 OTHER DEALINGS IN THE SOFTWARE.
27
28As well as the Hyracks adminconsole resources at:
29static/javascript/jsplumb/
30
31 Copyright (c) 2010 - 2014 jsPlumb, http://jsplumbtoolkit.com/
32
33 Permission is hereby granted, free of charge, to any person obtaining
34 a copy of this software and associated documentation files (the
35 "Software"), to deal in the Software without restriction, including
36 without limitation the rights to use, copy, modify, merge, publish,
37 distribute, sublicense, and/or sell copies of the Software, and to
38 permit persons to whom the Software is furnished to do so, subject to
39 the following conditions:
40
41 The above copyright notice and this permission notice shall be
42 included in all copies or substantial portions of the Software.
43
44 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
45 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
47 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
48 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
49 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
50 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51
52and also the Hyracks adminconsole resources at:
53static/javascript/jquery
54and
Ian Maxonbb5dc4c2016-02-02 18:16:30 -080055static/stylesheet/jquery-ui
Ian Maxon9e37c962015-11-25 07:38:37 -080056
57 Copyright jQuery Foundation and other contributors, https://jquery.org/
58
59 This software consists of voluntary contributions made by many
60 individuals. For exact contribution history, see the revision history
61 available at https://github.com/jquery/jquery
62
63 The following license applies to all parts of this software except as
64 documented below:
65
66 ====
67
68 Permission is hereby granted, free of charge, to any person obtaining
69 a copy of this software and associated documentation files (the
70 "Software"), to deal in the Software without restriction, including
71 without limitation the rights to use, copy, modify, merge, publish,
72 distribute, sublicense, and/or sell copies of the Software, and to
73 permit persons to whom the Software is furnished to do so, subject to
74 the following conditions:
75
76 The above copyright notice and this permission notice shall be
77 included in all copies or substantial portions of the Software.
78
79 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
80 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
81 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
82 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
83 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
84 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
85 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
86
87 ====
88
89 All files located in the node_modules and external directories are
90 externally maintained libraries used by this software which have their
91 own licenses; we recommend you read them, as their terms may differ from
92 the terms above.
93
94and also the Hyracks adminconsole resource at:
95static/javascript/jquery/plugins/jquery.getParams.js
96
97
98 Copyright (c) 2006 Mathias Bank (http://www.mathias-bank.de)
99 Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
100 and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
101
102 Thanks to Hinnerk Ruemenapf - http://hinnerk.ruemenapf.de/ for bug reporting and fixing.
103
104and also the Hyracks adminconsole resource at:
105static/javascript/jquery/plugins/jquery.timer.js
106
107 jquery.timer.js
108
109 Copyright (c) 2011 Jason Chavannes <jason.chavannes@gmail.com>
110
111 http://jchavannes.com/jquery-timer
112
113 Permission is hereby granted, free of charge, to any person
114 obtaining a copy of this software and associated documentation
115 files (the "Software"), to deal in the Software without
116 restriction, including without limitation the rights to use, copy,
117 modify, merge, publish, distribute, sublicense, and/or sell copies
118 of the Software, and to permit persons to whom the Software is
119 furnished to do so, subject to the following conditions:
120
121 The above copyright notice and this permission notice shall be
122 included in all copies or substantial portions of the Software.
123
124 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
125 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
126 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
127 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
128 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
129 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
130 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
131 SOFTWARE.