LICENSE-3RD-PARTY.txt 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772
  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 angularjs-scroll-glue
  84. ----------
  85. Copyright (C) 2013 Luegg
  86. 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:
  87. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  88. 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.
  89. ----------
  90. License for angular-material
  91. ----------
  92. The MIT License
  93. Copyright (c) 2014-2018 Google, Inc. http://angularjs.org
  94. Permission is hereby granted, free of charge, to any person obtaining a copy
  95. of this software and associated documentation files (the "Software"), to deal
  96. in the Software without restriction, including without limitation the rights
  97. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  98. copies of the Software, and to permit persons to whom the Software is
  99. furnished to do so, subject to the following conditions:
  100. The above copyright notice and this permission notice shall be included in
  101. all copies or substantial portions of the Software.
  102. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  103. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  104. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  105. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  106. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  107. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  108. THE SOFTWARE.
  109. ----------
  110. License for angular-messages
  111. ----------
  112. The MIT License (MIT)
  113. Copyright (c) 2016 Angular
  114. Permission is hereby granted, free of charge, to any person obtaining a copy
  115. of this software and associated documentation files (the "Software"), to deal
  116. in the Software without restriction, including without limitation the rights
  117. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  118. copies of the Software, and to permit persons to whom the Software is
  119. furnished to do so, subject to the following conditions:
  120. The above copyright notice and this permission notice shall be included in all
  121. copies or substantial portions of the Software.
  122. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  123. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  124. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  125. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  126. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  127. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  128. SOFTWARE.
  129. ----------
  130. License for angular-qrcode
  131. ----------
  132. The MIT License (MIT)
  133. Copyright (c) 2017 Monospaced
  134. Permission is hereby granted, free of charge, to any person obtaining a copy
  135. of this software and associated documentation files (the "Software"), to deal
  136. in the Software without restriction, including without limitation the rights
  137. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  138. copies of the Software, and to permit persons to whom the Software is
  139. furnished to do so, subject to the following conditions:
  140. The above copyright notice and this permission notice shall be included in
  141. all copies or substantial portions of the Software.
  142. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  143. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  144. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  145. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  146. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  147. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  148. THE SOFTWARE.
  149. ----------
  150. License for angular-route
  151. ----------
  152. The MIT License (MIT)
  153. Copyright (c) 2016 Angular
  154. Permission is hereby granted, free of charge, to any person obtaining a copy
  155. of this software and associated documentation files (the "Software"), to deal
  156. in the Software without restriction, including without limitation the rights
  157. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  158. copies of the Software, and to permit persons to whom the Software is
  159. furnished to do so, subject to the following conditions:
  160. The above copyright notice and this permission notice shall be included in all
  161. copies or substantial portions of the Software.
  162. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  163. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  164. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  165. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  166. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  167. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  168. SOFTWARE.
  169. ----------
  170. License for angular-sanitize
  171. ----------
  172. The MIT License (MIT)
  173. Copyright (c) 2016 Angular
  174. Permission is hereby granted, free of charge, to any person obtaining a copy
  175. of this software and associated documentation files (the "Software"), to deal
  176. in the Software without restriction, including without limitation the rights
  177. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  178. copies of the Software, and to permit persons to whom the Software is
  179. furnished to do so, subject to the following conditions:
  180. The above copyright notice and this permission notice shall be included in all
  181. copies or substantial portions of the Software.
  182. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  183. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  184. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  185. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  186. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  187. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  188. SOFTWARE.
  189. ----------
  190. License for angular-translate
  191. ----------
  192. The MIT License (MIT)
  193. Copyright (c) 2013-2017 The angular-translate team and Pascal Precht
  194. Permission is hereby granted, free of charge, to any person obtaining a copy
  195. of this software and associated documentation files (the "Software"), to deal
  196. in the Software without restriction, including without limitation the rights
  197. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  198. copies of the Software, and to permit persons to whom the Software is
  199. furnished to do so, subject to the following conditions:
  200. The above copyright notice and this permission notice shall be included in
  201. all copies or substantial portions of the Software.
  202. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  203. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  204. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  205. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  206. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  207. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  208. THE SOFTWARE.
  209. ----------
  210. License for angular-ui-router
  211. ----------
  212. The MIT License
  213. Copyright (c) 2013-2018 The AngularUI Team, Karsten Sperling
  214. Permission is hereby granted, free of charge, to any person obtaining a copy
  215. of this software and associated documentation files (the "Software"), to deal
  216. in the Software without restriction, including without limitation the rights
  217. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  218. copies of the Software, and to permit persons to whom the Software is
  219. furnished to do so, subject to the following conditions:
  220. The above copyright notice and this permission notice shall be included in
  221. all copies or substantial portions of the Software.
  222. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  223. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  224. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  225. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  226. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  227. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  228. THE SOFTWARE.
  229. ----------
  230. License for autolinker
  231. ----------
  232. The MIT License (MIT)
  233. Copyright (c) 2014 Gregory Jacobs (http://greg-jacobs.com)
  234. Permission is hereby granted, free of charge, to any person obtaining
  235. a copy of this software and associated documentation files (the
  236. "Software"), to deal in the Software without restriction, including
  237. without limitation the rights to use, copy, modify, merge, publish,
  238. distribute, sublicense, and/or sell copies of the Software, and to
  239. permit persons to whom the Software is furnished to do so, subject to
  240. the following conditions:
  241. The above copyright notice and this permission notice shall be
  242. included in all copies or substantial portions of the Software.
  243. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  244. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  245. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  246. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  247. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  248. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  249. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  250. ----------
  251. License for croppie
  252. ----------
  253. Copyright (c) 2015 Foliotek Inc
  254. -------------------------------
  255. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
  256. documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
  257. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
  258. persons to whom the Software is furnished to do so, subject to the following conditions:
  259. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
  260. Software.
  261. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  262. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  263. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  264. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  265. ----------
  266. License for Twemoji
  267. ----------
  268. Copyright 2018 Twitter, Inc and other contributors
  269. Code licensed under the MIT License: http://opensource.org/licenses/MIT
  270. Graphics licensed under CC-BY 4.0: https://creativecommons.org/licenses/by/4.0/
  271. ----------
  272. License for file-saver
  273. ----------
  274. The MIT License
  275. Copyright © 2016 [Eli Grey][1].
  276. 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:
  277. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  278. 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.
  279. [1]: http://eligrey.com
  280. ----------
  281. License for messageformat
  282. ----------
  283. Copyright 2012-2018 Alex Sexton, Eemeli Aro, and Contributors
  284. Permission is hereby granted, free of charge, to any person obtaining
  285. a copy of this software and associated documentation files (the
  286. "Software"), to deal in the Software without restriction, including
  287. without limitation the rights to use, copy, modify, merge, publish,
  288. distribute, sublicense, and/or sell copies of the Software, and to
  289. permit persons to whom the Software is furnished to do so, subject to
  290. the following conditions:
  291. The above copyright notice and this permission notice shall be
  292. included in all copies or substantial portions of the Software.
  293. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  294. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  295. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  296. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  297. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  298. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  299. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  300. ----------
  301. License for msgpack-lite
  302. ----------
  303. The MIT License (MIT)
  304. Copyright (c) 2015 Yusuke Kawasaki
  305. Permission is hereby granted, free of charge, to any person obtaining a copy
  306. of this software and associated documentation files (the "Software"), to deal
  307. in the Software without restriction, including without limitation the rights
  308. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  309. copies of the Software, and to permit persons to whom the Software is
  310. furnished to do so, subject to the following conditions:
  311. The above copyright notice and this permission notice shall be included in all
  312. copies or substantial portions of the Software.
  313. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  314. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  315. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  316. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  317. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  318. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  319. SOFTWARE.
  320. ----------
  321. License for node-sass
  322. ----------
  323. Copyright (c) 2013-2016 Andrew Nesbitt
  324. Permission is hereby granted, free of charge, to any person obtaining
  325. a copy of this software and associated documentation files (the
  326. "Software"), to deal in the Software without restriction, including
  327. without limitation the rights to use, copy, modify, merge, publish,
  328. distribute, sublicense, and/or sell copies of the Software, and to
  329. permit persons to whom the Software is furnished to do so, subject to
  330. the following conditions:
  331. The above copyright notice and this permission notice shall be
  332. included in all copies or substantial portions of the Software.
  333. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  334. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  335. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  336. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  337. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  338. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  339. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  340. ----------
  341. License for saltyrtc-client
  342. ----------
  343. The MIT License (MIT)
  344. Copyright (c) 2016-2018 Threema GmbH
  345. Permission is hereby granted, free of charge, to any person obtaining a copy
  346. of this software and associated documentation files (the "Software"), to deal
  347. in the Software without restriction, including without limitation the rights
  348. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  349. copies of the Software, and to permit persons to whom the Software is
  350. furnished to do so, subject to the following conditions:
  351. The above copyright notice and this permission notice shall be included in all
  352. copies or substantial portions of the Software.
  353. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  354. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  355. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  356. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  357. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  358. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  359. SOFTWARE.
  360. ----------
  361. License for saltyrtc-task-relayed-data
  362. ----------
  363. The MIT License (MIT)
  364. Copyright (c) 2018 Threema GmbH
  365. Permission is hereby granted, free of charge, to any person obtaining a copy
  366. of this software and associated documentation files (the "Software"), to deal
  367. in the Software without restriction, including without limitation the rights
  368. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  369. copies of the Software, and to permit persons to whom the Software is
  370. furnished to do so, subject to the following conditions:
  371. The above copyright notice and this permission notice shall be included in all
  372. copies or substantial portions of the Software.
  373. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  374. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  375. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  376. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  377. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  378. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  379. SOFTWARE.
  380. ----------
  381. License for saltyrtc-task-webrtc
  382. ----------
  383. The MIT License (MIT)
  384. Copyright (c) 2016-2018 Threema GmbH
  385. Permission is hereby granted, free of charge, to any person obtaining a copy
  386. of this software and associated documentation files (the "Software"), to deal
  387. in the Software without restriction, including without limitation the rights
  388. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  389. copies of the Software, and to permit persons to whom the Software is
  390. furnished to do so, subject to the following conditions:
  391. The above copyright notice and this permission notice shall be included in all
  392. copies or substantial portions of the Software.
  393. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  394. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  395. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  396. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  397. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  398. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  399. SOFTWARE.
  400. ----------
  401. License for sdp
  402. ----------
  403. Copyright (c) 2017 Philipp Hancke
  404. Permission is hereby granted, free of charge, to any person obtaining a copy
  405. of this software and associated documentation files (the "Software"), to deal
  406. in the Software without restriction, including without limitation the rights
  407. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  408. copies of the Software, and to permit persons to whom the Software is
  409. furnished to do so, subject to the following conditions:
  410. The above copyright notice and this permission notice shall be included in all
  411. copies or substantial portions of the Software.
  412. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  413. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  414. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  415. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  416. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  417. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  418. SOFTWARE.
  419. ----------
  420. License for ts-events
  421. ----------
  422. Copyright (c) 2015, Rogier Schouten <github@workingcode.ninja>
  423. 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.
  424. 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.
  425. ----------
  426. License for tsify
  427. ----------
  428. Copyright by https://github.com/TypeStrong/tsify, MIT License
  429. ----------
  430. License for tweetnacl
  431. ----------
  432. This is free and unencumbered software released into the public domain.
  433. Anyone is free to copy, modify, publish, use, compile, sell, or
  434. distribute this software, either in source code form or as a compiled
  435. binary, for any purpose, commercial or non-commercial, and by any
  436. means.
  437. In jurisdictions that recognize copyright laws, the author or authors
  438. of this software dedicate any and all copyright interest in the
  439. software to the public domain. We make this dedication for the benefit
  440. of the public at large and to the detriment of our heirs and
  441. successors. We intend this dedication to be an overt act of
  442. relinquishment in perpetuity of all present and future rights to this
  443. software under copyright law.
  444. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  445. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  446. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  447. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  448. OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  449. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  450. OTHER DEALINGS IN THE SOFTWARE.
  451. For more information, please refer to <http://unlicense.org>
  452. ----------
  453. License for typescript
  454. ----------
  455. Apache License
  456. Version 2.0, January 2004
  457. http://www.apache.org/licenses/
  458. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  459. 1. Definitions.
  460. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
  461. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
  462. "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.
  463. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
  464. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
  465. "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.
  466. "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).
  467. "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.
  468. "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."
  469. "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.
  470. 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.
  471. 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.
  472. 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:
  473. You must give any other recipients of the Work or Derivative Works a copy of this License; and
  474. You must cause any modified files to carry prominent notices stating that You changed the files; and
  475. 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
  476. 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.
  477. 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.
  478. 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.
  479. 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.
  480. 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.
  481. 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.
  482. END OF TERMS AND CONDITIONS
  483. ----------
  484. License for webrtc-adapter
  485. ----------
  486. Copyright (c) 2014, The WebRTC project authors. All rights reserved.
  487. Copyright (c) 2018, The adapter.js project authors. All rights reserved.
  488. Redistribution and use in source and binary forms, with or without
  489. modification, are permitted provided that the following conditions are
  490. met:
  491. * Redistributions of source code must retain the above copyright
  492. notice, this list of conditions and the following disclaimer.
  493. * Redistributions in binary form must reproduce the above copyright
  494. notice, this list of conditions and the following disclaimer in
  495. the documentation and/or other materials provided with the
  496. distribution.
  497. * Neither the name of Google nor the names of its contributors may
  498. be used to endorse or promote products derived from this software
  499. without specific prior written permission.
  500. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  501. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  502. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  503. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  504. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  505. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  506. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  507. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  508. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  509. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  510. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.