LICENSE-3RD-PARTY.txt 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910
  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-2018 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-qrcode
  104. ----------
  105. The MIT License (MIT)
  106. Copyright (c) 2014 Monospaced
  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
  114. all 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
  121. THE SOFTWARE.
  122. ----------
  123. License for angular-route
  124. ----------
  125. The MIT License (MIT)
  126. Copyright (c) 2016 Angular
  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 all
  134. 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 THE
  141. SOFTWARE.
  142. ----------
  143. License for angular-sanitize
  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-translate
  164. ----------
  165. The MIT License (MIT)
  166. Copyright (c) 2013-2017 The angular-translate team and Pascal Precht
  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
  174. all 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
  181. THE SOFTWARE.
  182. ----------
  183. License for angular-ui-router
  184. ----------
  185. The MIT License
  186. Copyright (c) 2013-2018 The AngularUI Team, Karsten Sperling
  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 angularjs-scroll-glue
  204. ----------
  205. Copyright (C) 2013 Luegg
  206. Permission is hereby granted, free of charge, to any person obtaining a copy of
  207. this software and associated documentation files (the "Software"), to deal in
  208. the Software without restriction, including without limitation the rights to
  209. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  210. of the Software, and to permit persons to whom the Software is furnished to do
  211. so, subject to the following conditions:
  212. The above copyright notice and this permission notice shall be included in all
  213. copies or substantial portions of the Software.
  214. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  215. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  216. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  217. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  218. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  219. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  220. SOFTWARE.
  221. ----------
  222. License for autolinker
  223. ----------
  224. The MIT License (MIT)
  225. Copyright (c) 2014 Gregory Jacobs (http://greg-jacobs.com)
  226. Permission is hereby granted, free of charge, to any person obtaining
  227. a copy of this software and associated documentation files (the
  228. "Software"), to deal in the Software without restriction, including
  229. without limitation the rights to use, copy, modify, merge, publish,
  230. distribute, sublicense, and/or sell copies of the Software, and to
  231. permit persons to whom the Software is furnished to do so, subject to
  232. the following conditions:
  233. The above copyright notice and this permission notice shall be
  234. included in all copies or substantial portions of the Software.
  235. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  236. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  237. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  238. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  239. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  240. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  241. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  242. ----------
  243. License for babel-es6-polyfill
  244. ----------
  245. Copyright by https://github.com/JasonBerry, MIT License
  246. ----------
  247. License for babel-preset-es2015
  248. ----------
  249. MIT License
  250. Copyright (c) 2014-2017 Sebastian McKenzie <sebmck@gmail.com>
  251. Permission is hereby granted, free of charge, to any person obtaining
  252. a copy of this software and associated documentation files (the
  253. "Software"), to deal in the Software without restriction, including
  254. without limitation the rights to use, copy, modify, merge, publish,
  255. distribute, sublicense, and/or sell copies of the Software, and to
  256. permit persons to whom the Software is furnished to do so, subject to
  257. the following conditions:
  258. The above copyright notice and this permission notice shall be
  259. included in all copies or substantial portions of the Software.
  260. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  261. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  262. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  263. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  264. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  265. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  266. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  267. ----------
  268. License for babelify
  269. ----------
  270. Copyright (c) 2015 Sebastian McKenzie
  271. MIT License
  272. Permission is hereby granted, free of charge, to any person obtaining
  273. a copy of this software and associated documentation files (the
  274. "Software"), to deal in the Software without restriction, including
  275. without limitation the rights to use, copy, modify, merge, publish,
  276. distribute, sublicense, and/or sell copies of the Software, and to
  277. permit persons to whom the Software is furnished to do so, subject to
  278. the following conditions:
  279. The above copyright notice and this permission notice shall be
  280. included in all copies or substantial portions of the Software.
  281. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  282. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  283. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  284. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  285. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  286. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  287. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  288. ----------
  289. License for browserify
  290. ----------
  291. This software is released under the MIT license:
  292. Permission is hereby granted, free of charge, to any person obtaining a copy of
  293. this software and associated documentation files (the "Software"), to deal in
  294. the Software without restriction, including without limitation the rights to
  295. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  296. the Software, and to permit persons to whom the Software is furnished to do so,
  297. subject to the following conditions:
  298. The above copyright notice and this permission notice shall be included in all
  299. copies or substantial portions of the Software.
  300. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  301. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  302. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  303. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  304. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  305. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  306. ---
  307. Some pieces from builtins/ taken from node core under this license:
  308. ----
  309. Copyright Joyent, Inc. and other Node contributors.
  310. Permission is hereby granted, free of charge, to any person obtaining a
  311. copy of this software and associated documentation files (the
  312. "Software"), to deal in the Software without restriction, including
  313. without limitation the rights to use, copy, modify, merge, publish,
  314. distribute, sublicense, and/or sell copies of the Software, and to permit
  315. persons to whom the Software is furnished to do so, subject to the
  316. following conditions:
  317. The above copyright notice and this permission notice shall be included
  318. in all copies or substantial portions of the Software.
  319. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  320. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  321. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  322. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  323. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  324. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
  325. USE OR OTHER DEALINGS IN THE SOFTWARE.
  326. ----
  327. buffer_ieee754.js has this license in it:
  328. ----
  329. Copyright (c) 2008-2015, Fair Oaks Labs, Inc.
  330. All rights reserved.
  331. Redistribution and use in source and binary forms, with or without
  332. modification, are permitted provided that the following conditions are met:
  333. * Redistributions of source code must retain the above copyright notice,
  334. this list of conditions and the following disclaimer.
  335. * Redistributions in binary form must reproduce the above copyright notice,
  336. this list of conditions and the following disclaimer in the documentation
  337. and/or other materials provided with the distribution.
  338. * Neither the name of Fair Oaks Labs, Inc. nor the names of its contributors
  339. may be used to endorse or promote products derived from this software
  340. without specific prior written permission.
  341. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  342. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  343. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  344. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  345. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  346. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  347. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  348. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  349. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  350. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  351. POSSIBILITY OF SUCH DAMAGE.
  352. Modifications to writeIEEE754 to support negative zeroes made by Brian White
  353. ----
  354. ----------
  355. License for browserify-header
  356. ----------
  357. Copyright (c) 2014 Ralf S. Engelschall (http://engelschall.com/)
  358. Permission is hereby granted, free of charge, to any person obtaining
  359. a copy of this software and associated documentation files (the
  360. "Software"), to deal in the Software without restriction, including
  361. without limitation the rights to use, copy, modify, merge, publish,
  362. distribute, sublicense, and/or sell copies of the Software, and to
  363. permit persons to whom the Software is furnished to do so, subject to
  364. the following conditions:
  365. The above copyright notice and this permission notice shall be included
  366. in all copies or substantial portions of the Software.
  367. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  368. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  369. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  370. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  371. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  372. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  373. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  374. ----------
  375. License for croppie
  376. ----------
  377. Copyright (c) 2015 Foliotek Inc
  378. -------------------------------
  379. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
  380. documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
  381. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
  382. persons to whom the Software is furnished to do so, subject to the following conditions:
  383. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
  384. Software.
  385. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  386. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  387. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  388. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  389. ----------
  390. License for EmojiOne JS
  391. ----------
  392. Copyright 2017 Ranks.com
  393. Permission is hereby granted, free of charge, to any person obtaining a copy of
  394. this software and associated documentation files (the "Software"), to deal in
  395. the Software without restriction, including without limitation the rights to
  396. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  397. of the Software, and to permit persons to whom the Software is furnished to do
  398. so, subject to the following conditions:
  399. The above copyright notice and this permission notice shall be included in all
  400. copies or substantial portions of the Software.
  401. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  402. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  403. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  404. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  405. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  406. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  407. SOFTWARE.
  408. ----------
  409. License for EmojiOne Artwork
  410. ----------
  411. EmojiOne free license: https://www.emojione.com/developers/free-license
  412. ----------
  413. License for file-saver
  414. ----------
  415. The MIT License
  416. Copyright © 2016 [Eli Grey][1].
  417. 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:
  418. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  419. 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.
  420. [1]: http://eligrey.com
  421. ----------
  422. License for messageformat
  423. ----------
  424. Copyright 2012-2018 Alex Sexton, Eemeli Aro, and Contributors
  425. Permission is hereby granted, free of charge, to any person obtaining
  426. a copy of this software and associated documentation files (the
  427. "Software"), to deal in the Software without restriction, including
  428. without limitation the rights to use, copy, modify, merge, publish,
  429. distribute, sublicense, and/or sell copies of the Software, and to
  430. permit persons to whom the Software is furnished to do so, subject to
  431. the following conditions:
  432. The above copyright notice and this permission notice shall be
  433. included in all copies or substantial portions of the Software.
  434. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  435. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  436. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  437. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  438. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  439. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  440. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  441. ----------
  442. License for msgpack-lite
  443. ----------
  444. The MIT License (MIT)
  445. Copyright (c) 2015 Yusuke Kawasaki
  446. Permission is hereby granted, free of charge, to any person obtaining a copy
  447. of this software and associated documentation files (the "Software"), to deal
  448. in the Software without restriction, including without limitation the rights
  449. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  450. copies of the Software, and to permit persons to whom the Software is
  451. furnished to do so, subject to the following conditions:
  452. The above copyright notice and this permission notice shall be included in all
  453. copies or substantial portions of the Software.
  454. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  455. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  456. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  457. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  458. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  459. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  460. SOFTWARE.
  461. ----------
  462. License for node-sass
  463. ----------
  464. Copyright (c) 2013-2016 Andrew Nesbitt
  465. Permission is hereby granted, free of charge, to any person obtaining
  466. a copy of this software and associated documentation files (the
  467. "Software"), to deal in the Software without restriction, including
  468. without limitation the rights to use, copy, modify, merge, publish,
  469. distribute, sublicense, and/or sell copies of the Software, and to
  470. permit persons to whom the Software is furnished to do so, subject to
  471. the following conditions:
  472. The above copyright notice and this permission notice shall be
  473. included in all copies or substantial portions of the Software.
  474. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  475. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  476. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  477. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  478. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  479. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  480. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  481. ----------
  482. License for saltyrtc-client
  483. ----------
  484. The MIT License (MIT)
  485. Copyright (c) 2016-2018 Threema GmbH
  486. Permission is hereby granted, free of charge, to any person obtaining a copy
  487. of this software and associated documentation files (the "Software"), to deal
  488. in the Software without restriction, including without limitation the rights
  489. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  490. copies of the Software, and to permit persons to whom the Software is
  491. furnished to do so, subject to the following conditions:
  492. The above copyright notice and this permission notice shall be included in all
  493. copies or substantial portions of the Software.
  494. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  495. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  496. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  497. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  498. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  499. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  500. SOFTWARE.
  501. ----------
  502. License for saltyrtc-task-webrtc
  503. ----------
  504. The MIT License (MIT)
  505. Copyright (c) 2016-2017 Threema GmbH
  506. Permission is hereby granted, free of charge, to any person obtaining a copy
  507. of this software and associated documentation files (the "Software"), to deal
  508. in the Software without restriction, including without limitation the rights
  509. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  510. copies of the Software, and to permit persons to whom the Software is
  511. furnished to do so, subject to the following conditions:
  512. The above copyright notice and this permission notice shall be included in all
  513. copies or substantial portions of the Software.
  514. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  515. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  516. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  517. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  518. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  519. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  520. SOFTWARE.
  521. ----------
  522. License for ts-events
  523. ----------
  524. Copyright (c) 2015, Rogier Schouten <github@workingcode.ninja>
  525. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
  526. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  527. ----------
  528. License for tsify
  529. ----------
  530. Copyright by https://github.com/TypeStrong/tsify, MIT License
  531. ----------
  532. License for tweetnacl
  533. ----------
  534. This is free and unencumbered software released into the public domain.
  535. Anyone is free to copy, modify, publish, use, compile, sell, or
  536. distribute this software, either in source code form or as a compiled
  537. binary, for any purpose, commercial or non-commercial, and by any
  538. means.
  539. In jurisdictions that recognize copyright laws, the author or authors
  540. of this software dedicate any and all copyright interest in the
  541. software to the public domain. We make this dedication for the benefit
  542. of the public at large and to the detriment of our heirs and
  543. successors. We intend this dedication to be an overt act of
  544. relinquishment in perpetuity of all present and future rights to this
  545. software under copyright law.
  546. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  547. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  548. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  549. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  550. OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  551. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  552. OTHER DEALINGS IN THE SOFTWARE.
  553. For more information, please refer to <http://unlicense.org>
  554. ----------
  555. License for typescript
  556. ----------
  557. Apache License
  558. Version 2.0, January 2004
  559. http://www.apache.org/licenses/
  560. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  561. 1. Definitions.
  562. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
  563. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
  564. "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.
  565. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
  566. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
  567. "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.
  568. "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).
  569. "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.
  570. "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."
  571. "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.
  572. 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.
  573. 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.
  574. 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:
  575. You must give any other recipients of the Work or Derivative Works a copy of this License; and
  576. You must cause any modified files to carry prominent notices stating that You changed the files; and
  577. 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
  578. 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.
  579. 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.
  580. 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.
  581. 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.
  582. 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.
  583. 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.
  584. END OF TERMS AND CONDITIONS
  585. ----------
  586. License for webrtc-adapter
  587. ----------
  588. Copyright (c) 2014, The WebRTC project authors. All rights reserved.
  589. Redistribution and use in source and binary forms, with or without
  590. modification, are permitted provided that the following conditions are
  591. met:
  592. * Redistributions of source code must retain the above copyright
  593. notice, this list of conditions and the following disclaimer.
  594. * Redistributions in binary form must reproduce the above copyright
  595. notice, this list of conditions and the following disclaimer in
  596. the documentation and/or other materials provided with the
  597. distribution.
  598. * Neither the name of Google nor the names of its contributors may
  599. be used to endorse or promote products derived from this software
  600. without specific prior written permission.
  601. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  602. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  603. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  604. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  605. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  606. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  607. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  608. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  609. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  610. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  611. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.