@colijnit/sharedcomponents 1.0.44 → 1.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/3rdpartylicenses.txt +1112 -0
  2. package/bundles/colijnit-sharedcomponents.umd.js +382 -353
  3. package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
  4. package/colijnit-sharedcomponents.d.ts +57 -54
  5. package/colijnit-sharedcomponents.metadata.json +1 -1
  6. package/esm2015/colijnit-sharedcomponents.js +58 -55
  7. package/esm2015/lib/components/date-planning/date-planning.component.js +1 -1
  8. package/esm2015/lib/components/docsign/docsign.component.js +19 -2
  9. package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.js +8 -8
  10. package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.js +10 -5
  11. package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.js +6 -3
  12. package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +16 -11
  13. package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.js +4 -2
  14. package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.component.js +38 -0
  15. package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.module.js +21 -0
  16. package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +4 -4
  17. package/esm2015/lib/components/send-method-dialog/service/send-method.service.js +21 -21
  18. package/esm2015/lib/components/statusbar/statusbar-popup.component.js +72 -4
  19. package/esm2015/lib/components/statusbar/statusbar.component.js +3 -2
  20. package/esm2015/lib/components/statusbar/statusbar.module.js +1 -3
  21. package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +4 -2
  22. package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +3 -2
  23. package/esm2015/lib/components/stock/localization/translation.js +9 -1
  24. package/esm2015/lib/components/stock/stock-information-grid/stock-information-grid.component.js +7 -2
  25. package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +2 -2
  26. package/esm2015/lib/components/stock/stock-transfer/stock-change-amount.component.js +3 -1
  27. package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +15 -14
  28. package/esm2015/lib/components/stock/stock.component.js +3 -3
  29. package/esm2015/lib/components/stock/stock.module.js +30 -33
  30. package/esm2015/lib/components/tab-bar/tab-bar.module.js +2 -3
  31. package/esm2015/lib/enum/icon.enum.js +5 -1
  32. package/esm2015/lib/localization/localization.module.js +19 -0
  33. package/esm2015/lib/localization/localize.pipe.js +26 -0
  34. package/esm2015/lib/localization/localize.service.js +30 -0
  35. package/esm2015/lib/localization/translation.js +3 -0
  36. package/esm2015/lib/model/icon-svg.js +5 -1
  37. package/esm2015/lib/service/shared-connector.service.js +2 -2
  38. package/esm2015/public-api.js +1 -3
  39. package/favicon.ico +0 -0
  40. package/fesm2015/colijnit-sharedcomponents.js +333 -285
  41. package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
  42. package/index.html +12 -0
  43. package/lib/components/date-planning/date-planning.component.d.ts +1 -1
  44. package/lib/components/docsign/docsign.component.d.ts +2 -0
  45. package/lib/components/login/style/_layout.scss +57 -0
  46. package/lib/components/login/style/_material-definition.scss +23 -0
  47. package/lib/components/login/style/_theme.scss +7 -0
  48. package/lib/components/login/style/material.scss +4 -0
  49. package/lib/components/screen-config-generator/style/_layout.scss +0 -1
  50. package/lib/components/send-method-dialog/components/send-method-email/style/_layout.scss +8 -0
  51. package/lib/components/send-method-dialog/components/send-method-printer/style/_layout.scss +8 -0
  52. package/lib/components/send-method-dialog/components/signature-button/signature-button.component.d.ts +12 -0
  53. package/lib/components/send-method-dialog/components/signature-button/signature-button.module.d.ts +2 -0
  54. package/lib/components/send-method-dialog/components/signature-button/style/_layout.scss +28 -0
  55. package/lib/components/send-method-dialog/components/signature-button/style/_material-definition.scss +8 -0
  56. package/lib/components/send-method-dialog/components/signature-button/style/_theme.scss +4 -0
  57. package/lib/components/send-method-dialog/components/signature-button/style/material.scss +4 -0
  58. package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +6 -6
  59. package/lib/components/send-method-dialog/service/send-method.service.d.ts +10 -10
  60. package/lib/components/send-method-dialog/style/material.scss +1 -0
  61. package/lib/components/statusbar/statusbar-popup.component.d.ts +16 -2
  62. package/lib/components/statusbar/statusbar.component.d.ts +1 -0
  63. package/lib/components/statusbar/style/_layout.scss +17 -1
  64. package/lib/components/statusbar/style/material.scss +0 -2
  65. package/lib/components/stock/components/stock-tab/stock-tab.component.d.ts +3 -1
  66. package/lib/components/stock/localization/translation.d.ts +8 -0
  67. package/lib/components/stock/stock-information-grid/stock-information-grid.component.d.ts +2 -0
  68. package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +3 -3
  69. package/lib/components/stock/stock.component.d.ts +1 -1
  70. package/lib/components/stock/style/_layout.scss +6 -2
  71. package/lib/enum/icon.enum.d.ts +4 -0
  72. package/lib/localization/localization.module.d.ts +2 -0
  73. package/lib/localization/translation.d.ts +2 -0
  74. package/lib/style/_variables.scss +4 -2
  75. package/lib/style/sharedcomponents-globals.scss +0 -2
  76. package/main.9d48e64dce1f453fb5e6.js +1 -0
  77. package/package.json +10 -9
  78. package/polyfills.4a44032b137d291298c3.js +1 -0
  79. package/public-api.d.ts +0 -2
  80. package/runtime.8aac21847ed3d3829cca.js +1 -0
  81. package/styles.ba023a0306f438960465.css +1 -0
  82. package/esm2015/lib/components/circular-gauge/co-circular-gauge.component.js +0 -128
  83. package/esm2015/lib/components/circular-gauge/co-circular-gauge.module.js +0 -21
  84. package/esm2015/lib/components/stock/localization/localize.pipe.js +0 -26
  85. package/esm2015/lib/components/stock/localization/localize.service.js +0 -30
  86. package/lib/components/circular-gauge/co-circular-gauge.component.d.ts +0 -20
  87. package/lib/components/circular-gauge/co-circular-gauge.module.d.ts +0 -2
  88. package/lib/components/circular-gauge/style/_layout.scss +0 -25
  89. package/lib/components/circular-gauge/style/_material-definition.scss +0 -8
  90. package/lib/components/circular-gauge/style/_theme.scss +0 -7
  91. package/lib/components/circular-gauge/style/material.scss +0 -6
  92. /package/lib/{components/stock/localization → localization}/localize.pipe.d.ts +0 -0
  93. /package/lib/{components/stock/localization → localization}/localize.service.d.ts +0 -0
