LICENSE-3RD-PARTY.txt 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  1. Licenses for third party libraries in Threema Web:
  2. ----------
  3. License for angular
  4. ----------
  5. The MIT License (MIT)
  6. Copyright (c) 2016 Angular
  7. Permission is hereby granted, free of charge, to any person obtaining a copy
  8. of this software and associated documentation files (the "Software"), to deal
  9. in the Software without restriction, including without limitation the rights
  10. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  11. copies of the Software, and to permit persons to whom the Software is
  12. furnished to do so, subject to the following conditions:
  13. The above copyright notice and this permission notice shall be included in all
  14. copies or substantial portions of the Software.
  15. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  18. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  19. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  20. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  21. SOFTWARE.
  22. ----------
  23. License for angular-animate
  24. ----------
  25. The MIT License (MIT)
  26. Copyright (c) 2016 Angular
  27. Permission is hereby granted, free of charge, to any person obtaining a copy
  28. of this software and associated documentation files (the "Software"), to deal
  29. in the Software without restriction, including without limitation the rights
  30. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  31. copies of the Software, and to permit persons to whom the Software is
  32. furnished to do so, subject to the following conditions:
  33. The above copyright notice and this permission notice shall be included in all
  34. copies or substantial portions of the Software.
  35. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  36. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  37. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  38. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  39. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  40. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  41. SOFTWARE.
  42. ----------
  43. License for angular-aria
  44. ----------
  45. The MIT License (MIT)
  46. Copyright (c) 2016 Angular
  47. Permission is hereby granted, free of charge, to any person obtaining a copy
  48. of this software and associated documentation files (the "Software"), to deal
  49. in the Software without restriction, including without limitation the rights
  50. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  51. copies of the Software, and to permit persons to whom the Software is
  52. furnished to do so, subject to the following conditions:
  53. The above copyright notice and this permission notice shall be included in all
  54. copies or substantial portions of the Software.
  55. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  56. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  57. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  58. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  59. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  60. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  61. SOFTWARE.
  62. ----------
  63. License for angular-inview
  64. ----------
  65. The MIT License (MIT)
  66. Copyright (c) 2014 Nicola Peduzzi
  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
  74. all 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
  81. THE SOFTWARE.
  82. ----------
  83. License for angular-material
  84. ----------
  85. The MIT License
  86. Copyright (c) 2014 Google, Inc. http://angularjs.org
  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
  94. all 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
  101. THE SOFTWARE.
  102. ----------
  103. License for angular-messages
  104. ----------
  105. The MIT License (MIT)
  106. Copyright (c) 2016 Angular
  107. Permission is hereby granted, free of charge, to any person obtaining a copy
  108. of this software and associated documentation files (the "Software"), to deal
  109. in the Software without restriction, including without limitation the rights
  110. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  111. copies of the Software, and to permit persons to whom the Software is
  112. furnished to do so, subject to the following conditions:
  113. The above copyright notice and this permission notice shall be included in all
  114. copies or substantial portions of the Software.
  115. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  116. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  117. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  118. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  119. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  120. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  121. SOFTWARE.
  122. ----------
  123. License for angular-qrcode
  124. ----------
  125. The MIT License (MIT)
  126. Copyright (c) 2014 Monospaced
  127. Permission is hereby granted, free of charge, to any person obtaining a copy
  128. of this software and associated documentation files (the "Software"), to deal
  129. in the Software without restriction, including without limitation the rights
  130. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  131. copies of the Software, and to permit persons to whom the Software is
  132. furnished to do so, subject to the following conditions:
  133. The above copyright notice and this permission notice shall be included in
  134. all copies or substantial portions of the Software.
  135. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  136. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  137. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  138. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  139. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  140. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  141. THE SOFTWARE.
  142. ----------
  143. License for angular-route
  144. ----------
  145. The MIT License (MIT)
  146. Copyright (c) 2016 Angular
  147. Permission is hereby granted, free of charge, to any person obtaining a copy
  148. of this software and associated documentation files (the "Software"), to deal
  149. in the Software without restriction, including without limitation the rights
  150. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  151. copies of the Software, and to permit persons to whom the Software is
  152. furnished to do so, subject to the following conditions:
  153. The above copyright notice and this permission notice shall be included in all
  154. copies or substantial portions of the Software.
  155. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  156. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  157. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  158. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  159. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  160. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  161. SOFTWARE.
  162. ----------
  163. License for angular-sanitize
  164. ----------
  165. The MIT License (MIT)
  166. Copyright (c) 2016 Angular
  167. Permission is hereby granted, free of charge, to any person obtaining a copy
  168. of this software and associated documentation files (the "Software"), to deal
  169. in the Software without restriction, including without limitation the rights
  170. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  171. copies of the Software, and to permit persons to whom the Software is
  172. furnished to do so, subject to the following conditions:
  173. The above copyright notice and this permission notice shall be included in all
  174. copies or substantial portions of the Software.
  175. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  176. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  177. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  178. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  179. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  180. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  181. SOFTWARE.
  182. ----------
  183. License for angular-translate
  184. ----------
  185. The MIT License (MIT)
  186. Copyright (c) <2014> <pascal.precht@gmail.com>
  187. Permission is hereby granted, free of charge, to any person obtaining a copy
  188. of this software and associated documentation files (the "Software"), to deal
  189. in the Software without restriction, including without limitation the rights
  190. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  191. copies of the Software, and to permit persons to whom the Software is
  192. furnished to do so, subject to the following conditions:
  193. The above copyright notice and this permission notice shall be included in
  194. all copies or substantial portions of the Software.
  195. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  196. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  197. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  198. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  199. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  200. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  201. THE SOFTWARE.
  202. ----------
  203. License for angular-ui-router
  204. ----------
  205. The MIT License
  206. Copyright (c) 2013-2015 The AngularUI Team, Karsten Sperling
  207. Permission is hereby granted, free of charge, to any person obtaining a copy
  208. of this software and associated documentation files (the "Software"), to deal
  209. in the Software without restriction, including without limitation the rights
  210. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  211. copies of the Software, and to permit persons to whom the Software is
  212. furnished to do so, subject to the following conditions:
  213. The above copyright notice and this permission notice shall be included in
  214. all copies or substantial portions of the Software.
  215. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  216. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  217. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  218. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  219. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  220. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  221. THE SOFTWARE.
  222. ----------
  223. License for angularjs-scroll-glue
  224. ----------
  225. Copyright (C) 2013 Luegg
  226. Permission is hereby granted, free of charge, to any person obtaining a copy of
  227. this software and associated documentation files (the "Software"), to deal in
  228. the Software without restriction, including without limitation the rights to
  229. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  230. of the Software, and to permit persons to whom the Software is furnished to do
  231. so, subject to the following conditions:
  232. The above copyright notice and this permission notice shall be included in all
  233. copies or substantial portions of the Software.
  234. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  235. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  236. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  237. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  238. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  239. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  240. SOFTWARE.
  241. ----------
  242. License for autolinker
  243. ----------
  244. The MIT License (MIT)
  245. Copyright (c) 2014 Gregory Jacobs (http://greg-jacobs.com)
  246. Permission is hereby granted, free of charge, to any person obtaining
  247. a copy of this software and associated documentation files (the
  248. "Software"), to deal in the Software without restriction, including
  249. without limitation the rights to use, copy, modify, merge, publish,
  250. distribute, sublicense, and/or sell copies of the Software, and to
  251. permit persons to whom the Software is furnished to do so, subject to
  252. the following conditions:
  253. The above copyright notice and this permission notice shall be
  254. included in all copies or substantial portions of the Software.
  255. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  256. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  257. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  258. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  259. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  260. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  261. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  262. ----------
  263. License for babel-es6-polyfill
  264. ----------
  265. Copyright by https://github.com/JasonBerry, MIT License
  266. ----------
  267. License for babel-preset-es2015
  268. ----------
  269. MIT License
  270. Copyright (c) 2014-2017 Sebastian McKenzie <sebmck@gmail.com>
  271. Permission is hereby granted, free of charge, to any person obtaining
  272. a copy of this software and associated documentation files (the
  273. "Software"), to deal in the Software without restriction, including
  274. without limitation the rights to use, copy, modify, merge, publish,
  275. distribute, sublicense, and/or sell copies of the Software, and to
  276. permit persons to whom the Software is furnished to do so, subject to
  277. the following conditions:
  278. The above copyright notice and this permission notice shall be
  279. included in all copies or substantial portions of the Software.
  280. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  281. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  282. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  283. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  284. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  285. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  286. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  287. ----------
  288. License for babelify
  289. ----------
  290. Copyright (c) 2015 Sebastian McKenzie
  291. MIT License
  292. Permission is hereby granted, free of charge, to any person obtaining
  293. a copy of this software and associated documentation files (the
  294. "Software"), to deal in the Software without restriction, including
  295. without limitation the rights to use, copy, modify, merge, publish,
  296. distribute, sublicense, and/or sell copies of the Software, and to
  297. permit persons to whom the Software is furnished to do so, subject to
  298. the following conditions:
  299. The above copyright notice and this permission notice shall be
  300. included in all copies or substantial portions of the Software.
  301. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  302. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  303. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  304. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  305. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  306. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  307. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  308. ----------
  309. License for browserify
  310. ----------
  311. Some pieces from builtins/ taken from node core under this license:
  312. ----
  313. Copyright Joyent, Inc. and other Node contributors.
  314. Permission is hereby granted, free of charge, to any person obtaining a
  315. copy of this software and associated documentation files (the
  316. "Software"), to deal in the Software without restriction, including
  317. without limitation the rights to use, copy, modify, merge, publish,
  318. distribute, sublicense, and/or sell copies of the Software, and to permit
  319. persons to whom the Software is furnished to do so, subject to the
  320. following conditions:
  321. The above copyright notice and this permission notice shall be included
  322. in all copies or substantial portions of the Software.
  323. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  324. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  325. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  326. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  327. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  328. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
  329. USE OR OTHER DEALINGS IN THE SOFTWARE.
  330. ----
  331. buffer_ieee754.js has this license in it:
  332. ----
  333. Copyright (c) 2008-2015, Fair Oaks Labs, Inc.
  334. All rights reserved.
  335. Redistribution and use in source and binary forms, with or without
  336. modification, are permitted provided that the following conditions are met:
  337. * Redistributions of source code must retain the above copyright notice,
  338. this list of conditions and the following disclaimer.
  339. * Redistributions in binary form must reproduce the above copyright notice,
  340. this list of conditions and the following disclaimer in the documentation
  341. and/or other materials provided with the distribution.
  342. * Neither the name of Fair Oaks Labs, Inc. nor the names of its contributors
  343. may be used to endorse or promote products derived from this software
  344. without specific prior written permission.
  345. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  346. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  347. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  348. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  349. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  350. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  351. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  352. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  353. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  354. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  355. POSSIBILITY OF SUCH DAMAGE.
  356. Modifications to writeIEEE754 to support negative zeroes made by Brian White
  357. ----
  358. ----------
  359. License for browserify-header
  360. ----------
  361. Copyright (c) 2014 Ralf S. Engelschall (http://engelschall.com/)
  362. Permission is hereby granted, free of charge, to any person obtaining
  363. a copy of this software and associated documentation files (the
  364. "Software"), to deal in the Software without restriction, including
  365. without limitation the rights to use, copy, modify, merge, publish,
  366. distribute, sublicense, and/or sell copies of the Software, and to
  367. permit persons to whom the Software is furnished to do so, subject to
  368. the following conditions:
  369. The above copyright notice and this permission notice shall be included
  370. in all copies or substantial portions of the Software.
  371. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  372. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  373. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  374. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  375. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  376. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  377. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  378. ----------
  379. License for croppie
  380. ----------
  381. Copyright (c) 2015 Foliotek Inc
  382. -------------------------------
  383. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
  384. documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
  385. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
  386. persons to whom the Software is furnished to do so, subject to the following conditions:
  387. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
  388. Software.
  389. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  390. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  391. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  392. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  393. ----------
  394. License for file-saver
  395. ----------
  396. The MIT License
  397. Copyright © 2016 [Eli Grey][1].
  398. 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:
  399. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  400. 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.
  401. [1]: http://eligrey.com
  402. ----------
  403. License for js-sha256
  404. ----------
  405. Copyright (c) 2014-2016 Chen, Yi-Cyuan
  406. MIT License
  407. Permission is hereby granted, free of charge, to any person obtaining
  408. a copy of this software and associated documentation files (the
  409. "Software"), to deal in the Software without restriction, including
  410. without limitation the rights to use, copy, modify, merge, publish,
  411. distribute, sublicense, and/or sell copies of the Software, and to
  412. permit persons to whom the Software is furnished to do so, subject to
  413. the following conditions:
  414. The above copyright notice and this permission notice shall be
  415. included in all copies or substantial portions of the Software.
  416. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  417. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  418. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  419. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  420. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  421. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  422. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  423. ----------
  424. License for messageformat
  425. ----------
  426. Copyright 2012-2016 Alex Sexton, Eemeli Aro, and Contributors
  427. Permission is hereby granted, free of charge, to any person obtaining
  428. a copy of this software and associated documentation files (the
  429. "Software"), to deal in the Software without restriction, including
  430. without limitation the rights to use, copy, modify, merge, publish,
  431. distribute, sublicense, and/or sell copies of the Software, and to
  432. permit persons to whom the Software is furnished to do so, subject to
  433. the following conditions:
  434. The above copyright notice and this permission notice shall be
  435. included in all copies or substantial portions of the Software.
  436. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  437. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  438. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  439. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  440. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  441. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  442. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  443. ----------
  444. License for msgpack-lite
  445. ----------
  446. The MIT License (MIT)
  447. Copyright (c) 2015 Yusuke Kawasaki
  448. Permission is hereby granted, free of charge, to any person obtaining a copy
  449. of this software and associated documentation files (the "Software"), to deal
  450. in the Software without restriction, including without limitation the rights
  451. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  452. copies of the Software, and to permit persons to whom the Software is
  453. furnished to do so, subject to the following conditions:
  454. The above copyright notice and this permission notice shall be included in all
  455. copies or substantial portions of the Software.
  456. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  457. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  458. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  459. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  460. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  461. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  462. SOFTWARE.
  463. ----------
  464. License for node-sass
  465. ----------
  466. Copyright (c) 2013-2016 Andrew Nesbitt
  467. Permission is hereby granted, free of charge, to any person obtaining
  468. a copy of this software and associated documentation files (the
  469. "Software"), to deal in the Software without restriction, including
  470. without limitation the rights to use, copy, modify, merge, publish,
  471. distribute, sublicense, and/or sell copies of the Software, and to
  472. permit persons to whom the Software is furnished to do so, subject to
  473. the following conditions:
  474. The above copyright notice and this permission notice shall be
  475. included in all copies or substantial portions of the Software.
  476. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  477. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  478. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  479. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  480. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  481. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  482. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  483. ----------
  484. License for saltyrtc-client
  485. ----------
  486. The MIT License (MIT)
  487. Copyright (c) 2016 Threema GmbH
  488. Permission is hereby granted, free of charge, to any person obtaining a copy
  489. of this software and associated documentation files (the "Software"), to deal
  490. in the Software without restriction, including without limitation the rights
  491. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  492. copies of the Software, and to permit persons to whom the Software is
  493. furnished to do so, subject to the following conditions:
  494. The above copyright notice and this permission notice shall be included in all
  495. copies or substantial portions of the Software.
  496. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  497. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  498. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  499. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  500. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  501. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  502. SOFTWARE.
  503. ----------
  504. License for saltyrtc-task-webrtc
  505. ----------
  506. The MIT License (MIT)
  507. Copyright (c) 2016 Threema GmbH
  508. Permission is hereby granted, free of charge, to any person obtaining a copy
  509. of this software and associated documentation files (the "Software"), to deal
  510. in the Software without restriction, including without limitation the rights
  511. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  512. copies of the Software, and to permit persons to whom the Software is
  513. furnished to do so, subject to the following conditions:
  514. The above copyright notice and this permission notice shall be included in all
  515. copies or substantial portions of the Software.
  516. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  517. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  518. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  519. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  520. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  521. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  522. SOFTWARE.
  523. ----------
  524. License for tsify
  525. ----------
  526. Copyright by https://github.com/TypeStrong/tsify, MIT License
  527. ----------
  528. License for tweetnacl
  529. ----------
  530. This is free and unencumbered software released into the public domain.
  531. Anyone is free to copy, modify, publish, use, compile, sell, or
  532. distribute this software, either in source code form or as a compiled
  533. binary, for any purpose, commercial or non-commercial, and by any
  534. means.
  535. In jurisdictions that recognize copyright laws, the author or authors
  536. of this software dedicate any and all copyright interest in the
  537. software to the public domain. We make this dedication for the benefit
  538. of the public at large and to the detriment of our heirs and
  539. successors. We intend this dedication to be an overt act of
  540. relinquishment in perpetuity of all present and future rights to this
  541. software under copyright law.
  542. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  543. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  544. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  545. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  546. OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  547. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  548. OTHER DEALINGS IN THE SOFTWARE.
  549. For more information, please refer to <http://unlicense.org>
  550. ----------
  551. License for typescript
  552. ----------
  553. Apache License
  554. Version 2.0, January 2004
  555. http://www.apache.org/licenses/
  556. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  557. 1. Definitions.
  558. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
  559. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
  560. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
  561. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
  562. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
  563. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
  564. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
  565. "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
  566. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
  567. "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
  568. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
  569. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
  570. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
  571. You must give any other recipients of the Work or Derivative Works a copy of this License; and
  572. You must cause any modified files to carry prominent notices stating that You changed the files; and
  573. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
  574. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
  575. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
  576. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
  577. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
  578. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
  579. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
  580. END OF TERMS AND CONDITIONS
  581. ----------
  582. License for webrtc-adapter
  583. ----------
  584. Copyright (c) 2014, The WebRTC project authors. All rights reserved.
  585. Redistribution and use in source and binary forms, with or without
  586. modification, are permitted provided that the following conditions are
  587. met:
  588. * Redistributions of source code must retain the above copyright
  589. notice, this list of conditions and the following disclaimer.
  590. * Redistributions in binary form must reproduce the above copyright
  591. notice, this list of conditions and the following disclaimer in
  592. the documentation and/or other materials provided with the
  593. distribution.
  594. * Neither the name of Google nor the names of its contributors may
  595. be used to endorse or promote products derived from this software
  596. without specific prior written permission.
  597. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  598. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  599. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  600. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  601. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  602. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  603. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  604. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  605. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  606. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  607. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.