LICENSE-3RD-PARTY.txt 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948
  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 EmojiOne JS
  395. ----------
  396. Copyright 2017 Ranks.com
  397. Permission is hereby granted, free of charge, to any person obtaining a copy of
  398. this software and associated documentation files (the "Software"), to deal in
  399. the Software without restriction, including without limitation the rights to
  400. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  401. of the Software, and to permit persons to whom the Software is furnished to do
  402. so, subject to the following conditions:
  403. The above copyright notice and this permission notice shall be included in all
  404. copies or substantial portions of the Software.
  405. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  406. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  407. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  408. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  409. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  410. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  411. SOFTWARE.
  412. ----------
  413. License for EmojiOne Artwork
  414. ----------
  415. EmojiOne free license: https://www.emojione.com/developers/free-license
  416. ----------
  417. License for file-saver
  418. ----------
  419. The MIT License
  420. Copyright © 2016 [Eli Grey][1].
  421. 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:
  422. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  423. 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.
  424. [1]: http://eligrey.com
  425. ----------
  426. License for js-sha256
  427. ----------
  428. Copyright (c) 2014-2016 Chen, Yi-Cyuan
  429. MIT License
  430. Permission is hereby granted, free of charge, to any person obtaining
  431. a copy of this software and associated documentation files (the
  432. "Software"), to deal in the Software without restriction, including
  433. without limitation the rights to use, copy, modify, merge, publish,
  434. distribute, sublicense, and/or sell copies of the Software, and to
  435. permit persons to whom the Software is furnished to do so, subject to
  436. the following conditions:
  437. The above copyright notice and this permission notice shall be
  438. included in all copies or substantial portions of the Software.
  439. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  440. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  441. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  442. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  443. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  444. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  445. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  446. ----------
  447. License for messageformat
  448. ----------
  449. Copyright 2012-2016 Alex Sexton, Eemeli Aro, and Contributors
  450. Permission is hereby granted, free of charge, to any person obtaining
  451. a copy of this software and associated documentation files (the
  452. "Software"), to deal in the Software without restriction, including
  453. without limitation the rights to use, copy, modify, merge, publish,
  454. distribute, sublicense, and/or sell copies of the Software, and to
  455. permit persons to whom the Software is furnished to do so, subject to
  456. the following conditions:
  457. The above copyright notice and this permission notice shall be
  458. included in all copies or substantial portions of the Software.
  459. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  460. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  461. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  462. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  463. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  464. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  465. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  466. ----------
  467. License for msgpack-lite
  468. ----------
  469. The MIT License (MIT)
  470. Copyright (c) 2015 Yusuke Kawasaki
  471. Permission is hereby granted, free of charge, to any person obtaining a copy
  472. of this software and associated documentation files (the "Software"), to deal
  473. in the Software without restriction, including without limitation the rights
  474. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  475. copies of the Software, and to permit persons to whom the Software is
  476. furnished to do so, subject to the following conditions:
  477. The above copyright notice and this permission notice shall be included in all
  478. copies or substantial portions of the Software.
  479. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  480. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  481. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  482. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  483. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  484. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  485. SOFTWARE.
  486. ----------
  487. License for node-sass
  488. ----------
  489. Copyright (c) 2013-2016 Andrew Nesbitt
  490. Permission is hereby granted, free of charge, to any person obtaining
  491. a copy of this software and associated documentation files (the
  492. "Software"), to deal in the Software without restriction, including
  493. without limitation the rights to use, copy, modify, merge, publish,
  494. distribute, sublicense, and/or sell copies of the Software, and to
  495. permit persons to whom the Software is furnished to do so, subject to
  496. the following conditions:
  497. The above copyright notice and this permission notice shall be
  498. included in all copies or substantial portions of the Software.
  499. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  500. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  501. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  502. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  503. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  504. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  505. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  506. ----------
  507. License for saltyrtc-client
  508. ----------
  509. The MIT License (MIT)
  510. Copyright (c) 2016-2017 Threema GmbH
  511. Permission is hereby granted, free of charge, to any person obtaining a copy
  512. of this software and associated documentation files (the "Software"), to deal
  513. in the Software without restriction, including without limitation the rights
  514. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  515. copies of the Software, and to permit persons to whom the Software is
  516. furnished to do so, subject to the following conditions:
  517. The above copyright notice and this permission notice shall be included in all
  518. copies or substantial portions of the Software.
  519. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  520. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  521. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  522. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  523. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  524. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  525. SOFTWARE.
  526. ----------
  527. License for saltyrtc-task-webrtc
  528. ----------
  529. The MIT License (MIT)
  530. Copyright (c) 2016 Threema GmbH
  531. Permission is hereby granted, free of charge, to any person obtaining a copy
  532. of this software and associated documentation files (the "Software"), to deal
  533. in the Software without restriction, including without limitation the rights
  534. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  535. copies of the Software, and to permit persons to whom the Software is
  536. furnished to do so, subject to the following conditions:
  537. The above copyright notice and this permission notice shall be included in all
  538. copies or substantial portions of the Software.
  539. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  540. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  541. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  542. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  543. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  544. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  545. SOFTWARE.
  546. ----------
  547. License for ts-events
  548. ----------
  549. Copyright (c) 2015, Rogier Schouten <github@workingcode.ninja>
  550. 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.
  551. 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.
  552. ----------
  553. License for tsify
  554. ----------
  555. Copyright by https://github.com/TypeStrong/tsify, MIT License
  556. ----------
  557. License for tweetnacl
  558. ----------
  559. This is free and unencumbered software released into the public domain.
  560. Anyone is free to copy, modify, publish, use, compile, sell, or
  561. distribute this software, either in source code form or as a compiled
  562. binary, for any purpose, commercial or non-commercial, and by any
  563. means.
  564. In jurisdictions that recognize copyright laws, the author or authors
  565. of this software dedicate any and all copyright interest in the
  566. software to the public domain. We make this dedication for the benefit
  567. of the public at large and to the detriment of our heirs and
  568. successors. We intend this dedication to be an overt act of
  569. relinquishment in perpetuity of all present and future rights to this
  570. software under copyright law.
  571. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  572. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  573. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  574. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  575. OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  576. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  577. OTHER DEALINGS IN THE SOFTWARE.
  578. For more information, please refer to <http://unlicense.org>
  579. ----------
  580. License for typescript
  581. ----------
  582. Apache License
  583. Version 2.0, January 2004
  584. http://www.apache.org/licenses/
  585. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  586. 1. Definitions.
  587. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
  588. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
  589. "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.
  590. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
  591. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
  592. "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.
  593. "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).
  594. "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.
  595. "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."
  596. "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.
  597. 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.
  598. 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.
  599. 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:
  600. You must give any other recipients of the Work or Derivative Works a copy of this License; and
  601. You must cause any modified files to carry prominent notices stating that You changed the files; and
  602. 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
  603. 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.
  604. 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.
  605. 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.
  606. 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.
  607. 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.
  608. 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.
  609. END OF TERMS AND CONDITIONS
  610. ----------
  611. License for webrtc-adapter
  612. ----------
  613. Copyright (c) 2014, The WebRTC project authors. All rights reserved.
  614. Redistribution and use in source and binary forms, with or without
  615. modification, are permitted provided that the following conditions are
  616. met:
  617. * Redistributions of source code must retain the above copyright
  618. notice, this list of conditions and the following disclaimer.
  619. * Redistributions in binary form must reproduce the above copyright
  620. notice, this list of conditions and the following disclaimer in
  621. the documentation and/or other materials provided with the
  622. distribution.
  623. * Neither the name of Google nor the names of its contributors may
  624. be used to endorse or promote products derived from this software
  625. without specific prior written permission.
  626. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  627. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  628. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  629. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  630. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  631. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  632. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  633. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  634. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  635. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  636. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.