@@ -0,0 +1,1112 @@
1
+ @angular/animations
2
+ MIT
3
+
4
+ @angular/cdk
5
+ MIT
6
+ The MIT License
7
+
8
+ Copyright (c) 2021 Google LLC.
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in
18
+ all copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26
+ THE SOFTWARE.
27
+
28
+
29
+ @angular/common
30
+ MIT
31
+
32
+ @angular/core
33
+ MIT
34
+
35
+ @angular/forms
36
+ MIT
37
+
38
+ @angular/platform-browser
39
+ MIT
40
+
41
+ @babel/runtime
42
+ MIT
43
+ MIT License
44
+
45
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
46
+
47
+ Permission is hereby granted, free of charge, to any person obtaining
48
+ a copy of this software and associated documentation files (the
49
+ "Software"), to deal in the Software without restriction, including
50
+ without limitation the rights to use, copy, modify, merge, publish,
51
+ distribute, sublicense, and/or sell copies of the Software, and to
52
+ permit persons to whom the Software is furnished to do so, subject to
53
+ the following conditions:
54
+
55
+ The above copyright notice and this permission notice shall be
56
+ included in all copies or substantial portions of the Software.
57
+
58
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
59
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
60
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
61
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
62
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
63
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
64
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
65
+
66
+
67
+ @colijnit/articleapi
68
+ ISC
69
+
70
+ @colijnit/corecomponents_v12
71
+
72
+ @colijnit/ioneconnector
73
+ ISC
74
+
75
+ @colijnit/mainapi
76
+ ISC
77
+
78
+ @colijnit/sharedapi
79
+ ISC
80
+
81
+ @colijnit/sharedcomponents
82
+
83
+ @kurkle/color
84
+ MIT
85
+ The MIT License (MIT)
86
+
87
+ Copyright (c) 2018-2021 Jukka Kurkela
88
+
89
+ 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:
90
+
91
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
92
+
93
+ 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.
94
+
95
+
96
+ @pdf-lib/standard-fonts
97
+ MIT
98
+ MIT License
99
+
100
+ Copyright (c) 2018 Andrew Dillon
101
+
102
+ Permission is hereby granted, free of charge, to any person obtaining a copy
103
+ of this software and associated documentation files (the "Software"), to deal
104
+ in the Software without restriction, including without limitation the rights
105
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
106
+ copies of the Software, and to permit persons to whom the Software is
107
+ furnished to do so, subject to the following conditions:
108
+
109
+ The above copyright notice and this permission notice shall be included in all
110
+ copies or substantial portions of the Software.
111
+
112
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
113
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
114
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
115
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
116
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
117
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
118
+ SOFTWARE.
119
+
120
+
121
+ @pdf-lib/upng
122
+ MIT
123
+ MIT License
124
+
125
+ Copyright (c) 2017 Photopea
126
+
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
+
134
+ The above copyright notice and this permission notice shall be included in all
135
+ copies or substantial portions of the Software.
136
+
137
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
138
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
139
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
140
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
141
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
142
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
143
+ SOFTWARE.
144
+
145
+
146
+ @tweenjs/tween.js
147
+ MIT
148
+ The MIT License
149
+
150
+ Copyright (c) 2010-2012 Tween.js authors.
151
+
152
+ Easing equations Copyright (c) 2001 Robert Penner http://robertpenner.com/easing/
153
+
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
+
161
+ The above copyright notice and this permission notice shall be included in
162
+ all copies or substantial portions of the Software.
163
+
164
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
165
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
166
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
167
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
168
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
169
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
170
+ THE SOFTWARE.
171
+
172
+
173
+ axios
174
+ MIT
175
+ Copyright (c) 2014-present Matt Zabriskie
176
+
177
+ Permission is hereby granted, free of charge, to any person obtaining a copy
178
+ of this software and associated documentation files (the "Software"), to deal
179
+ in the Software without restriction, including without limitation the rights
180
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
181
+ copies of the Software, and to permit persons to whom the Software is
182
+ furnished to do so, subject to the following conditions:
183
+
184
+ The above copyright notice and this permission notice shall be included in
185
+ all copies or substantial portions of the Software.
186
+
187
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
188
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
189
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
190
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
191
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
192
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
193
+ THE SOFTWARE.
194
+
195
+
196
+ chart.js
197
+ MIT
198
+ The MIT License (MIT)
199
+
200
+ Copyright (c) 2014-2022 Chart.js Contributors
201
+
202
+ 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:
203
+
204
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
205
+
206
+ 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.
207
+
208
+
209
+ hammerjs
210
+ MIT
211
+ The MIT License (MIT)
212
+
213
+ Copyright (C) 2011-2014 by Jorik Tangelder (Eight Media)
214
+
215
+ Permission is hereby granted, free of charge, to any person obtaining a copy
216
+ of this software and associated documentation files (the "Software"), to deal
217
+ in the Software without restriction, including without limitation the rights
218
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
219
+ copies of the Software, and to permit persons to whom the Software is
220
+ furnished to do so, subject to the following conditions:
221
+
222
+ The above copyright notice and this permission notice shall be included in
223
+ all copies or substantial portions of the Software.
224
+
225
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
226
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
227
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
228
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
229
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
230
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
231
+ THE SOFTWARE.
232
+
233
+
234
+ jsencrypt
235
+ MIT
236
+ File: /src/LICENSE.txt
237
+ The MIT License (MIT)
238
+ Copyright (c) 2015 Form.io
239
+
240
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
241
+ this software and associated documentation files (the "Software"), to deal in the
242
+ Software without restriction, including without limitation the rights to use,
243
+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
244
+ Software, and to permit persons to whom the Software is furnished to do so,
245
+ subject to the following conditions:
246
+
247
+ The above copyright notice and this permission notice shall be included in all
248
+ copies or substantial portions of the Software.
249
+
250
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
251
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
252
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
253
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
254
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
255
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
256
+
257
+ File: /lib/jsrsasign/LICENSE.txt
258
+
259
+
260
+ CONTAINS CODE FROM YUI LIBRARY SEE LICENSE @ http://yuilibrary.com/license/
261
+
262
+ The 'jsrsasign'(RSA-Sign JavaScript Library) License
263
+
264
+ Copyright (c) 2010-2013 Kenji Urushima
265
+
266
+ Permission is hereby granted, free of charge, to any person obtaining a copy
267
+ of this software and associated documentation files (the "Software"), to deal
268
+ in the Software without restriction, including without limitation the rights
269
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
270
+ copies of the Software, and to permit persons to whom the Software is
271
+ furnished to do so, subject to the following conditions:
272
+
273
+ The above copyright notice and this permission notice shall be included in
274
+ all copies or substantial portions of the Software.
275
+
276
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
277
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
278
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
279
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
280
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
281
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
282
+ THE SOFTWARE.
283
+ File: /lib/jsbn/LICENSE.txt
284
+
285
+
286
+ Licensing
287
+ ---------
288
+
289
+ This software is covered under the following copyright:
290
+
291
+ /*
292
+ * Copyright (c) 2003-2005 Tom Wu
293
+ * All Rights Reserved.
294
+ *
295
+ * Permission is hereby granted, free of charge, to any person obtaining
296
+ * a copy of this software and associated documentation files (the
297
+ * "Software"), to deal in the Software without restriction, including
298
+ * without limitation the rights to use, copy, modify, merge, publish,
299
+ * distribute, sublicense, and/or sell copies of the Software, and to
300
+ * permit persons to whom the Software is furnished to do so, subject to
301
+ * the following conditions:
302
+ *
303
+ * The above copyright notice and this permission notice shall be
304
+ * included in all copies or substantial portions of the Software.
305
+ *
306
+ * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
307
+ * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
308
+ * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
309
+ *
310
+ * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
311
+ * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
312
+ * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
313
+ * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
314
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
315
+ *
316
+ * In addition, the following condition applies:
317
+ *
318
+ * All redistributions must retain an intact copy of this copyright notice
319
+ * and disclaimer.
320
+ */
321
+
322
+ Address all questions regarding this license to:
323
+
324
+ Tom Wu
325
+ tjw@cs.Stanford.EDU
326
+ File: /lib/asn1js/LICENSE.txt
327
+
328
+
329
+ ASN.1 JavaScript decoder
330
+ Copyright (c) 2008-2013 Lapo Luchini <lapo@lapo.it>
331
+
332
+ Permission to use, copy, modify, and/or distribute this software for any
333
+ purpose with or without fee is hereby granted, provided that the above
334
+ copyright notice and this permission notice appear in all copies.
335
+
336
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
337
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
338
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
339
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
340
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
341
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
342
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
343
+
344
+ moment
345
+ MIT
346
+ Copyright (c) JS Foundation and other contributors
347
+
348
+ Permission is hereby granted, free of charge, to any person
349
+ obtaining a copy of this software and associated documentation
350
+ files (the "Software"), to deal in the Software without
351
+ restriction, including without limitation the rights to use,
352
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
353
+ copies of the Software, and to permit persons to whom the
354
+ Software is furnished to do so, subject to the following
355
+ conditions:
356
+
357
+ The above copyright notice and this permission notice shall be
358
+ included in all copies or substantial portions of the Software.
359
+
360
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
361
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
362
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
363
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
364
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
365
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
366
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
367
+ OTHER DEALINGS IN THE SOFTWARE.
368
+
369
+
370
+ ng-recaptcha
371
+ MIT
372
+ The MIT License (MIT)
373
+
374
+ Copyright (c) 2016 Ruslan Arkhipau
375
+
376
+ Permission is hereby granted, free of charge, to any person obtaining a copy
377
+ of this software and associated documentation files (the "Software"), to deal
378
+ in the Software without restriction, including without limitation the rights
379
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
380
+ copies of the Software, and to permit persons to whom the Software is
381
+ furnished to do so, subject to the following conditions:
382
+
383
+ The above copyright notice and this permission notice shall be included in all
384
+ copies or substantial portions of the Software.
385
+
386
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
387
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
388
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
389
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
390
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
391
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
392
+ SOFTWARE.
393
+
394
+
395
+ nodejs-jsencrypt
396
+ MIT
397
+ File: /src/LICENSE.txt
398
+ The MIT License (MIT)
399
+ Copyright (c) 2015 Form.io
400
+
401
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
402
+ this software and associated documentation files (the "Software"), to deal in the
403
+ Software without restriction, including without limitation the rights to use,
404
+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
405
+ Software, and to permit persons to whom the Software is furnished to do so,
406
+ subject to the following conditions:
407
+
408
+ The above copyright notice and this permission notice shall be included in all
409
+ copies or substantial portions of the Software.
410
+
411
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
412
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
413
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
414
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
415
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
416
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
417
+
418
+ File: /lib/jsrsasign/LICENSE.txt
419
+
420
+
421
+ CONTAINS CODE FROM YUI LIBRARY SEE LICENSE @ http://yuilibrary.com/license/
422
+
423
+ The 'jsrsasign'(RSA-Sign JavaScript Library) License
424
+
425
+ Copyright (c) 2010-2013 Kenji Urushima
426
+
427
+ Permission is hereby granted, free of charge, to any person obtaining a copy
428
+ of this software and associated documentation files (the "Software"), to deal
429
+ in the Software without restriction, including without limitation the rights
430
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
431
+ copies of the Software, and to permit persons to whom the Software is
432
+ furnished to do so, subject to the following conditions:
433
+
434
+ The above copyright notice and this permission notice shall be included in
435
+ all copies or substantial portions of the Software.
436
+
437
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
438
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
439
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
440
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
441
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
442
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
443
+ THE SOFTWARE.
444
+ File: /lib/jsbn/LICENSE.txt
445
+
446
+
447
+ Licensing
448
+ ---------
449
+
450
+ This software is covered under the following copyright:
451
+
452
+ /*
453
+ * Copyright (c) 2003-2005 Tom Wu
454
+ * All Rights Reserved.
455
+ *
456
+ * Permission is hereby granted, free of charge, to any person obtaining
457
+ * a copy of this software and associated documentation files (the
458
+ * "Software"), to deal in the Software without restriction, including
459
+ * without limitation the rights to use, copy, modify, merge, publish,
460
+ * distribute, sublicense, and/or sell copies of the Software, and to
461
+ * permit persons to whom the Software is furnished to do so, subject to
462
+ * the following conditions:
463
+ *
464
+ * The above copyright notice and this permission notice shall be
465
+ * included in all copies or substantial portions of the Software.
466
+ *
467
+ * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
468
+ * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
469
+ * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
470
+ *
471
+ * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
472
+ * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
473
+ * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
474
+ * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
475
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
476
+ *
477
+ * In addition, the following condition applies:
478
+ *
479
+ * All redistributions must retain an intact copy of this copyright notice
480
+ * and disclaimer.
481
+ */
482
+
483
+ Address all questions regarding this license to:
484
+
485
+ Tom Wu
486
+ tjw@cs.Stanford.EDU
487
+ File: /lib/asn1js/LICENSE.txt
488
+
489
+
490
+ ASN.1 JavaScript decoder
491
+ Copyright (c) 2008-2013 Lapo Luchini <lapo@lapo.it>
492
+
493
+ Permission to use, copy, modify, and/or distribute this software for any
494
+ purpose with or without fee is hereby granted, provided that the above
495
+ copyright notice and this permission notice appear in all copies.
496
+
497
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
498
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
499
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
500
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
501
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
502
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
503
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
504
+
505
+ pako
506
+ (MIT AND Zlib)
507
+ (The MIT License)
508
+
509
+ Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
510
+
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
+
518
+ The above copyright notice and this permission notice shall be included in
519
+ all copies or substantial portions of the Software.
520
+
521
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
522
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
523
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
524
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
525
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
526
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
527
+ THE SOFTWARE.
528
+
529
+
530
+ path2d-polyfill
531
+ MIT
532
+ MIT License
533
+
534
+ Copyright (c) 2018 Anders Nilsson
535
+
536
+ Permission is hereby granted, free of charge, to any person obtaining a copy
537
+ of this software and associated documentation files (the "Software"), to deal
538
+ in the Software without restriction, including without limitation the rights
539
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
540
+ copies of the Software, and to permit persons to whom the Software is
541
+ furnished to do so, subject to the following conditions:
542
+
543
+ The above copyright notice and this permission notice shall be included in all
544
+ copies or substantial portions of the Software.
545
+
546
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
547
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
548
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
549
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
550
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
551
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
552
+ SOFTWARE.
553
+
554
+
555
+ pdf-lib
556
+ MIT
557
+ MIT License
558
+
559
+ Copyright (c) 2019 Andrew Dillon
560
+
561
+ Permission is hereby granted, free of charge, to any person obtaining a copy
562
+ of this software and associated documentation files (the "Software"), to deal
563
+ in the Software without restriction, including without limitation the rights
564
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
565
+ copies of the Software, and to permit persons to whom the Software is
566
+ furnished to do so, subject to the following conditions:
567
+
568
+ The above copyright notice and this permission notice shall be included in all
569
+ copies or substantial portions of the Software.
570
+
571
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
572
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
573
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
574
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
575
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
576
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
577
+ SOFTWARE.
578
+
579
+
580
+ pdfjs-dist
581
+ Apache-2.0
582
+
583
+ Apache License
584
+ Version 2.0, January 2004
585
+ http://www.apache.org/licenses/
586
+
587
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
588
+
589
+ 1. Definitions.
590
+
591
+ "License" shall mean the terms and conditions for use, reproduction,
592
+ and distribution as defined by Sections 1 through 9 of this document.
593
+
594
+ "Licensor" shall mean the copyright owner or entity authorized by
595
+ the copyright owner that is granting the License.
596
+
597
+ "Legal Entity" shall mean the union of the acting entity and all
598
+ other entities that control, are controlled by, or are under common
599
+ control with that entity. For the purposes of this definition,
600
+ "control" means (i) the power, direct or indirect, to cause the
601
+ direction or management of such entity, whether by contract or
602
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
603
+ outstanding shares, or (iii) beneficial ownership of such entity.
604
+
605
+ "You" (or "Your") shall mean an individual or Legal Entity
606
+ exercising permissions granted by this License.
607
+
608
+ "Source" form shall mean the preferred form for making modifications,
609
+ including but not limited to software source code, documentation
610
+ source, and configuration files.
611
+
612
+ "Object" form shall mean any form resulting from mechanical
613
+ transformation or translation of a Source form, including but
614
+ not limited to compiled object code, generated documentation,
615
+ and conversions to other media types.
616
+
617
+ "Work" shall mean the work of authorship, whether in Source or
618
+ Object form, made available under the License, as indicated by a
619
+ copyright notice that is included in or attached to the work
620
+ (an example is provided in the Appendix below).
621
+
622
+ "Derivative Works" shall mean any work, whether in Source or Object
623
+ form, that is based on (or derived from) the Work and for which the
624
+ editorial revisions, annotations, elaborations, or other modifications
625
+ represent, as a whole, an original work of authorship. For the purposes
626
+ of this License, Derivative Works shall not include works that remain
627
+ separable from, or merely link (or bind by name) to the interfaces of,
628
+ the Work and Derivative Works thereof.
629
+
630
+ "Contribution" shall mean any work of authorship, including
631
+ the original version of the Work and any modifications or additions
632
+ to that Work or Derivative Works thereof, that is intentionally
633
+ submitted to Licensor for inclusion in the Work by the copyright owner
634
+ or by an individual or Legal Entity authorized to submit on behalf of
635
+ the copyright owner. For the purposes of this definition, "submitted"
636
+ means any form of electronic, verbal, or written communication sent
637
+ to the Licensor or its representatives, including but not limited to
638
+ communication on electronic mailing lists, source code control systems,
639
+ and issue tracking systems that are managed by, or on behalf of, the
640
+ Licensor for the purpose of discussing and improving the Work, but
641
+ excluding communication that is conspicuously marked or otherwise
642
+ designated in writing by the copyright owner as "Not a Contribution."
643
+
644
+ "Contributor" shall mean Licensor and any individual or Legal Entity
645
+ on behalf of whom a Contribution has been received by Licensor and
646
+ subsequently incorporated within the Work.
647
+
648
+ 2. Grant of Copyright License. Subject to the terms and conditions of
649
+ this License, each Contributor hereby grants to You a perpetual,
650
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
651
+ copyright license to reproduce, prepare Derivative Works of,
652
+ publicly display, publicly perform, sublicense, and distribute the
653
+ Work and such Derivative Works in Source or Object form.
654
+
655
+ 3. Grant of Patent License. Subject to the terms and conditions of
656
+ this License, each Contributor hereby grants to You a perpetual,
657
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
658
+ (except as stated in this section) patent license to make, have made,
659
+ use, offer to sell, sell, import, and otherwise transfer the Work,
660
+ where such license applies only to those patent claims licensable
661
+ by such Contributor that are necessarily infringed by their
662
+ Contribution(s) alone or by combination of their Contribution(s)
663
+ with the Work to which such Contribution(s) was submitted. If You
664
+ institute patent litigation against any entity (including a
665
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
666
+ or a Contribution incorporated within the Work constitutes direct
667
+ or contributory patent infringement, then any patent licenses
668
+ granted to You under this License for that Work shall terminate
669
+ as of the date such litigation is filed.
670
+
671
+ 4. Redistribution. You may reproduce and distribute copies of the
672
+ Work or Derivative Works thereof in any medium, with or without
673
+ modifications, and in Source or Object form, provided that You
674
+ meet the following conditions:
675
+
676
+ (a) You must give any other recipients of the Work or
677
+ Derivative Works a copy of this License; and
678
+
679
+ (b) You must cause any modified files to carry prominent notices
680
+ stating that You changed the files; and
681
+
682
+ (c) You must retain, in the Source form of any Derivative Works
683
+ that You distribute, all copyright, patent, trademark, and
684
+ attribution notices from the Source form of the Work,
685
+ excluding those notices that do not pertain to any part of
686
+ the Derivative Works; and
687
+
688
+ (d) If the Work includes a "NOTICE" text file as part of its
689
+ distribution, then any Derivative Works that You distribute must
690
+ include a readable copy of the attribution notices contained
691
+ within such NOTICE file, excluding those notices that do not
692
+ pertain to any part of the Derivative Works, in at least one
693
+ of the following places: within a NOTICE text file distributed
694
+ as part of the Derivative Works; within the Source form or
695
+ documentation, if provided along with the Derivative Works; or,
696
+ within a display generated by the Derivative Works, if and
697
+ wherever such third-party notices normally appear. The contents
698
+ of the NOTICE file are for informational purposes only and
699
+ do not modify the License. You may add Your own attribution
700
+ notices within Derivative Works that You distribute, alongside
701
+ or as an addendum to the NOTICE text from the Work, provided
702
+ that such additional attribution notices cannot be construed
703
+ as modifying the License.
704
+
705
+ You may add Your own copyright statement to Your modifications and
706
+ may provide additional or different license terms and conditions
707
+ for use, reproduction, or distribution of Your modifications, or
708
+ for any such Derivative Works as a whole, provided Your use,
709
+ reproduction, and distribution of the Work otherwise complies with
710
+ the conditions stated in this License.
711
+
712
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
713
+ any Contribution intentionally submitted for inclusion in the Work
714
+ by You to the Licensor shall be under the terms and conditions of
715
+ this License, without any additional terms or conditions.
716
+ Notwithstanding the above, nothing herein shall supersede or modify
717
+ the terms of any separate license agreement you may have executed
718
+ with Licensor regarding such Contributions.
719
+
720
+ 6. Trademarks. This License does not grant permission to use the trade
721
+ names, trademarks, service marks, or product names of the Licensor,
722
+ except as required for reasonable and customary use in describing the
723
+ origin of the Work and reproducing the content of the NOTICE file.
724
+
725
+ 7. Disclaimer of Warranty. Unless required by applicable law or
726
+ agreed to in writing, Licensor provides the Work (and each
727
+ Contributor provides its Contributions) on an "AS IS" BASIS,
728
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
729
+ implied, including, without limitation, any warranties or conditions
730
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
731
+ PARTICULAR PURPOSE. You are solely responsible for determining the
732
+ appropriateness of using or redistributing the Work and assume any
733
+ risks associated with Your exercise of permissions under this License.
734
+
735
+ 8. Limitation of Liability. In no event and under no legal theory,
736
+ whether in tort (including negligence), contract, or otherwise,
737
+ unless required by applicable law (such as deliberate and grossly
738
+ negligent acts) or agreed to in writing, shall any Contributor be
739
+ liable to You for damages, including any direct, indirect, special,
740
+ incidental, or consequential damages of any character arising as a
741
+ result of this License or out of the use or inability to use the
742
+ Work (including but not limited to damages for loss of goodwill,
743
+ work stoppage, computer failure or malfunction, or any and all
744
+ other commercial damages or losses), even if such Contributor
745
+ has been advised of the possibility of such damages.
746
+
747
+ 9. Accepting Warranty or Additional Liability. While redistributing
748
+ the Work or Derivative Works thereof, You may choose to offer,
749
+ and charge a fee for, acceptance of support, warranty, indemnity,
750
+ or other liability obligations and/or rights consistent with this
751
+ License. However, in accepting such obligations, You may act only
752
+ on Your own behalf and on Your sole responsibility, not on behalf
753
+ of any other Contributor, and only if You agree to indemnify,
754
+ defend, and hold each Contributor harmless for any liability
755
+ incurred by, or claims asserted against, such Contributor by reason
756
+ of your accepting any such warranty or additional liability.
757
+
758
+ END OF TERMS AND CONDITIONS
759
+
760
+
761
+ reflect-metadata
762
+ Apache-2.0
763
+ Apache License
764
+
765
+ Version 2.0, January 2004
766
+
767
+ http://www.apache.org/licenses/
768
+
769
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
770
+
771
+ 1. Definitions.
772
+
773
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
774
+
775
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
776
+
777
+ "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.
778
+
779
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
780
+
781
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
782
+
783
+ "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.
784
+
785
+ "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).
786
+
787
+ "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.
788
+
789
+ "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."
790
+
791
+ "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.
792
+
793
+ 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.
794
+
795
+ 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.
796
+
797
+ 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:
798
+
799
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
800
+
801
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
802
+
803
+ 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
804
+
805
+ 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.
806
+
807
+ 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.
808
+
809
+ 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.
810
+
811
+ 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.
812
+
813
+ 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.
814
+
815
+ 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.
816
+
817
+ END OF TERMS AND CONDITIONS
818
+
819
+ rxjs
820
+ Apache-2.0
821
+ Apache License
822
+ Version 2.0, January 2004
823
+ http://www.apache.org/licenses/
824
+
825
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
826
+
827
+ 1. Definitions.
828
+
829
+ "License" shall mean the terms and conditions for use, reproduction,
830
+ and distribution as defined by Sections 1 through 9 of this document.
831
+
832
+ "Licensor" shall mean the copyright owner or entity authorized by
833
+ the copyright owner that is granting the License.
834
+
835
+ "Legal Entity" shall mean the union of the acting entity and all
836
+ other entities that control, are controlled by, or are under common
837
+ control with that entity. For the purposes of this definition,
838
+ "control" means (i) the power, direct or indirect, to cause the
839
+ direction or management of such entity, whether by contract or
840
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
841
+ outstanding shares, or (iii) beneficial ownership of such entity.
842
+
843
+ "You" (or "Your") shall mean an individual or Legal Entity
844
+ exercising permissions granted by this License.
845
+
846
+ "Source" form shall mean the preferred form for making modifications,
847
+ including but not limited to software source code, documentation
848
+ source, and configuration files.
849
+
850
+ "Object" form shall mean any form resulting from mechanical
851
+ transformation or translation of a Source form, including but
852
+ not limited to compiled object code, generated documentation,
853
+ and conversions to other media types.
854
+
855
+ "Work" shall mean the work of authorship, whether in Source or
856
+ Object form, made available under the License, as indicated by a
857
+ copyright notice that is included in or attached to the work
858
+ (an example is provided in the Appendix below).
859
+
860
+ "Derivative Works" shall mean any work, whether in Source or Object
861
+ form, that is based on (or derived from) the Work and for which the
862
+ editorial revisions, annotations, elaborations, or other modifications
863
+ represent, as a whole, an original work of authorship. For the purposes
864
+ of this License, Derivative Works shall not include works that remain
865
+ separable from, or merely link (or bind by name) to the interfaces of,
866
+ the Work and Derivative Works thereof.
867
+
868
+ "Contribution" shall mean any work of authorship, including
869
+ the original version of the Work and any modifications or additions
870
+ to that Work or Derivative Works thereof, that is intentionally
871
+ submitted to Licensor for inclusion in the Work by the copyright owner
872
+ or by an individual or Legal Entity authorized to submit on behalf of
873
+ the copyright owner. For the purposes of this definition, "submitted"
874
+ means any form of electronic, verbal, or written communication sent
875
+ to the Licensor or its representatives, including but not limited to
876
+ communication on electronic mailing lists, source code control systems,
877
+ and issue tracking systems that are managed by, or on behalf of, the
878
+ Licensor for the purpose of discussing and improving the Work, but
879
+ excluding communication that is conspicuously marked or otherwise
880
+ designated in writing by the copyright owner as "Not a Contribution."
881
+
882
+ "Contributor" shall mean Licensor and any individual or Legal Entity
883
+ on behalf of whom a Contribution has been received by Licensor and
884
+ subsequently incorporated within the Work.
885
+
886
+ 2. Grant of Copyright License. Subject to the terms and conditions of
887
+ this License, each Contributor hereby grants to You a perpetual,
888
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
889
+ copyright license to reproduce, prepare Derivative Works of,
890
+ publicly display, publicly perform, sublicense, and distribute the
891
+ Work and such Derivative Works in Source or Object form.
892
+
893
+ 3. Grant of Patent License. Subject to the terms and conditions of
894
+ this License, each Contributor hereby grants to You a perpetual,
895
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
896
+ (except as stated in this section) patent license to make, have made,
897
+ use, offer to sell, sell, import, and otherwise transfer the Work,
898
+ where such license applies only to those patent claims licensable
899
+ by such Contributor that are necessarily infringed by their
900
+ Contribution(s) alone or by combination of their Contribution(s)
901
+ with the Work to which such Contribution(s) was submitted. If You
902
+ institute patent litigation against any entity (including a
903
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
904
+ or a Contribution incorporated within the Work constitutes direct
905
+ or contributory patent infringement, then any patent licenses
906
+ granted to You under this License for that Work shall terminate
907
+ as of the date such litigation is filed.
908
+
909
+ 4. Redistribution. You may reproduce and distribute copies of the
910
+ Work or Derivative Works thereof in any medium, with or without
911
+ modifications, and in Source or Object form, provided that You
912
+ meet the following conditions:
913
+
914
+ (a) You must give any other recipients of the Work or
915
+ Derivative Works a copy of this License; and
916
+
917
+ (b) You must cause any modified files to carry prominent notices
918
+ stating that You changed the files; and
919
+
920
+ (c) You must retain, in the Source form of any Derivative Works
921
+ that You distribute, all copyright, patent, trademark, and
922
+ attribution notices from the Source form of the Work,
923
+ excluding those notices that do not pertain to any part of
924
+ the Derivative Works; and
925
+
926
+ (d) If the Work includes a "NOTICE" text file as part of its
927
+ distribution, then any Derivative Works that You distribute must
928
+ include a readable copy of the attribution notices contained
929
+ within such NOTICE file, excluding those notices that do not
930
+ pertain to any part of the Derivative Works, in at least one
931
+ of the following places: within a NOTICE text file distributed
932
+ as part of the Derivative Works; within the Source form or
933
+ documentation, if provided along with the Derivative Works; or,
934
+ within a display generated by the Derivative Works, if and
935
+ wherever such third-party notices normally appear. The contents
936
+ of the NOTICE file are for informational purposes only and
937
+ do not modify the License. You may add Your own attribution
938
+ notices within Derivative Works that You distribute, alongside
939
+ or as an addendum to the NOTICE text from the Work, provided
940
+ that such additional attribution notices cannot be construed
941
+ as modifying the License.
942
+
943
+ You may add Your own copyright statement to Your modifications and
944
+ may provide additional or different license terms and conditions
945
+ for use, reproduction, or distribution of Your modifications, or
946
+ for any such Derivative Works as a whole, provided Your use,
947
+ reproduction, and distribution of the Work otherwise complies with
948
+ the conditions stated in this License.
949
+
950
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
951
+ any Contribution intentionally submitted for inclusion in the Work
952
+ by You to the Licensor shall be under the terms and conditions of
953
+ this License, without any additional terms or conditions.
954
+ Notwithstanding the above, nothing herein shall supersede or modify
955
+ the terms of any separate license agreement you may have executed
956
+ with Licensor regarding such Contributions.
957
+
958
+ 6. Trademarks. This License does not grant permission to use the trade
959
+ names, trademarks, service marks, or product names of the Licensor,
960
+ except as required for reasonable and customary use in describing the
961
+ origin of the Work and reproducing the content of the NOTICE file.
962
+
963
+ 7. Disclaimer of Warranty. Unless required by applicable law or
964
+ agreed to in writing, Licensor provides the Work (and each
965
+ Contributor provides its Contributions) on an "AS IS" BASIS,
966
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
967
+ implied, including, without limitation, any warranties or conditions
968
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
969
+ PARTICULAR PURPOSE. You are solely responsible for determining the
970
+ appropriateness of using or redistributing the Work and assume any
971
+ risks associated with Your exercise of permissions under this License.
972
+
973
+ 8. Limitation of Liability. In no event and under no legal theory,
974
+ whether in tort (including negligence), contract, or otherwise,
975
+ unless required by applicable law (such as deliberate and grossly
976
+ negligent acts) or agreed to in writing, shall any Contributor be
977
+ liable to You for damages, including any direct, indirect, special,
978
+ incidental, or consequential damages of any character arising as a
979
+ result of this License or out of the use or inability to use the
980
+ Work (including but not limited to damages for loss of goodwill,
981
+ work stoppage, computer failure or malfunction, or any and all
982
+ other commercial damages or losses), even if such Contributor
983
+ has been advised of the possibility of such damages.
984
+
985
+ 9. Accepting Warranty or Additional Liability. While redistributing
986
+ the Work or Derivative Works thereof, You may choose to offer,
987
+ and charge a fee for, acceptance of support, warranty, indemnity,
988
+ or other liability obligations and/or rights consistent with this
989
+ License. However, in accepting such obligations, You may act only
990
+ on Your own behalf and on Your sole responsibility, not on behalf
991
+ of any other Contributor, and only if You agree to indemnify,
992
+ defend, and hold each Contributor harmless for any liability
993
+ incurred by, or claims asserted against, such Contributor by reason
994
+ of your accepting any such warranty or additional liability.
995
+
996
+ END OF TERMS AND CONDITIONS
997
+
998
+ APPENDIX: How to apply the Apache License to your work.
999
+
1000
+ To apply the Apache License to your work, attach the following
1001
+ boilerplate notice, with the fields enclosed by brackets "[]"
1002
+ replaced with your own identifying information. (Don't include
1003
+ the brackets!) The text should be enclosed in the appropriate
1004
+ comment syntax for the file format. We also recommend that a
1005
+ file or class name and description of purpose be included on the
1006
+ same "printed page" as the copyright notice for easier
1007
+ identification within third-party archives.
1008
+
1009
+ Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
1010
+
1011
+ Licensed under the Apache License, Version 2.0 (the "License");
1012
+ you may not use this file except in compliance with the License.
1013
+ You may obtain a copy of the License at
1014
+
1015
+ http://www.apache.org/licenses/LICENSE-2.0
1016
+
1017
+ Unless required by applicable law or agreed to in writing, software
1018
+ distributed under the License is distributed on an "AS IS" BASIS,
1019
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1020
+ See the License for the specific language governing permissions and
1021
+ limitations under the License.
1022
+
1023
+
1024
+
1025
+ signature_pad
1026
+ MIT
1027
+ MIT License
1028
+
1029
+ Copyright (c) 2018 Szymon Nowak
1030
+
1031
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1032
+ of this software and associated documentation files (the "Software"), to deal
1033
+ in the Software without restriction, including without limitation the rights
1034
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1035
+ copies of the Software, and to permit persons to whom the Software is
1036
+ furnished to do so, subject to the following conditions:
1037
+
1038
+ The above copyright notice and this permission notice shall be included in all
1039
+ copies or substantial portions of the Software.
1040
+
1041
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1042
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1043
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1044
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1045
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1046
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1047
+ SOFTWARE.
1048
+
1049
+
1050
+ three
1051
+ MIT
1052
+ The MIT License
1053
+
1054
+ Copyright © 2010-2021 three.js authors
1055
+
1056
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1057
+ of this software and associated documentation files (the "Software"), to deal
1058
+ in the Software without restriction, including without limitation the rights
1059
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1060
+ copies of the Software, and to permit persons to whom the Software is
1061
+ furnished to do so, subject to the following conditions:
1062
+
1063
+ The above copyright notice and this permission notice shall be included in
1064
+ all copies or substantial portions of the Software.
1065
+
1066
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1067
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1068
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1069
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1070
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1071
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1072
+ THE SOFTWARE.
1073
+
1074
+
1075
+ tslib
1076
+ 0BSD
1077
+ Copyright (c) Microsoft Corporation.
1078
+
1079
+ Permission to use, copy, modify, and/or distribute this software for any
1080
+ purpose with or without fee is hereby granted.
1081
+
1082
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1083
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1084
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1085
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1086
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1087
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1088
+ PERFORMANCE OF THIS SOFTWARE.
1089
+
1090
+ zone.js
1091
+ MIT
1092
+ The MIT License
1093
+
1094
+ Copyright (c) 2010-2022 Google LLC. https://angular.io/license
1095
+
1096
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1097
+ of this software and associated documentation files (the "Software"), to deal
1098
+ in the Software without restriction, including without limitation the rights
1099
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1100
+ copies of the Software, and to permit persons to whom the Software is
1101
+ furnished to do so, subject to the following conditions:
1102
+
1103
+ The above copyright notice and this permission notice shall be included in
1104
+ all copies or substantial portions of the Software.
1105
+
1106
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1107
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1108
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1109
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1110
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1111
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1112
+ THE SOFTWARE.