blob: b3ec64efc7ec7662c194ba0ebf07ed07eed3fa67 [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,
210 asterix-app/src/main/resources/webui/static/js/jquery.autosize-min.js,
211 and
212 asterix-app/src/main/resources/queryui/js/jquery-1.12.4.min.js
Ian Maxon4ccf1382015-09-09 16:04:40 -0700213
Michael Blow43b40b62017-01-14 17:03:12 -0500214 are available under an MIT-style license:
215---
Ian Maxon4ccf1382015-09-09 16:04:40 -0700216 Copyright jQuery Foundation and other contributors, https://jquery.org/
217
218 This software consists of voluntary contributions made by many
219 individuals. For exact contribution history, see the revision history
220 available at https://github.com/jquery/jquery
221
222 The following license applies to all parts of this software except as
223 documented below:
224
225 ====
226
227 Permission is hereby granted, free of charge, to any person obtaining
228 a copy of this software and associated documentation files (the
229 "Software"), to deal in the Software without restriction, including
230 without limitation the rights to use, copy, modify, merge, publish,
231 distribute, sublicense, and/or sell copies of the Software, and to
232 permit persons to whom the Software is furnished to do so, subject to
233 the following conditions:
234
235 The above copyright notice and this permission notice shall be
236 included in all copies or substantial portions of the Software.
237
238 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
239 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
240 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
241 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
242 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
243 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
244 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
245
246 ====
247
248 All files located in the node_modules and external directories are
249 externally maintained libraries used by this software which have their
250 own licenses; we recommend you read them, as their terms may differ from
251 the terms above.
Michael Blow43b40b62017-01-14 17:03:12 -0500252---
253 Portions of the AsterixDB WebUI
254 located at:
255 asterix-app/src/main/resources/webui/static/js/bootstrap.min.js,
256 asterix-app/src/main/resources/webui/static/css/bootstrap-responsive.min.css,
Michael Blow82464fb2017-03-28 18:48:13 -0400257 asterix-app/src/main/resources/webui/static/css/bootstrap.min.css,
258 asterix-app/src/main/resources/webui/static/img/glyphicons-halflings-white.png,
Michael Blow43b40b62017-01-14 17:03:12 -0500259 and
Michael Blow82464fb2017-03-28 18:48:13 -0400260 asterix-app/src/main/resources/webui/static/img/glyphicons-halflings.png
Ian Maxon4ccf1382015-09-09 16:04:40 -0700261
Michael Blow43b40b62017-01-14 17:03:12 -0500262 are available under the following license:
263---
264 Copyright 2012 Twitter, Inc.
265 http://www.apache.org/licenses/LICENSE-2.0.txt
Ian Maxon4ccf1382015-09-09 16:04:40 -0700266
Michael Blow82464fb2017-03-28 18:48:13 -0400267 Credit for webui/static/img/glyphicons-halflings-white.png,
268 and webui/static/img/glyphicons-halflings.png
Michael Blow43b40b62017-01-14 17:03:12 -0500269
Michael Blow82464fb2017-03-28 18:48:13 -0400270 GLYPHICONS Halflings font is also released as an extension of a Bootstrap
271 (www.getbootstrap.com) for free and it is released under the same license as
272 Bootstrap. While you are not required to include attribution on your
273 Bootstrap-based projects, I would certainly appreciate any form of support,
274 even a nice Tweet is enough. Of course if you want, you can say thank you and
275 support me by buying more icons on GLYPHICONS.com.
Ian Maxon1af5f7e2018-01-15 18:31:16 -0800276---
Michael Blow621daae2018-01-22 15:56:20 -0500277 Portions of the AsterixDB QueryUI
278 located at:
279 asterix-app/src/main/resources/queryui/js/json-formatter.min.js,
280 and
281 asterix-app/src/main/resources/queryui/css/json-formatter.min.css
282
283 are available under the following license:
284---
285 Copyright 2014 Mohsen Azimi
286
287 Licensed under the Apache License, Version 2.0 (the "License");
288 you may not use this file except in compliance with the License.
289 You may obtain a copy of the License at
290
291 http://www.apache.org/licenses/LICENSE-2.0
292
293 Unless required by applicable law or agreed to in writing, software
294 distributed under the License is distributed on an "AS IS" BASIS,
295 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
296 See the License for the specific language governing permissions and
297 limitations under the License.
298---
299 Portions of the AsterixDB QueryUI
300 located at:
301 asterix-app/src/main/resources/queryui/js/bootstrap.min.js,
302 asterix-app/src/main/resources/queryui/css/bootstrap.min.css,
303 asterix-app/src/main/resources/queryui/css/bootstrap-theme.min.css,
304 asterix-app/src/main/resources/queryui/css/bootstrap-theme.min.css,
305 asterix-app/src/main/resources/queryui/fonts/glyphicons-halflings-regular.eot,
306 asterix-app/src/main/resources/queryui/fonts/glyphicons-halflings-regular.svg,
307 asterix-app/src/main/resources/queryui/fonts/glyphicons-halflings-regular.ttf,
308 asterix-app/src/main/resources/queryui/fonts/glyphicons-halflings-regular.woff,
309 and
310 asterix-app/src/main/resources/queryui/fonts/glyphicons-halflings-regular.woff2
311
312 are available under the following license:
313---
314 The MIT License (MIT)
315
316 Copyright (c) 2011-2015 Twitter, Inc
317
318 Permission is hereby granted, free of charge, to any person obtaining a copy
319 of this software and associated documentation files (the "Software"), to deal
320 in the Software without restriction, including without limitation the rights
321 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
322 copies of the Software, and to permit persons to whom the Software is
323 furnished to do so, subject to the following conditions:
324
325 The above copyright notice and this permission notice shall be included in
326 all copies or substantial portions of the Software.
327
328 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
329 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
330 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
331 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
332 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
333 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
334 THE SOFTWARE.
335
336 queryui/css/bootstrap.min.css also contains normalize.css v3.0.3
337 (http://github.com/necolas/normalize.css), having the following copyright:
338 --
339 Copyright © Nicolas Gallagher and Jonathan Neal
340
341 Permission is hereby granted, free of charge, to any person obtaining a copy of
342 this software and associated documentation files (the "Software"), to deal in
343 the Software without restriction, including without limitation the rights to
344 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
345 the Software, and to permit persons to whom the Software is furnished to do so,
346 subject to the following conditions:
347
348 The above copyright notice and this permission notice shall be included in all
349 copies or substantial portions of the Software.
350
351 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
352 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
353 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
354 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
355 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
356 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
357 --
358 Credit for font files: queryui/fonts/glyphicons-halflings-regular.eot,
359 queryui/fonts/glyphicons-halflings-regular.svg,
360 queryui/fonts/glyphicons-halflings-regular.ttf,
361 queryui/fonts/glyphicons-halflings-regular.woff,
362 and
363 queryui/fonts/glyphicons-halflings-regular.woff2
364
365 GLYPHICONS Halflings font is also released as an extension of a Bootstrap
366 (www.getbootstrap.com) for free and it is released under the same license as
367 Bootstrap. While you are not required to include attribution on your
368 Bootstrap-based projects, I would certainly appreciate any form of support,
369 even a nice Tweet is enough. Of course if you want, you can say thank you and
370 support me by buying more icons on GLYPHICONS.com.
371---
372
373 Portions of the AsterixDB QueryUI
374 located at:
375 asterix-app/src/main/resources/queryui/js/angular.min.js
376
377 are available under The MIT License:
378---
379 Copyright (c) 2010-2016 Google, Inc. http://angularjs.org
380
381 Permission is hereby granted, free of charge, to any person obtaining a copy
382 of this software and associated documentation files (the "Software"), to deal
383 in the Software without restriction, including without limitation the rights
384 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
385 copies of the Software, and to permit persons to whom the Software is
386 furnished to do so, subject to the following conditions:
387
388 The above copyright notice and this permission notice shall be included in
389 all copies or substantial portions of the Software.
390
391 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
392 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
393 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
394 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
395 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
396 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
397 THE SOFTWARE.
398---
399 Portions of the AsterixDB QueryUI
400 located at:
401 asterix-app/src/main/resources/queryui/js/codemirror.js,
402 asterix-app/src/main/resources/queryui/js/javascript.js,
403 and
404 asterix-app/src/main/resources/queryui/css/codemirror.css
405
406 are available under The MIT License:
407---
408 Copyright (C) 2016 by Marijn Haverbeke <marijnh@gmail.com> and others
409
410 Permission is hereby granted, free of charge, to any person obtaining a copy
411 of this software and associated documentation files (the "Software"), to deal
412 in the Software without restriction, including without limitation the rights
413 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
414 copies of the Software, and to permit persons to whom the Software is
415 furnished to do so, subject to the following conditions:
416
417 The above copyright notice and this permission notice shall be included in
418 all copies or substantial portions of the Software.
419
420 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
421 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
422 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
423 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
424 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
425 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
426 THE SOFTWARE.
427---
428 Portions of the AsterixDB QueryUI
429 located at:
430 asterix-app/src/main/resources/queryui/js/ui-codemirror.js
431
432 are available under The MIT License:
433---
434 Copyright (c) 2012 the AngularUI Team, http://angular-ui.github.com
435
436 Permission is hereby granted, free of charge, to any person obtaining a copy
437 of this software and associated documentation files (the "Software"), to deal
438 in the Software without restriction, including without limitation the rights
439 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
440 copies of the Software, and to permit persons to whom the Software is
441 furnished to do so, subject to the following conditions:
442
443 The above copyright notice and this permission notice shall be included in
444 all copies or substantial portions of the Software.
445
446 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
447 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
448 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
449 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
450 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
451 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
452 THE SOFTWARE.
453---
Michael Blowe2cf4912017-01-18 15:39:40 -0500454 Portions of the AsterixDB runtime
455 located at:
456 asterix-hivecompat/src/main/java/org/apache/asterix/hivecompat/io/*
457
458 are available under The Apache License, Version 2.0:
459---
460 Source files in asterix-hivecompat are derived from portions of Apache Hive
461 Query Language v0.13.0 (org.apache.hive:hive-exec).
462---
Xikui Wang01814762017-03-15 13:52:47 -0700463 Portions of the AsterixDB WebUI
464 located at:
465 asterix-app/src/main/resources/webui/static/js/jquery.json-viewer.js,
466 and
467 asterix-app/src/main/resources/webui/static/css/jquery.json-viewer.css
468
469 are available under The MIT License:
470---
471 Copyright (c) 2014 Alexandre Bodelot
472
473 Permission is hereby granted, free of charge, to any person obtaining a copy
474 of this software and associated documentation files (the "Software"), to deal
475 in the Software without restriction, including without limitation the rights
476 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
477 copies of the Software, and to permit persons to whom the Software is
478 furnished to do so, subject to the following conditions:
479
480 The above copyright notice and this permission notice shall be included in all
481 copies or substantial portions of the Software.
482
483 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
484 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
485 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
486 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
487 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
488 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
489 SOFTWARE.
490---
Michael Blow43b40b62017-01-14 17:03:12 -0500491 Portions of the AsterixDB API examples
492 located at:
Michael Blow62249662017-01-24 14:22:47 -0500493 asterix-examples/src/main/resources/admaql101-demo/bottle.py,
494 and
495 asterix-examples/src/main/resources/tweetbook-demo/bottle.py
Ian Maxon928bbd12015-09-14 17:12:48 -0700496
Michael Blow43b40b62017-01-14 17:03:12 -0500497 are available under The MIT License:
498---
499 Copyright (c) 2014, Marcel Hellkamp.
Ian Maxon928bbd12015-09-14 17:12:48 -0700500
Michael Blow43b40b62017-01-14 17:03:12 -0500501 Permission is hereby granted, free of charge, to any person obtaining a copy
502 of this software and associated documentation files (the "Software"), to deal
503 in the Software without restriction, including without limitation the rights
504 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
505 copies of the Software, and to permit persons to whom the Software is
506 furnished to do so, subject to the following conditions:
Ian Maxon928bbd12015-09-14 17:12:48 -0700507
Michael Blow43b40b62017-01-14 17:03:12 -0500508 The above copyright notice and this permission notice shall be included in
509 all copies or substantial portions of the Software.
Ian Maxon928bbd12015-09-14 17:12:48 -0700510
Michael Blow43b40b62017-01-14 17:03:12 -0500511 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
512 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
513 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
514 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
515 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
516 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
517 THE SOFTWARE.
518---
519 Portions of the AsterixDB API examples
520 located at:
521 asterix-examples/src/main/resources/tweetbook-demo/static/js/geostats.js
Ian Maxon928bbd12015-09-14 17:12:48 -0700522
Michael Blow43b40b62017-01-14 17:03:12 -0500523 are available under The MIT License:
524---
525 Copyright (c) 2011 Simon Georget
Ian Maxon928bbd12015-09-14 17:12:48 -0700526
Michael Blow43b40b62017-01-14 17:03:12 -0500527 Permission is hereby granted, free of charge, to any person obtaining a copy of
528 this software and associated documentation files (the "Software"), to deal in
529 the Software without restriction, including without limitation the rights to
530 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
531 the Software, and to permit persons to whom the Software is furnished to do so,
532 subject to the following conditions:
Ian Maxon305858c2015-10-01 19:00:14 -0700533
Michael Blow43b40b62017-01-14 17:03:12 -0500534 The above copyright notice and this permission notice shall be included in all
535 copies or substantial portions of the Software.
Ian Maxon305858c2015-10-01 19:00:14 -0700536
Michael Blow43b40b62017-01-14 17:03:12 -0500537 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
538 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
539 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
540 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
541 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
542 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
543---
544 Portions of the AsterixDB API examples
545 located at:
546 asterix-examples/src/main/resources/tweetbook-demo/static/js/rainbowvis.js
Ian Maxon928bbd12015-09-14 17:12:48 -0700547
Michael Blow43b40b62017-01-14 17:03:12 -0500548 are available under The MIT License:
549---
Michael Blow62249662017-01-24 14:22:47 -0500550 RainbowVis-JS
551 Released under MIT License
552
553 (text of The MIT License follows for convenience)
554
555 Copyright <YEAR> <COPYRIGHT HOLDER>
556
557 Permission is hereby granted, free of charge, to any person obtaining a copy of
558 this software and associated documentation files (the "Software"), to deal in
559 the Software without restriction, including without limitation the rights to
560 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
561 the Software, and to permit persons to whom the Software is furnished to do so,
562 subject to the following conditions:
563
564 The above copyright notice and this permission notice shall be included in all
565 copies or substantial portions of the Software.
566
567 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
568 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
569 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
570 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
571 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
572 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
573---
574 Portions of the AsterixDB API examples
575 located at:
576 asterix-examples/src/main/resources/admaql101-demo/static/js/jquery.min.js
577
578 are available under The MIT License:
579---
580 (https://github.com/jquery/jquery/blob/2.0.3/MIT-LICENSE.txt)
581 Copyright 2013 jQuery Foundation and other contributors
582 http://jquery.com/
583
584 Permission is hereby granted, free of charge, to any person obtaining
585 a copy of this software and associated documentation files (the
586 "Software"), to deal in the Software without restriction, including
587 without limitation the rights to use, copy, modify, merge, publish,
588 distribute, sublicense, and/or sell copies of the Software, and to
589 permit persons to whom the Software is furnished to do so, subject to
590 the following conditions:
591
592 The above copyright notice and this permission notice shall be
593 included in all copies or substantial portions of the Software.
594
595 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
596 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
597 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
598 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
599 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
600 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
601 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/bootstrap.min.js
606
607 are available under The Apache Software License, Version 2.0:
608---
609 bootstrap.js v3.0.0 by @fat and @mdo
610
611 Copyright 2013 Twitter Inc.
612
613 http://www.apache.org/licenses/LICENSE-2.0
614---
615 Portions of the AsterixDB API examples
616 located at:
617 asterix-examples/src/main/resources/admaql101-demo/static/css/bootstrap.min.css
618
619 are available under The Apache Software License, Version 2.0:
620---
621 Bootstrap v3.0.0
622
623 Copyright 2013 Twitter, Inc
624
625 Licensed under the Apache License v2.0
626 http://www.apache.org/licenses/LICENSE-2.0
627
628 Designed and built with all the love in the world by @mdo and @fat.
629
630 also contains normalize.css v2.1.0, under the following license:
631 (https://github.com/necolas/normalize.css/blob/v2.1.0/LICENSE.md)
632
633 Copyright (c) Nicolas Gallagher and Jonathan Neal
634
635 Permission is hereby granted, free of charge, to any person obtaining a copy of
636 this software and associated documentation files (the "Software"), to deal in
637 the Software without restriction, including without limitation the rights to
638 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
639 the Software, and to permit persons to whom the Software is furnished to do so,
640 subject to the following conditions:
641
642 The above copyright notice and this permission notice shall be included in all
643 copies or substantial portions of the Software.
644
645 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
646 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
647 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
648 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
649 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
650 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Michael Blow43b40b62017-01-14 17:03:12 -0500651---
Michael Blow82464fb2017-03-28 18:48:13 -0400652 Portions of the AsterixDB External Data tests
653 located at:
Michael Blow07570112017-04-11 21:38:31 -0400654 asterix-external-data/src/test/resources/ICanEatGlass.txt
Michael Blow82464fb2017-03-28 18:48:13 -0400655
Michael Blow07570112017-04-11 21:38:31 -0400656 are available under a Modified BSD license:
Michael Blow82464fb2017-03-28 18:48:13 -0400657---
Michael Blow07570112017-04-11 21:38:31 -0400658 Revised 3-Clause BSD License for Columbia University Kermit Software
Michael Blow82464fb2017-03-28 18:48:13 -0400659
Michael Blow07570112017-04-11 21:38:31 -0400660 Copyright © 1981-2011,
661 Trustees of Columbia University in the City of New York.
662 All rights reserved.
663 Redistribution and use in source and binary forms, with or without modification,
664 are permitted provided that the following conditions are met:
Michael Blow82464fb2017-03-28 18:48:13 -0400665
Michael Blow07570112017-04-11 21:38:31 -0400666 Redistributions of source code must retain the above copyright notice, this list
667 of conditions and the following disclaimer.
668 Redistributions in binary form must reproduce the above copyright notice, this
669 list of conditions and the following disclaimer in the documentation and/or
670 other materials provided with the distribution.
671 Neither the name of Columbia University nor the names of its contributors may be
672 used to endorse or promote products derived from this software without specific
673 prior written permission.
674 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
675 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
676 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
677 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
678 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
679 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
680 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
681 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
682 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
683 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Michael Blow82464fb2017-03-28 18:48:13 -0400684---
685 Portions of the AsterixDB External Data tests
686 located at:
687 asterix-external-data/src/test/resources/classad/*
688
689 are available under the following license:
690---
691 Apache License
692 Version 2.0, January 2004
693 http://www.apache.org/licenses/
694 Copyright © 1990-2012 HTCondor Team, Computer Sciences Department, University of
695 Wisconsin-Madison, WI.
696
697 Licensed under the Apache License, Version 2.0 (the "License"); you may not use
698 this file except in compliance with the License. You may obtain a copy of the
699 License at
700
701 http://www.apache.org/licenses/LICENSE-2.0
702
703 Unless required by applicable law or agreed to in writing, software distributed
704 under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
705 CONDITIONS OF ANY KIND, either express or implied. See the License for the
706 specific language governing permissions and limitations under the License.
707
708 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
709
710 Definitions.
711 "License" shall mean the terms and conditions for use, reproduction, and
712 distribution as defined by Sections 1 through 9 of this document.
713
714 "Licensor" shall mean the copyright owner or entity authorized by the copyright
715 owner that is granting the License.
716
717 "Legal Entity" shall mean the union of the acting entity and all other entities
718 that control, are controlled by, or are under common control with that entity.
719 For the purposes of this definition, "control" means (i) the power, direct or
720 indirect, to cause the direction or management of such entity, whether by
721 contract or otherwise, or (ii) ownership of fifty percent (50outstanding shares,
722 or (iii) beneficial ownership of such entity.
723
724 "You" (or "Your") shall mean an individual or Legal Entity exercising
725 permissions granted by this License.
726
727 "Source" form shall mean the preferred form for making modifications, including
728 but not limited to software source code, documentation source, and configuration
729 files.
730
731 "Object" form shall mean any form resulting from mechanical transformation or
732 translation of a Source form, including but not limited to compiled object code,
733 generated documentation, and conversions to other media types.
734
735 "Work" shall mean the work of authorship, whether in Source or Object form, made
736 available under the License, as indicated by a copyright notice that is included
737 in or attached to the work (an example is provided in the Appendix below).
738
739 "Derivative Works" shall mean any work, whether in Source or Object form, that
740 is based on (or derived from) the Work and for which the editorial revisions,
741 annotations, elaborations, or other modifications represent, as a whole, an
742 original work of authorship. For the purposes of this License, Derivative Works
743 shall not include works that remain separable from, or merely link (or bind by
744 name) to the interfaces of, the Work and Derivative Works thereof.
745
746 "Contribution" shall mean any work of authorship, including the original version
747 of the Work and any modifications or additions to that Work or Derivative Works
748 thereof, that is intentionally submitted to Licensor for inclusion in the Work
749 by the copyright owner or by an individual or Legal Entity authorized to submit
750 on behalf of the copyright owner. For the purposes of this definition,
751 "submitted" means any form of electronic, verbal, or written communication sent
752 to the Licensor or its representatives, including but not limited to
753 communication on electronic mailing lists, source code control systems, and
754 issue tracking systems that are managed by, or on behalf of, the Licensor for
755 the purpose of discussing and improving the Work, but excluding communication
756 that is conspicuously marked or otherwise designated in writing by the copyright
757 owner as "Not a Contribution."
758
759 "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
760 of whom a Contribution has been received by Licensor and subsequently
761 incorporated within the Work.
762
763 Grant of Copyright License. Subject to the terms and conditions of this License,
764 each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
765 no-charge, royalty-free, irrevocable copyright license to reproduce, prepare
766 Derivative Works of, publicly display, publicly perform, sublicense, and
767 distribute the Work and such Derivative Works in Source or Object form.
768 Grant of Patent License. Subject to the terms and conditions of this License,
769 each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
770 no-charge, royalty-free, irrevocable (except as stated in this section) patent
771 license to make, have made, use, offer to sell, sell, import, and otherwise
772 transfer the Work, where such license applies only to those patent claims
773 licensable by such Contributor that are necessarily infringed by their
774 Contribution(s) alone or by combination of their Contribution(s) with the Work
775 to which such Contribution(s) was submitted. If You institute patent litigation
776 against any entity (including a cross-claim or counterclaim in a lawsuit)
777 alleging that the Work or a Contribution incorporated within the Work
778 constitutes direct or contributory patent infringement, then any patent licenses
779 granted to You under this License for that Work shall terminate as of the date
780 such litigation is filed.
781 Redistribution. You may reproduce and distribute copies of the Work or
782 Derivative Works thereof in any medium, with or without modifications, and in
783 Source or Object form, provided that You meet the following conditions:
784 (a) You must give any other recipients of the Work or Derivative Works a copy of
785 this License; and
786
787 (b) You must cause any modified files to carry prominent notices stating that
788 You changed the files; and
789
790 (c) You must retain, in the Source form of any Derivative Works that You
791 distribute, all copyright, patent, trademark, and attribution notices from the
792 Source form of the Work, excluding those notices that do not pertain to any part
793 of the Derivative Works; and
794
795 (d) If the Work includes a "NOTICE" text file as part of its distribution, then
796 any Derivative Works that You distribute must include a readable copy of the
797 attribution notices contained within such NOTICE file, excluding those notices
798 that do not pertain to any part of the Derivative Works, in at least one of the
799 following places: within a NOTICE text file distributed as part of the
800 Derivative Works; within the Source form or documentation, if provided along
801 with the Derivative Works; or, within a display generated by the Derivative
802 Works, if and wherever such third-party notices normally appear. The contents of
803 the NOTICE file are for informational purposes only and do not modify the
804 License. You may add Your own attribution notices within Derivative Works that
805 You distribute, alongside or as an addendum to the NOTICE text from the Work,
806 provided that such additional attribution notices cannot be construed as
807 modifying the License.
808
809 You may add Your own copyright statement to Your modifications and may provide
810 additional or different license terms and conditions for use, reproduction, or
811 distribution of Your modifications, or for any such Derivative Works as a whole,
812 provided Your use, reproduction, and distribution of the Work otherwise complies
813 with the conditions stated in this License.
814
815 Submission of Contributions. Unless You explicitly state otherwise, any
816 Contribution intentionally submitted for inclusion in the Work by You to the
817 Licensor shall be under the terms and conditions of this License, without any
818 additional terms or conditions. Notwithstanding the above, nothing herein shall
819 supersede or modify the terms of any separate license agreement you may have
820 executed with Licensor regarding such Contributions.
821 Trademarks. This License does not grant permission to use the trade names,
822 trademarks, service marks, or product names of the Licensor, except as required
823 for reasonable and customary use in describing the origin of the Work and
824 reproducing the content of the NOTICE file.
825 Disclaimer of Warranty. Unless required by applicable law or agreed to in
826 writing, Licensor provides the Work (and each Contributor provides its
827 Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
828 KIND, either express or implied, including, without limitation, any warranties
829 or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
830 PARTICULAR PURPOSE. You are solely responsible for determining the
831 appropriateness of using or redistributing the Work and assume any risks
832 associated with Your exercise of permissions under this License.
833 Limitation of Liability. In no event and under no legal theory, whether in tort
834 (including negligence), contract, or otherwise, unless required by applicable
835 law (such as deliberate and grossly negligent acts) or agreed to in writing,
836 shall any Contributor be liable to You for damages, including any direct,
837 indirect, special, incidental, or consequential damages of any character arising
838 as a result of this License or out of the use or inability to use the Work
839 (including but not limited to damages for loss of goodwill, work stoppage,
840 computer failure or malfunction, or any and all other commercial damages or
841 losses), even if such Contributor has been advised of the possibility of such
842 damages.
843 Accepting Warranty or Additional Liability. While redistributing the Work or
844 Derivative Works thereof, You may choose to offer, and charge a fee for,
845 acceptance of support, warranty, indemnity, or other liability obligations
846 and/or rights consistent with this License. However, in accepting such
847 obligations, You may act only on Your own behalf and on Your sole
848 responsibility, not on behalf of any other Contributor, and only if You agree to
849 indemnify, defend, and hold each Contributor harmless for any liability incurred
850 by, or claims asserted against, such Contributor by reason of your accepting any
851 such warranty or additional liability.
852 END OF TERMS AND CONDITIONS
853---
Ian Maxon333e38e2018-01-05 11:32:31 -0800854