copyright.txt 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278
  1. COPYRIGHT © 2022 Esri
  2. All rights reserved under the copyright laws of the United States
  3. and applicable international laws, treaties, and conventions.
  4. This material is licensed for use under the Esri Master License
  5. Agreement (MLA), and is bound by the terms of that agreement.
  6. You may redistribute and use this code without modification,
  7. provided you adhere to the terms of the MLA and include this
  8. copyright notice.
  9. See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
  10. For additional information, contact:
  11. Environmental Systems Research Institute, Inc.
  12. Attn: Contracts and Legal Services Department
  13. 380 New York Street
  14. Redlands, California, USA 92373
  15. USA
  16. email: contracts@esri.com
  17. -----------------------------------------------------------------
  18. apng-js/
  19. https://github.com/davidmz/apng-js
  20. The MIT License (MIT)
  21. Copyright (c) 2016 David Mzareulyan
  22. Permission is hereby granted, free of charge, to any person obtaining a copy
  23. of this software and associated documentation files (the "Software"), to deal
  24. in the Software without restriction, including without limitation the rights
  25. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  26. copies of the Software, and to permit persons to whom the Software is
  27. furnished to do so, subject to the following conditions:
  28. The above copyright notice and this permission notice shall be included in all
  29. copies or substantial portions of the Software.
  30. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  31. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  32. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  33. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  34. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  35. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  36. SOFTWARE.
  37. -----------------------------------------------------------------
  38. dojo/
  39. Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
  40. Available via Academic Free License >= 2.1 OR the modified BSD license.
  41. See: http://dojotoolkit.org/license for details
  42. -----------------------------------------------------------------
  43. dijit/
  44. Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
  45. Available via Academic Free License >= 2.1 OR the modified BSD license.
  46. See: http://dojotoolkit.org/license for details
  47. -----------------------------------------------------------------
  48. dojox/
  49. Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
  50. Available via Academic Free License >= 2.1 OR the modified BSD license.
  51. See: http://dojotoolkit.org/license for details
  52. -----------------------------------------------------------------
  53. dgrid/
  54. Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
  55. Available via Academic Free License >= 2.1 OR the modified BSD license.
  56. See: http://dojotoolkit.org/license for details
  57. -----------------------------------------------------------------
  58. dstore/
  59. Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
  60. Available via Academic Free License >= 2.1 OR the modified BSD license.
  61. See: http://dojotoolkit.org/license for details
  62. -----------------------------------------------------------------
  63. focus-trap/
  64. https://github.com/focus-trap/focus-trap
  65. The MIT License (MIT)
  66. Copyright (c) 2015-2016 David Clark
  67. Permission is hereby granted, free of charge, to any person obtaining a copy
  68. of this software and associated documentation files (the "Software"), to deal
  69. in the Software without restriction, including without limitation the rights
  70. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  71. copies of the Software, and to permit persons to whom the Software is
  72. furnished to do so, subject to the following conditions:
  73. The above copyright notice and this permission notice shall be included in all
  74. copies or substantial portions of the Software.
  75. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  76. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  77. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  78. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  79. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  80. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  81. SOFTWARE.
  82. -------------------------------------------------------------------------------
  83. gifuct-js/
  84. https://github.com/matt-way/gifuct-js
  85. The MIT License (MIT)
  86. Copyright (c) 2015 Matt Way
  87. Permission is hereby granted, free of charge, to any person obtaining a copy
  88. of this software and associated documentation files (the "Software"), to deal
  89. in the Software without restriction, including without limitation the rights
  90. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  91. copies of the Software, and to permit persons to whom the Software is
  92. furnished to do so, subject to the following conditions:
  93. The above copyright notice and this permission notice shall be included in all
  94. copies or substantial portions of the Software.
  95. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  96. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  97. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  98. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  99. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  100. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  101. SOFTWARE.
  102. -------------------------------------------------------------------------------
  103. luxon/
  104. https://github.com/moment/luxon
  105. Copyright 2019 JS Foundation and other contributors
  106. Permission is hereby granted, free of charge, to any person obtaining a copy
  107. of this software and associated documentation files (the "Software"), to deal
  108. in the Software without restriction, including without limitation the rights
  109. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  110. copies of the Software, and to permit persons to whom the Software is
  111. furnished to do so, subject to the following conditions:
  112. The above copyright notice and this permission notice shall be included in
  113. all copies or substantial portions of the Software.
  114. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  115. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  116. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  117. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  118. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  119. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  120. THE SOFTWARE.
  121. -------------------------------------------------------------------------------
  122. maquette/
  123. maquette-advanced-projector/
  124. maquette-css-transitions/
  125. maquette-jsx/
  126. maquette – Pure and simple virtual DOM library
  127. https://github.com/AFASSoftware/maquette/
  128. MIT License
  129. Copyright (c) 2015 Maquette contributors
  130. Permission is hereby granted, free of charge, to any person obtaining a copy
  131. of this software and associated documentation files (the "Software"), to deal
  132. in the Software without restriction, including without limitation the rights
  133. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  134. copies of the Software, and to permit persons to whom the Software is
  135. furnished to do so, subject to the following conditions:
  136. The above copyright notice and this permission notice shall be included in
  137. all copies or substantial portions of the Software.
  138. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  139. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  140. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  141. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  142. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  143. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  144. THE SOFTWARE.
  145. -----------------------------------------------------------------
  146. moment/
  147. Copyright (c) JS Foundation and other contributors
  148. Permission is hereby granted, free of charge, to any person
  149. obtaining a copy of this software and associated documentation
  150. files (the "Software"), to deal in the Software without
  151. restriction, including without limitation the rights to use,
  152. copy, modify, merge, publish, distribute, sublicense, and/or sell
  153. copies of the Software, and to permit persons to whom the
  154. Software is furnished to do so, subject to the following
  155. conditions:
  156. The above copyright notice and this permission notice shall be
  157. included in all copies or substantial portions of the Software.
  158. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  159. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  160. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  161. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  162. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  163. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  164. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  165. OTHER DEALINGS IN THE SOFTWARE.
  166. -----------------------------------------------------------------
  167. esri/libs/popper
  168. The MIT License (MIT)
  169. Copyright (c) 2019 Federico Zivolo
  170. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  171. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  172. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  173. -------------------------------------------------------------------------------
  174. tslib/
  175. Copyright (c) Microsoft Corporation
  176. BSD Zero Clause License.
  177. Permission to use, copy, modify, and/or distribute this software for any
  178. purpose with or without fee is hereby granted.
  179. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  180. REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  181. AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  182. INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  183. LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  184. OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  185. PERFORMANCE OF THIS SOFTWARE.
  186. -----------------------------------------------------------------
  187. esri/arcade/lib/arcade-parser.js
  188. Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
  189. Redistribution and use in source and binary forms, with or without
  190. modification, are permitted provided that the following conditions are met:
  191. * Redistributions of source code must retain the above copyright
  192. notice, this list of conditions and the following disclaimer.
  193. * Redistributions in binary form must reproduce the above copyright
  194. notice, this list of conditions and the following disclaimer in the
  195. documentation and/or other materials provided with the distribution.
  196. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  197. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  198. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  199. ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  200. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  201. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  202. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  203. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  204. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  205. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  206. -----------------------------------------------------------------
  207. esri/workers/libs/rtree.js
  208. rtree.js - General-Purpose Non-Recursive Javascript R-Tree Library
  209. Version 0.6.2, December 5st 2009
  210. Copyright (c) 2009 Jon-Carlos Rivera
  211. Permission is hereby granted, free of charge, to any person obtaining
  212. a copy of this software and associated documentation files (the
  213. "Software"), to deal in the Software without restriction, including
  214. without limitation the rights to use, copy, modify, merge, publish,
  215. distribute, sublicense, and/or sell copies of the Software, and to
  216. permit persons to whom the Software is furnished to do so, subject to
  217. the following conditions:
  218. The above copyright notice and this permission notice shall be
  219. included in all copies or substantial portions of the Software.
  220. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  221. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  222. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  223. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  224. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  225. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  226. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  227. Jon-Carlos Rivera - imbcmdth@hotmail.com
  228. -----------------------------------------------------------------
  229. esri/workers/libs/kdtree.js
  230. k-d Tree JavaScript - V 1.0
  231. https://github.com/ubilabs/kd-tree-javascript
  232. author: Mircea Pricop <pricop@ubilabs.net>, 2012
  233. author: Martin Kleppe <kleppe@ubilabs.net>, 2012
  234. author: Ubilabs http://ubilabs.net, 2012
  235. license: MIT License http://www.opensource.org/licenses/mit-license.php
  236. -----------------------------------------------------------------
  237. big.js v3.0.0
  238. https://github.com/MikeMcl/big.js
  239. The MIT Expat Licence.
  240. Copyright (c) 2012 Michael Mclaughlin
  241. Permission is hereby granted, free of charge, to any person obtaining
  242. a copy of this software and associated documentation files (the
  243. 'Software'), to deal in the Software without restriction, including
  244. without limitation the rights to use, copy, modify, merge, publish,
  245. distribute, sublicense, and/or sell copies of the Software, and to
  246. permit persons to whom the Software is furnished to do so, subject to
  247. the following conditions:
  248. The above copyright notice and this permission notice shall be
  249. included in all copies or substantial portions of the Software.
  250. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  251. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  252. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  253. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  254. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  255. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  256. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  257. -----------------------------------------------------------------
  258. esri/views/3d/lib/gl-matrix.js
  259. gl-matrix - High performance matrix and vector operations for WebGL
  260. https://github.com/toji/gl-matrix
  261. author: Brandon Jones
  262. author: Colin MacKenzie IV
  263. version: version 1.3.7
  264. Copyright (c) 2012 Brandon Jones, Colin MacKenzie IV
  265. This software is provided 'as-is', without any express or implied
  266. warranty. In no event will the authors be held liable for any damages
  267. arising from the use of this software.
  268. Permission is granted to anyone to use this software for any purpose,
  269. including commercial applications, and to alter it and redistribute it
  270. freely, subject to the following restrictions:
  271. 1. The origin of this software must not be misrepresented; you must not
  272. claim that you wrote the original software. If you use this software
  273. in a product, an acknowledgment in the product documentation would be
  274. appreciated but is not required.
  275. 2. Altered source versions must be plainly marked as such, and must not
  276. be misrepresented as being the original software.
  277. 3. This notice may not be removed or altered from any source
  278. distribution.
  279. -----------------------------------------------------------------
  280. esri/views/3d/webgl-engine/lib/base64Binary.js
  281. Base64 decoder
  282. https://github.com/danguer/blog-examples/blob/master/js/base64-binary.js
  283. Copyright (c) 2011, Daniel Guerrero
  284. All rights reserved.
  285. Redistribution and use in source and binary forms, with or without
  286. modification, are permitted provided that the following conditions are met:
  287. * Redistributions of source code must retain the above copyright
  288. notice, this list of conditions and the following disclaimer.
  289. * Redistributions in binary form must reproduce the above copyright
  290. notice, this list of conditions and the following disclaimer in the
  291. documentation and/or other materials provided with the distribution.
  292. * Neither the name of the Daniel Guerrero nor the
  293. names of its contributors may be used to endorse or promote products
  294. derived from this software without specific prior written permission.
  295. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  296. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  297. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  298. DISCLAIMED. IN NO EVENT SHALL DANIEL GUERRERO BE LIABLE FOR ANY
  299. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  300. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  301. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  302. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  303. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  304. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  305. -----------------------------------------------------------------
  306. esri/views/webgl/context-util.js
  307. WebGL utility functions, based on:
  308. URL: https://github.com/html5rocks/www.html5rocks.com/blob/master/content/tutorials/webgl/webgl_fundamentals/static/webgl/resources/webgl-utils.js
  309. Copyright 2010, Google Inc. All rights reserved.
  310. Redistribution and use in source and binary forms, with or without
  311. modification, are permitted provided that the following conditions are met:
  312. * Redistributions of source code must retain the above copyright
  313. notice, this list of conditions and the following disclaimer.
  314. * Redistributions in binary form must reproduce the above
  315. copyright notice, this list of conditions and the following disclaimer
  316. in the documentation and/or other materials provided with the
  317. distribution.
  318. * Neither the name of Google Inc. nor the names of its
  319. contributors may be used to endorse or promote products derived from
  320. this software without specific prior written permission.
  321. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  322. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  323. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  324. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  325. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  326. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  327. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  328. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  329. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  330. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  331. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  332. -----------------------------------------------------------------
  333. esri/views/3d/lib/SunCalc.js
  334. SunCalc - Library to calculate sun position given location and time
  335. https://github.com/mourner/suncalc
  336. (c) 2011-2013, Vladimir Agafonkin
  337. SunCalc is a JavaScript library for calculating sun/mooon position and light phases.
  338. https://github.com/mourner/suncalc
  339. Copyright (c) 2013, Vladimir Agafonkin
  340. All rights reserved.
  341. Redistribution and use in source and binary forms, with or without modification, are
  342. permitted provided that the following conditions are met:
  343. 1. Redistributions of source code must retain the above copyright notice, this list of
  344. conditions and the following disclaimer.
  345. 2. Redistributions in binary form must reproduce the above copyright notice, this list
  346. of conditions and the following disclaimer in the documentation and/or other materials
  347. provided with the distribution.
  348. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
  349. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  350. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  351. THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  352. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
  353. OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  354. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  355. TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  356. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  357. ----------------------------------------------------------------
  358. esri/core/libs/gl-matrix
  359. gl-matrix - High performance matrix and vector operations for WebGL
  360. https://github.com/toji/gl-matrix
  361. author: Brandon Jones
  362. author: Colin MacKenzie IV
  363. version: version 2.3
  364. Copyright (c) 2015, Brandon Jones, Colin MacKenzie IV.
  365. Permission is hereby granted, free of charge, to any person obtaining a copy
  366. of this software and associated documentation files (the "Software"), to deal
  367. in the Software without restriction, including without limitation the rights
  368. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  369. copies of the Software, and to permit persons to whom the Software is
  370. furnished to do so, subject to the following conditions:
  371. The above copyright notice and this permission notice shall be included in
  372. all copies or substantial portions of the Software.
  373. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  374. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  375. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  376. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  377. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  378. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  379. THE SOFTWARE.
  380. ----------------------------------------------------------------
  381. esri/core/libs/earcut/earcut.js
  382. esri/views/2d/engine/webgl/mesh/bufcut.ts
  383. Earcut - polygon triangulation library, commit 65c368cbbf8e0307e1e0a78fae1ff75da9ef994f
  384. https://github.com/mapbox/earcut
  385. ISC License
  386. Copyright (c) 2016, Mapbox
  387. Permission to use, copy, modify, and/or distribute this software for any purpose
  388. with or without fee is hereby granted, provided that the above copyright notice
  389. and this permission notice appear in all copies.
  390. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  391. REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  392. FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  393. INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
  394. OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  395. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
  396. THIS SOFTWARE.
  397. ----------------------------------------------------------------
  398. esri/core/libs/libtess/libtess.js
  399. Polygon tesselation library, ported from the tesselator in Silicon Graphics's reference
  400. implementation of the OpenGL Utility Library (GLU), written primarily by Eric Veach while
  401. at SGI.
  402. SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
  403. Copyright 2000, Silicon Graphics, Inc. All Rights Reserved.
  404. Copyright 2012, Google Inc. All Rights Reserved.
  405. Permission is hereby granted, free of charge, to any person obtaining a copy
  406. of this software and associated documentation files (the "Software"), to
  407. deal in the Software without restriction, including without limitation the
  408. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  409. sell copies of the Software, and to permit persons to whom the Software is
  410. furnished to do so, subject to the following conditions:
  411. The above copyright notice including the dates of first publication and
  412. either this permission notice or a reference to http://oss.sgi.com/projects/FreeB/
  413. shall be included in all copies or substantial portions of the Software.
  414. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  415. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  416. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  417. SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  418. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
  419. IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  420. Except as contained in this notice, the name of Silicon Graphics, Inc. shall not
  421. be used in advertising or otherwise to promote the sale, use or other dealings
  422. in this Software without prior written authorization from Silicon Graphics, Inc.
  423. Original Code. The Original Code is: OpenGL Sample Implementation,
  424. Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
  425. Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
  426. Copyright in any portions created by third parties is as indicated
  427. elsewhere herein. All Rights Reserved.
  428. ----------------------------------------------------------------
  429. esri/views/2d/unitBezier.js
  430. Copyright (C) 2008 Apple Inc. All Rights Reserved.
  431. Redistribution and use in source and binary forms, with or without
  432. modification, are permitted provided that the following conditions
  433. are met:
  434. 1. Redistributions of source code must retain the above copyright
  435. notice, this list of conditions and the following disclaimer.
  436. 2. Redistributions in binary form must reproduce the above copyright
  437. notice, this list of conditions and the following disclaimer in the
  438. documentation and/or other materials provided with the distribution.
  439. THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
  440. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  441. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  442. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
  443. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  444. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  445. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  446. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  447. OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  448. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  449. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  450. -------------------------------------------------------------------------------
  451. esri/views/3d/webgl-engine/lib/webglConstants.js
  452. Contains constants from https://github.com/mattdesl/gl-constants
  453. The MIT License (MIT) Copyright (c) 2015 Matt DesLauriers
  454. Permission is hereby granted, free of charge, to any person obtaining a copy
  455. of this software and associated documentation files (the "Software"), to
  456. deal in the Software without restriction, including without limitation the
  457. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  458. sell copies of the Software, and to permit persons to whom the Software is
  459. furnished to do so, subject to the following conditions:
  460. The above copyright notice and this permission notice shall be included in
  461. all copies or substantial portions of the Software.
  462. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  463. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  464. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  465. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  466. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  467. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  468. IN THE SOFTWARE.
  469. --------------------------------------------------------------------------------
  470. esri/layers/rasterFormats/Jpg.js
  471. Extracted from pdf.js project.
  472. pdf.js: A general-purpose, web standards-based platform for parsing and rendering PDFs.
  473. https://github.com/mozilla/pdf.js
  474. Version 0.8.0, April 10, 2015
  475. Copyright 2014 Mozilla Foundation
  476. Licensed under the Apache License, Version 2.0 (the 'License');
  477. you may not use this file except in compliance with the License.
  478. You may obtain a copy of the License at
  479. http://www.apache.org/licenses/LICENSE-2.0
  480. Unless required by applicable law or agreed to in writing, software
  481. distributed under the License is distributed on an 'AS IS' BASIS,
  482. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  483. See the License for the specific language governing permissions and
  484. limitations under the License.
  485. This code was forked from https://github.com/notmasteryet/jpgjs. The original
  486. version was created by github user notmasteryet
  487. --------------------------------------------------------------------------------
  488. esri/layers/rasterFormats/Png.js
  489. Extracted from png.js project
  490. png.js: A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js.
  491. https://github.com/devongovett/png.js
  492. Version 0.1.1, April 10, 2015
  493. MIT LICENSE
  494. Copyright (c) 2011 Devon Govett
  495. Permission is hereby granted, free of charge, to any person obtaining a copy of this
  496. software and associated documentation files (the "Software"), to deal in the Software
  497. without restriction, including without limitation the rights to use, copy, modify, merge,
  498. publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
  499. to whom the Software is furnished to do so, subject to the following conditions:
  500. The above copyright notice and this permission notice shall be included in all copies or
  501. substantial portions of the Software.
  502. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
  503. BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  504. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  505. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  506. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  507. --------------------------------------------------------------------------------------
  508. esri/libs/sanitizer/Sanitizer.js
  509. Built from https://github.com/Esri/arcgis-html-sanitizer
  510. Licensed under the Apache License, Version 2.0 (the "License");
  511. you may not use this file except in compliance with the License.
  512. You may obtain a copy of the License at
  513. http://www.apache.org/licenses/LICENSE-2.0
  514. Unless required by applicable law or agreed to in writing, software
  515. distributed under the License is distributed on an "AS IS" BASIS,
  516. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  517. See the License for the specific language governing permissions and
  518. limitations under the License.
  519. --------
  520. Lodash.isplainobject is a dependency for esri/libs/sanitizer/Sanitizer.js
  521. The MIT License
  522. Copyright JS Foundation and other contributors <https://js.foundation/>
  523. Based on Underscore.js, copyright Jeremy Ashkenas,
  524. DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
  525. This software consists of voluntary contributions made by many
  526. individuals. For exact contribution history, see the revision history
  527. available at https://github.com/lodash/lodash
  528. The following license applies to all parts of this software except as
  529. documented below:
  530. ====
  531. Permission is hereby granted, free of charge, to any person obtaining
  532. a copy of this software and associated documentation files (the
  533. "Software"), to deal in the Software without restriction, including
  534. without limitation the rights to use, copy, modify, merge, publish,
  535. distribute, sublicense, and/or sell copies of the Software, and to
  536. permit persons to whom the Software is furnished to do so, subject to
  537. the following conditions:
  538. The above copyright notice and this permission notice shall be
  539. included in all copies or substantial portions of the Software.
  540. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  541. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  542. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  543. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  544. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  545. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  546. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  547. ====
  548. Copyright and related rights for sample code are waived via CC0. Sample
  549. code is defined as all source code displayed within the prose of the
  550. documentation.
  551. CC0: http://creativecommons.org/publicdomain/zero/1.0/
  552. -------
  553. js-xss is a dependency for esri/libs/sanitizer/Sanitizer.js
  554. Copyright (c) 2012-2018 Zongmin Lei(雷宗民) <leizongmin@gmail.com>
  555. http://ucdok.com
  556. The MIT License
  557. Permission is hereby granted, free of charge, to any person obtaining
  558. a copy of this software and associated documentation files (the
  559. "Software"), to deal in the Software without restriction, including
  560. without limitation the rights to use, copy, modify, merge, publish,
  561. distribute, sublicense, and/or sell copies of the Software, and to
  562. permit persons to whom the Software is furnished to do so, subject to
  563. the following conditions:
  564. The above copyright notice and this permission notice shall be
  565. included in all copies or substantial portions of the Software.
  566. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  567. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  568. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  569. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  570. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  571. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  572. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  573. -------------------------------------------------------------------------------
  574. esri/libs/sortablejs/Sortable.js
  575. Sortable — is a JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices.
  576. https://github.com/SortableJS/Sortable
  577. MIT License
  578. Copyright (c) 2019 All contributors to Sortable
  579. Permission is hereby granted, free of charge, to any person obtaining a copy
  580. of this software and associated documentation files (the "Software"), to deal
  581. in the Software without restriction, including without limitation the rights
  582. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  583. copies of the Software, and to permit persons to whom the Software is
  584. furnished to do so, subject to the following conditions:
  585. The above copyright notice and this permission notice shall be included in all
  586. copies or substantial portions of the Software.
  587. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  588. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  589. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  590. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  591. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  592. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  593. SOFTWARE.
  594. -------------------------------------------------------------------------------
  595. esri/libs/vaadin-grid/index.js
  596. vaadin-grid - is a free, high quality data grid / data table Web Component. Part of the Vaadin components.
  597. https://github.com/vaadin/vaadin-grid
  598. Copyright 2014-2017 Vaadin Ltd.
  599. Licensed under the Apache License, Version 2.0 (the "License");
  600. you may not use this file except in compliance with the License.
  601. You may obtain a copy of the License at
  602. http://www.apache.org/licenses/LICENSE-2.0
  603. Unless required by applicable law or agreed to in writing, software
  604. distributed under the License is distributed on an "AS IS" BASIS,
  605. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  606. See the License for the specific language governing permissions and
  607. limitations under the License.
  608. -------------------------------------------------------------------------------
  609. esri/layers/rasterFormats/Zlib.js
  610. Extracted from png.js project
  611. png.js: A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js.
  612. https://github.com/devongovett/png.js
  613. Version 0.1.1, April 10, 2015
  614. Github user devongovett extracted zlib.js from pdf.js
  615. https://github.com/andreasgal/pdf.js
  616. Copyright (c) 2011 Mozilla Foundation
  617. Contributors: Andreas Gal <gal@mozilla.com>
  618. Chris G Jones <cjones@mozilla.com>
  619. Shaon Barman <shaon.barman@gmail.com>
  620. Vivien Nicolas <21@vingtetun.org>
  621. Justin D'Arcangelo <justindarc@gmail.com>
  622. Yury Delendik
  623. Permission is hereby granted, free of charge, to any person obtaining a
  624. copy of this software and associated documentation files (the "Software"),
  625. to deal in the Software without restriction, including without limitation
  626. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  627. and/or sell copies of the Software, and to permit persons to whom the
  628. Software is furnished to do so, subject to the following conditions:
  629. The above copyright notice and this permission notice shall be included in
  630. all copies or substantial portions of the Software.
  631. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  632. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  633. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  634. THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  635. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  636. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  637. DEALINGS IN THE SOFTWARE.
  638. -------------------------------------------------------------------------------
  639. esri/views/3d/webgl-engine/lib/SmaaRenderPass.js
  640. Excerpts from three.js (SMAA)
  641. https://github.com/mrdoob/three.js
  642. The MIT License
  643. Copyright © 2010-2016 three.js authors
  644. Permission is hereby granted, free of charge, to any person obtaining a copy
  645. of this software and associated documentation files (the "Software"), to deal
  646. in the Software without restriction, including without limitation the rights
  647. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  648. copies of the Software, and to permit persons to whom the Software is
  649. furnished to do so, subject to the following conditions:
  650. The above copyright notice and this permission notice shall be included in
  651. all copies or substantial portions of the Software.
  652. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  653. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  654. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  655. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  656. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  657. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  658. THE SOFTWARE.
  659. Originally developed by
  660. https://github.com/iryoku/smaa
  661. Copyright (C) 2013 Jorge Jimenez (jorge@iryoku.com)
  662. Copyright (C) 2013 Jose I. Echevarria (joseignacioechevarria@gmail.com)
  663. Copyright (C) 2013 Belen Masia (bmasia@unizar.es)
  664. Copyright (C) 2013 Fernando Navarro (fernandn@microsoft.com)
  665. Copyright (C) 2013 Diego Gutierrez (diegog@unizar.es)
  666. Permission is hereby granted, free of charge, to any person obtaining a copy
  667. this software and associated documentation files (the "Software"), to deal in
  668. the Software without restriction, including without limitation the rights to
  669. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  670. the Software, and to permit persons to whom the Software is furnished to do so,
  671. subject to the following conditions:
  672. The above copyright notice and this permission notice shall be included in all
  673. copies or substantial portions of the Software. As clarification, there is no
  674. requirement that the copyright notice and permission be included in binary
  675. distributions of the Software.
  676. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  677. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  678. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  679. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  680. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  681. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  682. -------------------------------------------------------------------------------
  683. esri/libs/ajv/ajv.bundle.js
  684. ajv - version 6.12.4
  685. https://github.com/ajv-validator/ajv
  686. The MIT License (MIT)
  687. Copyright (c) 2015-2017 Evgeny Poberezkin
  688. Permission is hereby granted, free of charge, to any person obtaining a copy
  689. of this software and associated documentation files (the "Software"), to deal
  690. in the Software without restriction, including without limitation the rights
  691. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  692. copies of the Software, and to permit persons to whom the Software is
  693. furnished to do so, subject to the following conditions:
  694. The above copyright notice and this permission notice shall be included in all
  695. copies or substantial portions of the Software.
  696. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  697. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  698. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  699. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  700. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  701. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  702. SOFTWARE.
  703. -------------------------------------------------------------------------------
  704. esri/core/libs/rbush
  705. https://github.com/mourner/rbush
  706. Copyright (c) 2016 Vladimir Agafonkin
  707. MIT License
  708. Permission is hereby granted, free of charge, to any person obtaining a copy
  709. of this software and associated documentation files (the "Software"), to deal
  710. in the Software without restriction, including without limitation the rights
  711. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  712. copies of the Software, and to permit persons to whom the Software is
  713. furnished to do so, subject to the following conditions:
  714. The above copyright notice and this permission notice shall be included in
  715. all copies or substantial portions of the Software.
  716. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  717. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  718. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  719. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  720. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  721. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  722. THE SOFTWARE.
  723. -------------------------------------------------------------------------------
  724. esri/core/libs/quickselect
  725. https://www.npmjs.com/package/quickselect
  726. https://github.com/mourner/quickselect
  727. Copyright (c) Vladimir Agafonkin
  728. ISC License:
  729. Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
  730. Copyright (c) 1995-2003 by Internet Software Consortium
  731. Permission to use, copy, modify, and/or distribute this software for any purpose with or
  732. without fee is hereby granted, provided that the above copyright notice and this permission
  733. notice appear in all copies.
  734. THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
  735. INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE
  736. FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
  737. FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  738. ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  739. -------------------------------------------------------------------------------
  740. esri/webscene/validator.js
  741. Excerpts from JSON Editor
  742. https://github.com/josdejong/jsoneditor
  743. Copyright (C) 2011-2017 Jos de Jong
  744. Licensed under the Apache License, Version 2.0 (the "License");
  745. you may not use this file except in compliance with the License.
  746. You may obtain a copy of the License at
  747. http://www.apache.org/licenses/LICENSE-2.0
  748. Unless required by applicable law or agreed to in writing, software
  749. distributed under the License is distributed on an "AS IS" BASIS,
  750. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  751. See the License for the specific language governing permissions and
  752. limitations under the License.
  753. -------------------------------------------------------------------------------
  754. esri/views/webgl/lib/glsl-tokenizer
  755. https://github.com/glslify/glsl-tokenizer
  756. Copyright (c) 2012-2017 glsl-tokenizer contributors
  757. MIT License
  758. Permission is hereby granted, free of charge, to any person obtaining a copy
  759. of this software and associated documentation files (the "Software"), to deal
  760. in the Software without restriction, including without limitation the rights
  761. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  762. copies of the Software, and to permit persons to whom the Software is
  763. furnished to do so, subject to the following conditions:
  764. The above copyright notice and this permission notice shall be included in
  765. all copies or substantial portions of the Software.
  766. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  767. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  768. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  769. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  770. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  771. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  772. THE SOFTWARE.
  773. -------------------------------------------------------------------------------
  774. esri/views/3d/support/dito
  775. http://gameenginegems.com/geg2.php
  776. Copyright 2011 Thomas Larsson and Linus Kallberg (C++ implementation).
  777. All rights reserved.
  778. Redistribution and use in source and binary forms, with or without modification, are
  779. permitted provided that the following conditions are met:
  780. 1. Redistributions of source code must retain the above copyright notice, this list of
  781. conditions and the following disclaimer.
  782. 2. Redistributions in binary form must reproduce the above copyright notice, this list
  783. of conditions and the following disclaimer in the documentation and/or other materials
  784. provided with the distribution.
  785. THIS SOFTWARE IS PROVIDED BY THOMAS LARSSON AND LINUS KALLBERG ``AS IS'' AND ANY EXPRESS
  786. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  787. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THOMAS LARSSON, LINUS
  788. KALLBERG, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  789. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  790. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  791. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  792. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  793. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  794. -------------------------------------------------------------------------------
  795. esri/views/2d/engine/webgl/SDFConverter (TinySDF Fork)
  796. https://github.com/mapbox/tiny-sdf
  797. Copyright © 2016-2017 Mapbox, Inc.
  798. This code available under the terms of the BSD 2-Clause license.
  799. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  800. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  801. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  802. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  803. -------------------------------------------------------------------------------
  804. esri/core/BidiEngine.ts
  805. esri/core/bidiEngineTables.ts
  806. https://github.com/dojo/dojox/blob/master/string/BidiEngine.js
  807. Dojo Toolkit, Copyright (c) 2005-2018, The JS Foundation. All rights reserved.
  808. Dojo Toolkit License, Copyright (C) 2003-2004 Lawrence E. Rosen
  809. Available via Academic Free License version 2.1 OR the New BSD license.
  810. See: http://dojotoolkit.org/license and https://github.com/dojo/dojox/blob/master/LICENSE for details
  811. -------------------------------------------------------------------------------
  812. esri/libs/i3s
  813. Built from https://github.com/google/draco
  814. Draco is a library for compressing and decompressing 3D geometric meshes and point clouds.
  815. It is intended to improve the storage and transmission of 3D graphics.
  816. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
  817. except in compliance with the License. You may obtain a copy of the License at
  818. http://www.apache.org/licenses/LICENSE-2.0
  819. Unless required by applicable law or agreed to in writing, software distributed under the
  820. License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
  821. either express or implied. See the License for the specific language governing permissions
  822. and limitations under the License.
  823. --------------------------------------------------------------------------------------
  824. esri/libs/i3s
  825. https://github.com/microsoft/DirectXMath
  826. Copyright (c) Microsoft Corporation. All rights reserved.
  827. MIT License
  828. Permission is hereby granted, free of charge, to any person obtaining a copy of this
  829. software and associated documentation files (the "Software"), to deal in the Software
  830. without restriction, including without limitation the rights to use, copy, modify,
  831. merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
  832. permit persons to whom the Software is furnished to do so, subject to the following
  833. conditions:
  834. The above copyright notice and this permission notice shall be included in all copies
  835. or substantial portions of the Software.
  836. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
  837. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  838. PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  839. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  840. CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
  841. OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  842. -------------------------------------------------------------------------------
  843. esri/libs/i3s
  844. RapidJSON
  845. https://github.com/Tencent/rapidjson/
  846. Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
  847. MIT License
  848. Permission is hereby granted, free of charge, to any person obtaining a copy of this
  849. software and associated documentation files (the "Software"), to deal in the Software
  850. without restriction, including without limitation the rights to use, copy, modify,
  851. merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
  852. permit persons to whom the Software is furnished to do so, subject to the following
  853. conditions:
  854. The above copyright notice and this permission notice shall be included in all copies
  855. or substantial portions of the Software.
  856. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
  857. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  858. PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  859. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  860. CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
  861. OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  862. -------------------------------------------------------------------------------
  863. esri/libs/i3s
  864. The msinttypes r29
  865. Copyright (c) 2006-2013 Alexander Chemeris
  866. All rights reserved.
  867. Redistribution and use in source and binary forms, with or without modification, are
  868. permitted provided that the following conditions are met:
  869. * Redistributions of source code must retain the above copyright notice, this list of
  870. conditions and the following disclaimer.
  871. * Redistributions in binary form must reproduce the above copyright notice, this list
  872. of conditions and the following disclaimer in the documentation and/or other materials
  873. provided with the distribution.
  874. * Neither the name of copyright holder nor the names of its contributors may be used
  875. to endorse or promote products derived from this software without specific prior
  876. written permission.
  877. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
  878. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  879. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  880. THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  881. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  882. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  883. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  884. TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  885. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  886. -------------------------------------------------------------------------------
  887. esri/libs/basisu
  888. Basis Universal GPU Texture Codec
  889. https://github.com/BinomialLLC/basis_universal
  890. Copyright 2019-2020 Binomial LLC
  891. Licensed under the Apache License, Version 2.0 (the "License");
  892. you may not use this file except in compliance with the License.
  893. You may obtain a copy of the License at
  894. http://www.apache.org/licenses/LICENSE-2.0
  895. Unless required by applicable law or agreed to in writing, software
  896. distributed under the License is distributed on an "AS IS" BASIS,
  897. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  898. See the License for the specific llanguage governing permissions and
  899. limitations under the License.
  900. -------------------------------------------------------------------------------
  901. esri/intl/duration.ts
  902. HumanizeDuration
  903. https://github.com/EvanHahn/HumanizeDuration.js
  904. This is free and unencumbered software released into the public domain.
  905. Anyone is free to copy, modify, publish, use, compile, sell, or
  906. distribute this software, either in source code form or as a compiled
  907. binary, for any purpose, commercial or non-commercial, and by any
  908. means.
  909. In jurisdictions that recognize copyright laws, the author or authors
  910. of this software dedicate any and all copyright interest in the
  911. software to the public domain. We make this dedication for the benefit
  912. of the public at large and to the detriment of our heirs and
  913. successors. We intend this dedication to be an overt act of
  914. relinquishment in perpetuity of all present and future rights to this
  915. software under copyright law.
  916. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  917. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  918. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  919. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  920. OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  921. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  922. OTHER DEALINGS IN THE SOFTWARE.
  923. For more information, please refer to <https://unlicense.org/>
  924. -------------------------------------------------------------------------------
  925. esri/views/3d/environment/NoiseTextureAtlas.glsl.ts
  926. OpenGL Mathematics
  927. https://github.com/g-truc/glm
  928. Copyright (c) 2005 - G-Truc Creation
  929. Permission is hereby granted, free of charge, to any person obtaining a copy
  930. of this software and associated documentation files (the "Software"), to deal
  931. in the Software without restriction, including without limitation the rights
  932. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  933. copies of the Software, and to permit persons to whom the Software is
  934. furnished to do so, subject to the following conditions:
  935. The above copyright notice and this permission notice shall be included in
  936. all copies or substantial portions of the Software.
  937. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  938. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  939. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  940. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  941. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  942. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  943. THE SOFTWARE.