blob: 4c63d0162fedd618567408dfe7c633a07ae02872 [file] [log] [blame]
Ian4a816dc2014-11-26 15:46:32 -08001 Apache License
2 Version 2.0, January 2004
3 http://www.apache.org/licenses/
4
5 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
7 1. Definitions.
8
9 "License" shall mean the terms and conditions for use, reproduction,
10 and distribution as defined by Sections 1 through 9 of this document.
11
12 "Licensor" shall mean the copyright owner or entity authorized by
13 the copyright owner that is granting the License.
14
15 "Legal Entity" shall mean the union of the acting entity and all
16 other entities that control, are controlled by, or are under common
17 control with that entity. For the purposes of this definition,
18 "control" means (i) the power, direct or indirect, to cause the
19 direction or management of such entity, whether by contract or
20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
21 outstanding shares, or (iii) beneficial ownership of such entity.
22
23 "You" (or "Your") shall mean an individual or Legal Entity
24 exercising permissions granted by this License.
25
26 "Source" form shall mean the preferred form for making modifications,
27 including but not limited to software source code, documentation
28 source, and configuration files.
29
30 "Object" form shall mean any form resulting from mechanical
31 transformation or translation of a Source form, including but
32 not limited to compiled object code, generated documentation,
33 and conversions to other media types.
34
35 "Work" shall mean the work of authorship, whether in Source or
36 Object form, made available under the License, as indicated by a
37 copyright notice that is included in or attached to the work
38 (an example is provided in the Appendix below).
39
40 "Derivative Works" shall mean any work, whether in Source or Object
41 form, that is based on (or derived from) the Work and for which the
42 editorial revisions, annotations, elaborations, or other modifications
43 represent, as a whole, an original work of authorship. For the purposes
44 of this License, Derivative Works shall not include works that remain
45 separable from, or merely link (or bind by name) to the interfaces of,
46 the Work and Derivative Works thereof.
47
48 "Contribution" shall mean any work of authorship, including
49 the original version of the Work and any modifications or additions
50 to that Work or Derivative Works thereof, that is intentionally
51 submitted to Licensor for inclusion in the Work by the copyright owner
52 or by an individual or Legal Entity authorized to submit on behalf of
53 the copyright owner. For the purposes of this definition, "submitted"
54 means any form of electronic, verbal, or written communication sent
55 to the Licensor or its representatives, including but not limited to
56 communication on electronic mailing lists, source code control systems,
57 and issue tracking systems that are managed by, or on behalf of, the
58 Licensor for the purpose of discussing and improving the Work, but
59 excluding communication that is conspicuously marked or otherwise
60 designated in writing by the copyright owner as "Not a Contribution."
61
62 "Contributor" shall mean Licensor and any individual or Legal Entity
63 on behalf of whom a Contribution has been received by Licensor and
64 subsequently incorporated within the Work.
65
66 2. Grant of Copyright License. Subject to the terms and conditions of
67 this License, each Contributor hereby grants to You a perpetual,
68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69 copyright license to reproduce, prepare Derivative Works of,
70 publicly display, publicly perform, sublicense, and distribute the
71 Work and such Derivative Works in Source or Object form.
72
73 3. Grant of Patent License. Subject to the terms and conditions of
74 this License, each Contributor hereby grants to You a perpetual,
75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 (except as stated in this section) patent license to make, have made,
77 use, offer to sell, sell, import, and otherwise transfer the Work,
78 where such license applies only to those patent claims licensable
79 by such Contributor that are necessarily infringed by their
80 Contribution(s) alone or by combination of their Contribution(s)
81 with the Work to which such Contribution(s) was submitted. If You
82 institute patent litigation against any entity (including a
83 cross-claim or counterclaim in a lawsuit) alleging that the Work
84 or a Contribution incorporated within the Work constitutes direct
85 or contributory patent infringement, then any patent licenses
86 granted to You under this License for that Work shall terminate
87 as of the date such litigation is filed.
88
89 4. Redistribution. You may reproduce and distribute copies of the
90 Work or Derivative Works thereof in any medium, with or without
91 modifications, and in Source or Object form, provided that You
92 meet the following conditions:
93
94 (a) You must give any other recipients of the Work or
95 Derivative Works a copy of this License; and
96
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and
99
100 (c) You must retain, in the Source form of any Derivative Works
101 that You distribute, all copyright, patent, trademark, and
102 attribution notices from the Source form of the Work,
103 excluding those notices that do not pertain to any part of
104 the Derivative Works; and
105
106 (d) If the Work includes a "NOTICE" text file as part of its
107 distribution, then any Derivative Works that You distribute must
108 include a readable copy of the attribution notices contained
109 within such NOTICE file, excluding those notices that do not
110 pertain to any part of the Derivative Works, in at least one
111 of the following places: within a NOTICE text file distributed
112 as part of the Derivative Works; within the Source form or
113 documentation, if provided along with the Derivative Works; or,
114 within a display generated by the Derivative Works, if and
115 wherever such third-party notices normally appear. The contents
116 of the NOTICE file are for informational purposes only and
117 do not modify the License. You may add Your own attribution
118 notices within Derivative Works that You distribute, alongside
119 or as an addendum to the NOTICE text from the Work, provided
120 that such additional attribution notices cannot be construed
121 as modifying the License.
122
123 You may add Your own copyright statement to Your modifications and
124 may provide additional or different license terms and conditions
125 for use, reproduction, or distribution of Your modifications, or
126 for any such Derivative Works as a whole, provided Your use,
127 reproduction, and distribution of the Work otherwise complies with
128 the conditions stated in this License.
129
130 5. Submission of Contributions. Unless You explicitly state otherwise,
131 any Contribution intentionally submitted for inclusion in the Work
132 by You to the Licensor shall be under the terms and conditions of
133 this License, without any additional terms or conditions.
134 Notwithstanding the above, nothing herein shall supersede or modify
135 the terms of any separate license agreement you may have executed
136 with Licensor regarding such Contributions.
137
138 6. Trademarks. This License does not grant permission to use the trade
139 names, trademarks, service marks, or product names of the Licensor,
140 except as required for reasonable and customary use in describing the
141 origin of the Work and reproducing the content of the NOTICE file.
142
143 7. Disclaimer of Warranty. Unless required by applicable law or
144 agreed to in writing, Licensor provides the Work (and each
145 Contributor provides its Contributions) on an "AS IS" BASIS,
146 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147 implied, including, without limitation, any warranties or conditions
148 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149 PARTICULAR PURPOSE. You are solely responsible for determining the
150 appropriateness of using or redistributing the Work and assume any
151 risks associated with Your exercise of permissions under this License.
152
153 8. Limitation of Liability. In no event and under no legal theory,
154 whether in tort (including negligence), contract, or otherwise,
155 unless required by applicable law (such as deliberate and grossly
156 negligent acts) or agreed to in writing, shall any Contributor be
157 liable to You for damages, including any direct, indirect, special,
158 incidental, or consequential damages of any character arising as a
159 result of this License or out of the use or inability to use the
160 Work (including but not limited to damages for loss of goodwill,
161 work stoppage, computer failure or malfunction, or any and all
162 other commercial damages or losses), even if such Contributor
163 has been advised of the possibility of such damages.
164
165 9. Accepting Warranty or Additional Liability. While redistributing
166 the Work or Derivative Works thereof, You may choose to offer,
167 and charge a fee for, acceptance of support, warranty, indemnity,
168 or other liability obligations and/or rights consistent with this
169 License. However, in accepting such obligations, You may act only
170 on Your own behalf and on Your sole responsibility, not on behalf
171 of any other Contributor, and only if You agree to indemnify,
172 defend, and hold each Contributor harmless for any liability
173 incurred by, or claims asserted against, such Contributor by reason
174 of your accepting any such warranty or additional liability.
175
176 END OF TERMS AND CONDITIONS
177
178 APPENDIX: How to apply the Apache License to your work.
179
180 To apply the Apache License to your work, attach the following
181 boilerplate notice, with the fields enclosed by brackets "[]"
182 replaced with your own identifying information. (Don't include
183 the brackets!) The text should be enclosed in the appropriate
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
186 same "printed page" as the copyright notice for easier
187 identification within third-party archives.
188
189 Copyright [yyyy] [name of copyright owner]
190
191 Licensed under the Apache License, Version 2.0 (the "License");
192 you may not use this file except in compliance with the License.
193 You may obtain a copy of the License at
194
195 http://www.apache.org/licenses/LICENSE-2.0
196
197 Unless required by applicable law or agreed to in writing, software
198 distributed under the License is distributed on an "AS IS" BASIS,
199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200 See the License for the specific language governing permissions and
201 limitations under the License.
Michael Blow43b40b62017-01-14 17:03:12 -0500202===
203 AsterixDB includes source code with separate copyright notices and
204 license terms. Your use of this source code is subject to the terms
205 and condition of the following licenses.
206===
207 Portions of the AsterixDB WebUI
208 located at:
209 asterix-app/src/main/resources/webui/static/js/jquery.min.js,
Michael Blow43b40b62017-01-14 17:03:12 -0500210 and
Ian Maxonffe8fe62018-08-30 18:49:59 -0700211 asterix-app/src/main/resources/webui/static/js/jquery.autosize-min.js
Ian Maxon4ccf1382015-09-09 16:04:40 -0700212
Michael Blow43b40b62017-01-14 17:03:12 -0500213 are available under an MIT-style license:
214---
Ian Maxon4ccf1382015-09-09 16:04:40 -0700215 Copyright jQuery Foundation and other contributors, https://jquery.org/
216
217 This software consists of voluntary contributions made by many
218 individuals. For exact contribution history, see the revision history
219 available at https://github.com/jquery/jquery
220
221 The following license applies to all parts of this software except as
222 documented below:
223
224 ====
225
226 Permission is hereby granted, free of charge, to any person obtaining
227 a copy of this software and associated documentation files (the
228 "Software"), to deal in the Software without restriction, including
229 without limitation the rights to use, copy, modify, merge, publish,
230 distribute, sublicense, and/or sell copies of the Software, and to
231 permit persons to whom the Software is furnished to do so, subject to
232 the following conditions:
233
234 The above copyright notice and this permission notice shall be
235 included in all copies or substantial portions of the Software.
236
237 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
238 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
239 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
240 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
241 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
242 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
243 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
244
245 ====
246
247 All files located in the node_modules and external directories are
248 externally maintained libraries used by this software which have their
249 own licenses; we recommend you read them, as their terms may differ from
250 the terms above.
Michael Blow43b40b62017-01-14 17:03:12 -0500251---
252 Portions of the AsterixDB WebUI
253 located at:
254 asterix-app/src/main/resources/webui/static/js/bootstrap.min.js,
255 asterix-app/src/main/resources/webui/static/css/bootstrap-responsive.min.css,
Michael Blow82464fb2017-03-28 18:48:13 -0400256 asterix-app/src/main/resources/webui/static/css/bootstrap.min.css,
257 asterix-app/src/main/resources/webui/static/img/glyphicons-halflings-white.png,
Michael Blow43b40b62017-01-14 17:03:12 -0500258 and
Michael Blow82464fb2017-03-28 18:48:13 -0400259 asterix-app/src/main/resources/webui/static/img/glyphicons-halflings.png
Ian Maxon4ccf1382015-09-09 16:04:40 -0700260
Michael Blow43b40b62017-01-14 17:03:12 -0500261 are available under the following license:
262---
263 Copyright 2012 Twitter, Inc.
264 http://www.apache.org/licenses/LICENSE-2.0.txt
Ian Maxon4ccf1382015-09-09 16:04:40 -0700265
Michael Blow82464fb2017-03-28 18:48:13 -0400266 Credit for webui/static/img/glyphicons-halflings-white.png,
267 and webui/static/img/glyphicons-halflings.png
Michael Blow43b40b62017-01-14 17:03:12 -0500268
Michael Blow82464fb2017-03-28 18:48:13 -0400269 GLYPHICONS Halflings font is also released as an extension of a Bootstrap
270 (www.getbootstrap.com) for free and it is released under the same license as
271 Bootstrap. While you are not required to include attribution on your
272 Bootstrap-based projects, I would certainly appreciate any form of support,
273 even a nice Tweet is enough. Of course if you want, you can say thank you and
274 support me by buying more icons on GLYPHICONS.com.
Ian Maxon1af5f7e2018-01-15 18:31:16 -0800275---
Xikui Wang01814762017-03-15 13:52:47 -0700276 Portions of the AsterixDB WebUI
277 located at:
278 asterix-app/src/main/resources/webui/static/js/jquery.json-viewer.js,
279 and
280 asterix-app/src/main/resources/webui/static/css/jquery.json-viewer.css
281
282 are available under The MIT License:
283---
284 Copyright (c) 2014 Alexandre Bodelot
285
286 Permission is hereby granted, free of charge, to any person obtaining a copy
287 of this software and associated documentation files (the "Software"), to deal
288 in the Software without restriction, including without limitation the rights
289 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
290 copies of the Software, and to permit persons to whom the Software is
291 furnished to do so, subject to the following conditions:
292
293 The above copyright notice and this permission notice shall be included in all
294 copies or substantial portions of the Software.
295
296 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
297 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
298 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
299 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
300 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
301 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
302 SOFTWARE.
303---
Ian Maxon70be6912019-06-13 18:36:32 -0700304 Portions of the AsterixDB Dashboard fonts
305 located at:
306 asterix-dashboard/src/main/resources/assets/fonts/material-icons/MaterialIcons-Regular.eot,
307 asterix-dashboard/src/main/resources/assets/fonts/material-icons/MaterialIcons-Regular.svg,
308 asterix-dashboard/src/main/resources/assets/fonts/material-icons/MaterialIcons-Regular.ttf,
309 asterix-dashboard/src/main/resources/assets/fonts/material-icons/MaterialIcons-Regular.woff,
310 and
311 asterix-dashboard/src/main/resources/assets/fonts/material-icons/MaterialIcons-Regular.woff2
312
313 from material-design-icons (https://github.com/google/material-design-icons)
314
315 are available under The Apache License, Version 2.0:
316---
317 Apache License
318 Version 2.0, January 2004
319 http://www.apache.org/licenses/
320
321 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
322
323 1. Definitions.
324
325 "License" shall mean the terms and conditions for use, reproduction,
326 and distribution as defined by Sections 1 through 9 of this document.
327
328 "Licensor" shall mean the copyright owner or entity authorized by
329 the copyright owner that is granting the License.
330
331 "Legal Entity" shall mean the union of the acting entity and all
332 other entities that control, are controlled by, or are under common
333 control with that entity. For the purposes of this definition,
334 "control" means (i) the power, direct or indirect, to cause the
335 direction or management of such entity, whether by contract or
336 otherwise, or (ii) ownership of fifty percent (50%) or more of the
337 outstanding shares, or (iii) beneficial ownership of such entity.
338
339 "You" (or "Your") shall mean an individual or Legal Entity
340 exercising permissions granted by this License.
341
342 "Source" form shall mean the preferred form for making modifications,
343 including but not limited to software source code, documentation
344 source, and configuration files.
345
346 "Object" form shall mean any form resulting from mechanical
347 transformation or translation of a Source form, including but
348 not limited to compiled object code, generated documentation,
349 and conversions to other media types.
350
351 "Work" shall mean the work of authorship, whether in Source or
352 Object form, made available under the License, as indicated by a
353 copyright notice that is included in or attached to the work
354 (an example is provided in the Appendix below).
355
356 "Derivative Works" shall mean any work, whether in Source or Object
357 form, that is based on (or derived from) the Work and for which the
358 editorial revisions, annotations, elaborations, or other modifications
359 represent, as a whole, an original work of authorship. For the purposes
360 of this License, Derivative Works shall not include works that remain
361 separable from, or merely link (or bind by name) to the interfaces of,
362 the Work and Derivative Works thereof.
363
364 "Contribution" shall mean any work of authorship, including
365 the original version of the Work and any modifications or additions
366 to that Work or Derivative Works thereof, that is intentionally
367 submitted to Licensor for inclusion in the Work by the copyright owner
368 or by an individual or Legal Entity authorized to submit on behalf of
369 the copyright owner. For the purposes of this definition, "submitted"
370 means any form of electronic, verbal, or written communication sent
371 to the Licensor or its representatives, including but not limited to
372 communication on electronic mailing lists, source code control systems,
373 and issue tracking systems that are managed by, or on behalf of, the
374 Licensor for the purpose of discussing and improving the Work, but
375 excluding communication that is conspicuously marked or otherwise
376 designated in writing by the copyright owner as "Not a Contribution."
377
378 "Contributor" shall mean Licensor and any individual or Legal Entity
379 on behalf of whom a Contribution has been received by Licensor and
380 subsequently incorporated within the Work.
381
382 2. Grant of Copyright License. Subject to the terms and conditions of
383 this License, each Contributor hereby grants to You a perpetual,
384 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
385 copyright license to reproduce, prepare Derivative Works of,
386 publicly display, publicly perform, sublicense, and distribute the
387 Work and such Derivative Works in Source or Object form.
388
389 3. Grant of Patent License. Subject to the terms and conditions of
390 this License, each Contributor hereby grants to You a perpetual,
391 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
392 (except as stated in this section) patent license to make, have made,
393 use, offer to sell, sell, import, and otherwise transfer the Work,
394 where such license applies only to those patent claims licensable
395 by such Contributor that are necessarily infringed by their
396 Contribution(s) alone or by combination of their Contribution(s)
397 with the Work to which such Contribution(s) was submitted. If You
398 institute patent litigation against any entity (including a
399 cross-claim or counterclaim in a lawsuit) alleging that the Work
400 or a Contribution incorporated within the Work constitutes direct
401 or contributory patent infringement, then any patent licenses
402 granted to You under this License for that Work shall terminate
403 as of the date such litigation is filed.
404
405 4. Redistribution. You may reproduce and distribute copies of the
406 Work or Derivative Works thereof in any medium, with or without
407 modifications, and in Source or Object form, provided that You
408 meet the following conditions:
409
410 (a) You must give any other recipients of the Work or
411 Derivative Works a copy of this License; and
412
413 (b) You must cause any modified files to carry prominent notices
414 stating that You changed the files; and
415
416 (c) You must retain, in the Source form of any Derivative Works
417 that You distribute, all copyright, patent, trademark, and
418 attribution notices from the Source form of the Work,
419 excluding those notices that do not pertain to any part of
420 the Derivative Works; and
421
422 (d) If the Work includes a "NOTICE" text file as part of its
423 distribution, then any Derivative Works that You distribute must
424 include a readable copy of the attribution notices contained
425 within such NOTICE file, excluding those notices that do not
426 pertain to any part of the Derivative Works, in at least one
427 of the following places: within a NOTICE text file distributed
428 as part of the Derivative Works; within the Source form or
429 documentation, if provided along with the Derivative Works; or,
430 within a display generated by the Derivative Works, if and
431 wherever such third-party notices normally appear. The contents
432 of the NOTICE file are for informational purposes only and
433 do not modify the License. You may add Your own attribution
434 notices within Derivative Works that You distribute, alongside
435 or as an addendum to the NOTICE text from the Work, provided
436 that such additional attribution notices cannot be construed
437 as modifying the License.
438
439 You may add Your own copyright statement to Your modifications and
440 may provide additional or different license terms and conditions
441 for use, reproduction, or distribution of Your modifications, or
442 for any such Derivative Works as a whole, provided Your use,
443 reproduction, and distribution of the Work otherwise complies with
444 the conditions stated in this License.
445
446 5. Submission of Contributions. Unless You explicitly state otherwise,
447 any Contribution intentionally submitted for inclusion in the Work
448 by You to the Licensor shall be under the terms and conditions of
449 this License, without any additional terms or conditions.
450 Notwithstanding the above, nothing herein shall supersede or modify
451 the terms of any separate license agreement you may have executed
452 with Licensor regarding such Contributions.
453
454 6. Trademarks. This License does not grant permission to use the trade
455 names, trademarks, service marks, or product names of the Licensor,
456 except as required for reasonable and customary use in describing the
457 origin of the Work and reproducing the content of the NOTICE file.
458
459 7. Disclaimer of Warranty. Unless required by applicable law or
460 agreed to in writing, Licensor provides the Work (and each
461 Contributor provides its Contributions) on an "AS IS" BASIS,
462 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
463 implied, including, without limitation, any warranties or conditions
464 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
465 PARTICULAR PURPOSE. You are solely responsible for determining the
466 appropriateness of using or redistributing the Work and assume any
467 risks associated with Your exercise of permissions under this License.
468
469 8. Limitation of Liability. In no event and under no legal theory,
470 whether in tort (including negligence), contract, or otherwise,
471 unless required by applicable law (such as deliberate and grossly
472 negligent acts) or agreed to in writing, shall any Contributor be
473 liable to You for damages, including any direct, indirect, special,
474 incidental, or consequential damages of any character arising as a
475 result of this License or out of the use or inability to use the
476 Work (including but not limited to damages for loss of goodwill,
477 work stoppage, computer failure or malfunction, or any and all
478 other commercial damages or losses), even if such Contributor
479 has been advised of the possibility of such damages.
480
481 9. Accepting Warranty or Additional Liability. While redistributing
482 the Work or Derivative Works thereof, You may choose to offer,
483 and charge a fee for, acceptance of support, warranty, indemnity,
484 or other liability obligations and/or rights consistent with this
485 License. However, in accepting such obligations, You may act only
486 on Your own behalf and on Your sole responsibility, not on behalf
487 of any other Contributor, and only if You agree to indemnify,
488 defend, and hold each Contributor harmless for any liability
489 incurred by, or claims asserted against, such Contributor by reason
490 of your accepting any such warranty or additional liability.
491
492 END OF TERMS AND CONDITIONS
493
494 APPENDIX: How to apply the Apache License to your work.
495
496 To apply the Apache License to your work, attach the following
497 boilerplate notice, with the fields enclosed by brackets "[]"
498 replaced with your own identifying information. (Don't include
499 the brackets!) The text should be enclosed in the appropriate
500 comment syntax for the file format. We also recommend that a
501 file or class name and description of purpose be included on the
502 same "printed page" as the copyright notice for easier
503 identification within third-party archives.
504
505 Copyright [yyyy] [name of copyright owner]
506
507 Licensed under the Apache License, Version 2.0 (the "License");
508 you may not use this file except in compliance with the License.
509 You may obtain a copy of the License at
510
511 http://www.apache.org/licenses/LICENSE-2.0
512
513 Unless required by applicable law or agreed to in writing, software
514 distributed under the License is distributed on an "AS IS" BASIS,
515 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
516 See the License for the specific language governing permissions and
517 limitations under the License.
518---
519
Michael Blow43b40b62017-01-14 17:03:12 -0500520 Portions of the AsterixDB API examples
521 located at:
Michael Blow62249662017-01-24 14:22:47 -0500522 asterix-examples/src/main/resources/admaql101-demo/bottle.py,
523 and
524 asterix-examples/src/main/resources/tweetbook-demo/bottle.py
Ian Maxon928bbd12015-09-14 17:12:48 -0700525
Michael Blow43b40b62017-01-14 17:03:12 -0500526 are available under The MIT License:
527---
528 Copyright (c) 2014, Marcel Hellkamp.
Ian Maxon928bbd12015-09-14 17:12:48 -0700529
Michael Blow43b40b62017-01-14 17:03:12 -0500530 Permission is hereby granted, free of charge, to any person obtaining a copy
531 of this software and associated documentation files (the "Software"), to deal
532 in the Software without restriction, including without limitation the rights
533 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
534 copies of the Software, and to permit persons to whom the Software is
535 furnished to do so, subject to the following conditions:
Ian Maxon928bbd12015-09-14 17:12:48 -0700536
Michael Blow43b40b62017-01-14 17:03:12 -0500537 The above copyright notice and this permission notice shall be included in
538 all copies or substantial portions of the Software.
Ian Maxon928bbd12015-09-14 17:12:48 -0700539
Michael Blow43b40b62017-01-14 17:03:12 -0500540 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
541 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
542 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
543 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
544 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
545 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
546 THE SOFTWARE.
547---
548 Portions of the AsterixDB API examples
549 located at:
550 asterix-examples/src/main/resources/tweetbook-demo/static/js/geostats.js
Ian Maxon928bbd12015-09-14 17:12:48 -0700551
Michael Blow43b40b62017-01-14 17:03:12 -0500552 are available under The MIT License:
553---
554 Copyright (c) 2011 Simon Georget
Ian Maxon928bbd12015-09-14 17:12:48 -0700555
Michael Blow43b40b62017-01-14 17:03:12 -0500556 Permission is hereby granted, free of charge, to any person obtaining a copy of
557 this software and associated documentation files (the "Software"), to deal in
558 the Software without restriction, including without limitation the rights to
559 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
560 the Software, and to permit persons to whom the Software is furnished to do so,
561 subject to the following conditions:
Ian Maxon305858c2015-10-01 19:00:14 -0700562
Michael Blow43b40b62017-01-14 17:03:12 -0500563 The above copyright notice and this permission notice shall be included in all
564 copies or substantial portions of the Software.
Ian Maxon305858c2015-10-01 19:00:14 -0700565
Michael Blow43b40b62017-01-14 17:03:12 -0500566 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
567 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
568 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
569 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
570 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
571 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
572---
573 Portions of the AsterixDB API examples
574 located at:
575 asterix-examples/src/main/resources/tweetbook-demo/static/js/rainbowvis.js
Ian Maxon928bbd12015-09-14 17:12:48 -0700576
Michael Blow43b40b62017-01-14 17:03:12 -0500577 are available under The MIT License:
578---
Michael Blow62249662017-01-24 14:22:47 -0500579 RainbowVis-JS
580 Released under MIT License
581
582 (text of The MIT License follows for convenience)
583
584 Copyright <YEAR> <COPYRIGHT HOLDER>
585
586 Permission is hereby granted, free of charge, to any person obtaining a copy of
587 this software and associated documentation files (the "Software"), to deal in
588 the Software without restriction, including without limitation the rights to
589 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
590 the Software, and to permit persons to whom the Software is furnished to do so,
591 subject to the following conditions:
592
593 The above copyright notice and this permission notice shall be included in all
594 copies or substantial portions of the Software.
595
596 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
597 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
598 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
599 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
600 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
601 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
602---
603 Portions of the AsterixDB API examples
604 located at:
605 asterix-examples/src/main/resources/admaql101-demo/static/js/jquery.min.js
606
607 are available under The MIT License:
608---
609 (https://github.com/jquery/jquery/blob/2.0.3/MIT-LICENSE.txt)
610 Copyright 2013 jQuery Foundation and other contributors
611 http://jquery.com/
612
613 Permission is hereby granted, free of charge, to any person obtaining
614 a copy of this software and associated documentation files (the
615 "Software"), to deal in the Software without restriction, including
616 without limitation the rights to use, copy, modify, merge, publish,
617 distribute, sublicense, and/or sell copies of the Software, and to
618 permit persons to whom the Software is furnished to do so, subject to
619 the following conditions:
620
621 The above copyright notice and this permission notice shall be
622 included in all copies or substantial portions of the Software.
623
624 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
625 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
626 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
627 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
628 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
629 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
630 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
631---
632 Portions of the AsterixDB API examples
633 located at:
634 asterix-examples/src/main/resources/admaql101-demo/static/js/bootstrap.min.js
635
636 are available under The Apache Software License, Version 2.0:
637---
638 bootstrap.js v3.0.0 by @fat and @mdo
639
640 Copyright 2013 Twitter Inc.
641
642 http://www.apache.org/licenses/LICENSE-2.0
643---
644 Portions of the AsterixDB API examples
645 located at:
646 asterix-examples/src/main/resources/admaql101-demo/static/css/bootstrap.min.css
647
648 are available under The Apache Software License, Version 2.0:
649---
650 Bootstrap v3.0.0
651
652 Copyright 2013 Twitter, Inc
653
654 Licensed under the Apache License v2.0
655 http://www.apache.org/licenses/LICENSE-2.0
656
657 Designed and built with all the love in the world by @mdo and @fat.
658
659 also contains normalize.css v2.1.0, under the following license:
660 (https://github.com/necolas/normalize.css/blob/v2.1.0/LICENSE.md)
661
662 Copyright (c) Nicolas Gallagher and Jonathan Neal
663
664 Permission is hereby granted, free of charge, to any person obtaining a copy of
665 this software and associated documentation files (the "Software"), to deal in
666 the Software without restriction, including without limitation the rights to
667 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
668 the Software, and to permit persons to whom the Software is furnished to do so,
669 subject to the following conditions:
670
671 The above copyright notice and this permission notice shall be included in all
672 copies or substantial portions of the Software.
673
674 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
675 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
676 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
677 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
678 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
679 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Michael Blow43b40b62017-01-14 17:03:12 -0500680---
Michael Blow82464fb2017-03-28 18:48:13 -0400681 Portions of the AsterixDB External Data tests
682 located at:
Michael Blow07570112017-04-11 21:38:31 -0400683 asterix-external-data/src/test/resources/ICanEatGlass.txt
Michael Blow82464fb2017-03-28 18:48:13 -0400684
Michael Blow07570112017-04-11 21:38:31 -0400685 are available under a Modified BSD license:
Michael Blow82464fb2017-03-28 18:48:13 -0400686---
Michael Blow07570112017-04-11 21:38:31 -0400687 Revised 3-Clause BSD License for Columbia University Kermit Software
Michael Blow82464fb2017-03-28 18:48:13 -0400688
Michael Blow07570112017-04-11 21:38:31 -0400689 Copyright © 1981-2011,
690 Trustees of Columbia University in the City of New York.
691 All rights reserved.
692 Redistribution and use in source and binary forms, with or without modification,
693 are permitted provided that the following conditions are met:
Michael Blow82464fb2017-03-28 18:48:13 -0400694
Michael Blow07570112017-04-11 21:38:31 -0400695 Redistributions of source code must retain the above copyright notice, this list
696 of conditions and the following disclaimer.
697 Redistributions in binary form must reproduce the above copyright notice, this
698 list of conditions and the following disclaimer in the documentation and/or
699 other materials provided with the distribution.
700 Neither the name of Columbia University nor the names of its contributors may be
701 used to endorse or promote products derived from this software without specific
702 prior written permission.
703 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
704 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
705 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
706 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
707 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
708 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
709 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
710 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
711 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
712 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Michael Blow82464fb2017-03-28 18:48:13 -0400713---
Dmitry Lychaginf2c18aa2018-12-28 21:20:23 -0800714 Portions of the AsterixDB tests
715 located at:
716 asterix-app/src/test/resources/runtimets/queries_sqlpp/window/pg_win/*,
717 and
718 asterix-app/data/tenk.tbl
719
720 are available under PostgreSQL License:
721---
722 PostgreSQL Database Management System
723 (formerly known as Postgres, then as Postgres95)
724
725 Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
726
727 Portions Copyright (c) 1994, The Regents of the University of California
728
729 Permission to use, copy, modify, and distribute this software and its
730 documentation for any purpose, without fee, and without a written agreement
731 is hereby granted, provided that the above copyright notice and this
732 paragraph and the following two paragraphs appear in all copies.
733
734 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
735 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
736 LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
737 DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
738 POSSIBILITY OF SUCH DAMAGE.
739
740 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
741 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
742 AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
743 ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
744 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
745---
Ian Maxon333e38e2018-01-05 11:32:31 -0800746
Wail Alkowaileet40bef5c2024-06-24 14:43:47 -0700747 Portions of the AsterixDB csv-spectrum tests
748 located at:
749 and
750 asterix-app/data/csv-spectrum/*
751
752 are available under BSD:
753---
754 Copyright (c) 2013, Max Ogden
755 All rights reserved.
756
757 Redistribution and use in source and binary forms, with or without modification,
758 are permitted provided that the following conditions are met:
759
760 Redistributions of source code must retain the above copyright notice, this list
761 of conditions and the following disclaimer.
762 Redistributions in binary form must reproduce the above copyright notice, this
763 list of conditions and the following disclaimer in the documentation and/or
764 other materials provided with the distribution.
765 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
766 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
767 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
768 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
769 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
770 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
771 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
772 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
773 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
774 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
775---
776
777
778