@feedmepos/mf-report 5.0.13-beta.0 → 5.0.14-rc.2

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 (116) hide show
  1. package/dist/App.vue.d.ts +2 -0
  2. package/dist/Entry.vue.d.ts +2 -0
  3. package/dist/api/accounting/index.d.ts +5 -0
  4. package/dist/api/business-config/index.d.ts +4 -0
  5. package/dist/api/categories/index.d.ts +2 -0
  6. package/dist/api/index.d.ts +26 -0
  7. package/dist/api/reports/index.d.ts +9 -0
  8. package/dist/api/scheduler/index.d.ts +6 -0
  9. package/dist/api/schemas/index.d.ts +2 -0
  10. package/dist/api/widget/index.d.ts +4 -0
  11. package/dist/app.d.ts +2 -0
  12. package/dist/app.js +107942 -111242
  13. package/dist/components/AddReportDialog.vue.d.ts +20 -0
  14. package/dist/components/BaseDialog.vue.d.ts +49 -0
  15. package/dist/components/Dialog.vue.d.ts +2 -0
  16. package/dist/components/DownloadDialog.vue.d.ts +12 -0
  17. package/dist/components/HeaderTab.vue.d.ts +10 -0
  18. package/dist/components/MenuTab.vue.d.ts +14 -0
  19. package/dist/components/NavigationTab.vue.d.ts +2 -0
  20. package/dist/components/NoData.vue.d.ts +39 -0
  21. package/dist/components/accounting/AccountingExportDialog.vue.d.ts +23 -0
  22. package/dist/components/accounting/api-integration/Bukku.vue.d.ts +19 -0
  23. package/dist/components/accounting/api-integration/NetSuite.vue.d.ts +19 -0
  24. package/dist/components/accounting/setting-exporter/index.d.ts +23 -0
  25. package/dist/components/accounting/setting-exporter/type.d.ts +53 -0
  26. package/dist/components/filter/Filter.vue.d.ts +2 -0
  27. package/dist/components/filter/FilterChip.vue.d.ts +32 -0
  28. package/dist/components/report/CustomReport.vue.d.ts +2 -0
  29. package/dist/components/report-editor-tab/ReportEditorTab.vue.d.ts +27 -0
  30. package/dist/components/report-editor-tab/ReportEditorTabDesktop.vue.d.ts +19 -0
  31. package/dist/components/report-editor-tab/ReportEditorTabHeader.vue.d.ts +20 -0
  32. package/dist/components/report-editor-tab/ReportEditorTabMobile.vue.d.ts +19 -0
  33. package/dist/components/schedule/CustomDate.vue.d.ts +25 -0
  34. package/dist/components/schedule/ManualSend.vue.d.ts +29 -0
  35. package/dist/components/schedule/Schedule.vue.d.ts +12 -0
  36. package/dist/components/schedule/ScheduleCard.vue.d.ts +16 -0
  37. package/dist/components/schedule/ScheduleEdit.vue.d.ts +29 -0
  38. package/dist/components/tile-editor-tab/TileEditorTab.vue.d.ts +27 -0
  39. package/dist/components/tile-editor-tab/TileEditorTabDesktop.vue.d.ts +19 -0
  40. package/dist/components/tile-editor-tab/TileEditorTabHeader.vue.d.ts +20 -0
  41. package/dist/components/tile-editor-tab/TileEditorTabMobile.vue.d.ts +19 -0
  42. package/dist/components/tile-editor-tab/datasource.d.ts +14 -0
  43. package/dist/components/tile-editor-tab/dialogs/SchemaDialog.vue.d.ts +24 -0
  44. package/dist/components/tile-editor-tab/filter.input.d.ts +32 -0
  45. package/dist/components/tile-editor-tab/layouts/Section.vue.d.ts +10 -0
  46. package/dist/components/tile-editor-tab/section/ConditionSection.vue.d.ts +33 -0
  47. package/dist/components/tile-editor-tab/section/Datasource.vue.d.ts +54 -0
  48. package/dist/components/tile-editor-tab/section/DimensionSection.vue.d.ts +54 -0
  49. package/dist/components/tile-editor-tab/section/FilterSection.vue.d.ts +18 -0
  50. package/dist/components/tile-editor-tab/section/FilterValueInput.vue.d.ts +24 -0
  51. package/dist/components/tile-editor-tab/section/LimitSection.vue.d.ts +12 -0
  52. package/dist/components/tile-editor-tab/section/MetricSection.vue.d.ts +49 -0
  53. package/dist/components/tile-editor-tab/section/SchemaSection.vue.d.ts +33 -0
  54. package/dist/components/tile-editor-tab/section/SortSection.vue.d.ts +18 -0
  55. package/dist/components/tile-editor-tab/select/SelectComponent.vue.d.ts +42 -0
  56. package/dist/components/tile-editor-tab/tile.d.ts +5 -0
  57. package/dist/components/transition/TransitionFade.vue.d.ts +20 -0
  58. package/dist/components/widget/DynamicWidget.vue.d.ts +36 -0
  59. package/dist/components/widget/WidgetBarchart.vue.d.ts +20 -0
  60. package/dist/components/widget/WidgetCircular.vue.d.ts +20 -0
  61. package/dist/components/widget/WidgetDialog.vue.d.ts +19 -0
  62. package/dist/components/widget/WidgetLinechart.vue.d.ts +20 -0
  63. package/dist/components/widget/WidgetScorecard.vue.d.ts +20 -0
  64. package/dist/components/widget/WidgetSpacer.vue.d.ts +2 -0
  65. package/dist/components/widget/WidgetStackBarChart.vue.d.ts +20 -0
  66. package/dist/components/widget/WidgetStackLineChart.vue.d.ts +20 -0
  67. package/dist/components/widget/WidgetTable.vue.d.ts +20 -0
  68. package/dist/components/widget/widget.d.ts +38 -0
  69. package/dist/layouts/Default.vue.d.ts +9 -0
  70. package/dist/layouts/FullScreen.vue.d.ts +9 -0
  71. package/dist/main.d.ts +2 -0
  72. package/dist/router/index.d.ts +2 -0
  73. package/dist/router/shared.d.ts +2 -0
  74. package/dist/stores/accounting.d.ts +7 -0
  75. package/dist/stores/counter.d.ts +13 -0
  76. package/dist/stores/global-loader.d.ts +10 -0
  77. package/dist/stores/message-dialog.d.ts +31 -0
  78. package/dist/stores/query.d.ts +19 -0
  79. package/dist/stores/report-filters.d.ts +154 -0
  80. package/dist/stores/report-schedule.d.ts +161 -0
  81. package/dist/stores/report-schema.d.ts +79 -0
  82. package/dist/stores/report.d.ts +2754 -0
  83. package/dist/tsconfig.app.tsbuildinfo +1 -0
  84. package/dist/types/business.d.ts +46 -0
  85. package/dist/types/index.d.ts +24 -0
  86. package/dist/types/report.d.ts +170 -0
  87. package/dist/types/schedule.d.ts +29 -0
  88. package/dist/types/schema.d.ts +54 -0
  89. package/dist/types/widget.d.ts +98 -0
  90. package/dist/utils/calculated-grid.d.ts +3 -0
  91. package/dist/utils/component-key.d.ts +1 -0
  92. package/dist/utils/helper.d.ts +12 -0
  93. package/dist/utils/local-storage.d.ts +15 -0
  94. package/dist/utils/logger.d.ts +1 -0
  95. package/dist/utils/update-row-column-config.d.ts +13 -0
  96. package/dist/views/InsightView.vue.d.ts +2 -0
  97. package/dist/views/overview/OverviewView.vue.d.ts +2 -0
  98. package/dist/views/report/Report.vue.d.ts +2 -0
  99. package/dist/views/report-editor/ReportEditor.vue.d.ts +2 -0
  100. package/dist/views/report-editor/ReportEditorDesktop.vue.d.ts +28 -0
  101. package/dist/views/report-editor/ReportEditorMobile.vue.d.ts +28 -0
  102. package/dist/views/report-view/ReportView.vue.d.ts +2 -0
  103. package/dist/views/tile-editor/TileEditor.vue.d.ts +2 -0
  104. package/dist/views/tile-editor/TileEditorDesktop.vue.d.ts +39 -0
  105. package/dist/views/tile-editor/TileEditorMobile.vue.d.ts +39 -0
  106. package/package.json +7 -9
  107. package/extra_packages/query-engine/LICENSE +0 -1749
  108. package/extra_packages/query-engine/README.md +0 -11
  109. package/extra_packages/query-engine/package.json +0 -1
  110. package/extra_packages/query-engine/query-engine-dart.dart.js +0 -15531
  111. package/extra_packages/query-engine/query-engine-dart.default.js +0 -4
  112. package/extra_packages/report-v4/LICENSE +0 -3107
  113. package/extra_packages/report-v4/README.md +0 -11
  114. package/extra_packages/report-v4/package.json +0 -1
  115. package/extra_packages/report-v4/report-v4-dart.dart.js +0 -12692
  116. package/extra_packages/report-v4/report-v4-dart.default.js +0 -4
@@ -1,3107 +0,0 @@
1
- Dart SDK license:
2
-
3
- Copyright 2012, the Dart project authors.
4
-
5
- Redistribution and use in source and binary forms, with or without
6
- modification, are permitted provided that the following conditions are
7
- met:
8
- * Redistributions of source code must retain the above copyright
9
- notice, this list of conditions and the following disclaimer.
10
- * Redistributions in binary form must reproduce the above
11
- copyright notice, this list of conditions and the following
12
- disclaimer in the documentation and/or other materials provided
13
- with the distribution.
14
- * Neither the name of Google LLC nor the names of its
15
- contributors may be used to endorse or promote products derived
16
- from this software without specific prior written permission.
17
-
18
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
-
30
-
31
- --------------------------------------------------------------------------------
32
-
33
- _fe_analyzer_shared license:
34
-
35
- Copyright 2019, the Dart project authors.
36
-
37
- Redistribution and use in source and binary forms, with or without
38
- modification, are permitted provided that the following conditions are
39
- met:
40
-
41
- * Redistributions of source code must retain the above copyright
42
- notice, this list of conditions and the following disclaimer.
43
- * Redistributions in binary form must reproduce the above
44
- copyright notice, this list of conditions and the following
45
- disclaimer in the documentation and/or other materials provided
46
- with the distribution.
47
- * Neither the name of Google LLC nor the names of its
48
- contributors may be used to endorse or promote products derived
49
- from this software without specific prior written permission.
50
-
51
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
52
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
53
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
54
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
55
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
56
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
57
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
58
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
59
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
60
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
61
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62
-
63
-
64
- --------------------------------------------------------------------------------
65
-
66
- analyzer and intl license:
67
-
68
- Copyright 2013, the Dart project authors.
69
-
70
- Redistribution and use in source and binary forms, with or without
71
- modification, are permitted provided that the following conditions are
72
- met:
73
-
74
- * Redistributions of source code must retain the above copyright
75
- notice, this list of conditions and the following disclaimer.
76
- * Redistributions in binary form must reproduce the above
77
- copyright notice, this list of conditions and the following
78
- disclaimer in the documentation and/or other materials provided
79
- with the distribution.
80
- * Neither the name of Google LLC nor the names of its
81
- contributors may be used to endorse or promote products derived
82
- from this software without specific prior written permission.
83
-
84
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
85
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
86
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
87
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
88
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
89
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
90
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
91
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
92
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
93
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
94
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
95
-
96
-
97
- --------------------------------------------------------------------------------
98
-
99
- archive license:
100
-
101
- The MIT License
102
-
103
- Copyright (c) 2013-2021 Brendan Duncan.
104
- All rights reserved.
105
-
106
- Permission is hereby granted, free of charge, to any person obtaining a copy
107
- of this software and associated documentation files (the "Software"), to deal
108
- in the Software without restriction, including without limitation the rights
109
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
110
- copies of the Software, and to permit persons to whom the Software is
111
- furnished to do so, subject to the following conditions:
112
-
113
- The above copyright notice and this permission notice shall be included in
114
- all copies or substantial portions of the Software.
115
-
116
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
117
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
118
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
119
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
120
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
121
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
122
- THE SOFTWARE.
123
-
124
- --------------------------------------------------------------------------------
125
-
126
- args, csslib and logging license:
127
-
128
- Copyright 2013, the Dart project authors.
129
-
130
- Redistribution and use in source and binary forms, with or without
131
- modification, are permitted provided that the following conditions are
132
- met:
133
-
134
- * Redistributions of source code must retain the above copyright
135
- notice, this list of conditions and the following disclaimer.
136
- * Redistributions in binary form must reproduce the above
137
- copyright notice, this list of conditions and the following
138
- disclaimer in the documentation and/or other materials provided
139
- with the distribution.
140
- * Neither the name of Google LLC nor the names of its
141
- contributors may be used to endorse or promote products derived
142
- from this software without specific prior written permission.
143
-
144
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
145
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
146
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
147
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
148
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
149
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
150
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
151
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
152
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
153
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
154
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
155
-
156
-
157
- --------------------------------------------------------------------------------
158
-
159
- async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
160
- typed_data license:
161
-
162
- Copyright 2015, the Dart project authors.
163
-
164
- Redistribution and use in source and binary forms, with or without
165
- modification, are permitted provided that the following conditions are
166
- met:
167
-
168
- * Redistributions of source code must retain the above copyright
169
- notice, this list of conditions and the following disclaimer.
170
- * Redistributions in binary form must reproduce the above
171
- copyright notice, this list of conditions and the following
172
- disclaimer in the documentation and/or other materials provided
173
- with the distribution.
174
- * Neither the name of Google LLC nor the names of its
175
- contributors may be used to endorse or promote products derived
176
- from this software without specific prior written permission.
177
-
178
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
179
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
180
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
181
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
182
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
183
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
184
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
185
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
186
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
187
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
188
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
189
-
190
-
191
- --------------------------------------------------------------------------------
192
-
193
- barcode, pdf and printing license:
194
-
195
- Apache License
196
- Version 2.0, January 2004
197
- http://www.apache.org/licenses/
198
-
199
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
200
-
201
- 1. Definitions.
202
-
203
- "License" shall mean the terms and conditions for use, reproduction,
204
- and distribution as defined by Sections 1 through 9 of this document.
205
-
206
- "Licensor" shall mean the copyright owner or entity authorized by
207
- the copyright owner that is granting the License.
208
-
209
- "Legal Entity" shall mean the union of the acting entity and all
210
- other entities that control, are controlled by, or are under common
211
- control with that entity. For the purposes of this definition,
212
- "control" means (i) the power, direct or indirect, to cause the
213
- direction or management of such entity, whether by contract or
214
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
215
- outstanding shares, or (iii) beneficial ownership of such entity.
216
-
217
- "You" (or "Your") shall mean an individual or Legal Entity
218
- exercising permissions granted by this License.
219
-
220
- "Source" form shall mean the preferred form for making modifications,
221
- including but not limited to software source code, documentation
222
- source, and configuration files.
223
-
224
- "Object" form shall mean any form resulting from mechanical
225
- transformation or translation of a Source form, including but
226
- not limited to compiled object code, generated documentation,
227
- and conversions to other media types.
228
-
229
- "Work" shall mean the work of authorship, whether in Source or
230
- Object form, made available under the License, as indicated by a
231
- copyright notice that is included in or attached to the work
232
- (an example is provided in the Appendix below).
233
-
234
- "Derivative Works" shall mean any work, whether in Source or Object
235
- form, that is based on (or derived from) the Work and for which the
236
- editorial revisions, annotations, elaborations, or other modifications
237
- represent, as a whole, an original work of authorship. For the purposes
238
- of this License, Derivative Works shall not include works that remain
239
- separable from, or merely link (or bind by name) to the interfaces of,
240
- the Work and Derivative Works thereof.
241
-
242
- "Contribution" shall mean any work of authorship, including
243
- the original version of the Work and any modifications or additions
244
- to that Work or Derivative Works thereof, that is intentionally
245
- submitted to Licensor for inclusion in the Work by the copyright owner
246
- or by an individual or Legal Entity authorized to submit on behalf of
247
- the copyright owner. For the purposes of this definition, "submitted"
248
- means any form of electronic, verbal, or written communication sent
249
- to the Licensor or its representatives, including but not limited to
250
- communication on electronic mailing lists, source code control systems,
251
- and issue tracking systems that are managed by, or on behalf of, the
252
- Licensor for the purpose of discussing and improving the Work, but
253
- excluding communication that is conspicuously marked or otherwise
254
- designated in writing by the copyright owner as "Not a Contribution."
255
-
256
- "Contributor" shall mean Licensor and any individual or Legal Entity
257
- on behalf of whom a Contribution has been received by Licensor and
258
- subsequently incorporated within the Work.
259
-
260
- 2. Grant of Copyright License. Subject to the terms and conditions of
261
- this License, each Contributor hereby grants to You a perpetual,
262
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
263
- copyright license to reproduce, prepare Derivative Works of,
264
- publicly display, publicly perform, sublicense, and distribute the
265
- Work and such Derivative Works in Source or Object form.
266
-
267
- 3. Grant of Patent License. Subject to the terms and conditions of
268
- this License, each Contributor hereby grants to You a perpetual,
269
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
270
- (except as stated in this section) patent license to make, have made,
271
- use, offer to sell, sell, import, and otherwise transfer the Work,
272
- where such license applies only to those patent claims licensable
273
- by such Contributor that are necessarily infringed by their
274
- Contribution(s) alone or by combination of their Contribution(s)
275
- with the Work to which such Contribution(s) was submitted. If You
276
- institute patent litigation against any entity (including a
277
- cross-claim or counterclaim in a lawsuit) alleging that the Work
278
- or a Contribution incorporated within the Work constitutes direct
279
- or contributory patent infringement, then any patent licenses
280
- granted to You under this License for that Work shall terminate
281
- as of the date such litigation is filed.
282
-
283
- 4. Redistribution. You may reproduce and distribute copies of the
284
- Work or Derivative Works thereof in any medium, with or without
285
- modifications, and in Source or Object form, provided that You
286
- meet the following conditions:
287
-
288
- (a) You must give any other recipients of the Work or
289
- Derivative Works a copy of this License; and
290
-
291
- (b) You must cause any modified files to carry prominent notices
292
- stating that You changed the files; and
293
-
294
- (c) You must retain, in the Source form of any Derivative Works
295
- that You distribute, all copyright, patent, trademark, and
296
- attribution notices from the Source form of the Work,
297
- excluding those notices that do not pertain to any part of
298
- the Derivative Works; and
299
-
300
- (d) If the Work includes a "NOTICE" text file as part of its
301
- distribution, then any Derivative Works that You distribute must
302
- include a readable copy of the attribution notices contained
303
- within such NOTICE file, excluding those notices that do not
304
- pertain to any part of the Derivative Works, in at least one
305
- of the following places: within a NOTICE text file distributed
306
- as part of the Derivative Works; within the Source form or
307
- documentation, if provided along with the Derivative Works; or,
308
- within a display generated by the Derivative Works, if and
309
- wherever such third-party notices normally appear. The contents
310
- of the NOTICE file are for informational purposes only and
311
- do not modify the License. You may add Your own attribution
312
- notices within Derivative Works that You distribute, alongside
313
- or as an addendum to the NOTICE text from the Work, provided
314
- that such additional attribution notices cannot be construed
315
- as modifying the License.
316
-
317
- You may add Your own copyright statement to Your modifications and
318
- may provide additional or different license terms and conditions
319
- for use, reproduction, or distribution of Your modifications, or
320
- for any such Derivative Works as a whole, provided Your use,
321
- reproduction, and distribution of the Work otherwise complies with
322
- the conditions stated in this License.
323
-
324
- 5. Submission of Contributions. Unless You explicitly state otherwise,
325
- any Contribution intentionally submitted for inclusion in the Work
326
- by You to the Licensor shall be under the terms and conditions of
327
- this License, without any additional terms or conditions.
328
- Notwithstanding the above, nothing herein shall supersede or modify
329
- the terms of any separate license agreement you may have executed
330
- with Licensor regarding such Contributions.
331
-
332
- 6. Trademarks. This License does not grant permission to use the trade
333
- names, trademarks, service marks, or product names of the Licensor,
334
- except as required for reasonable and customary use in describing the
335
- origin of the Work and reproducing the content of the NOTICE file.
336
-
337
- 7. Disclaimer of Warranty. Unless required by applicable law or
338
- agreed to in writing, Licensor provides the Work (and each
339
- Contributor provides its Contributions) on an "AS IS" BASIS,
340
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
341
- implied, including, without limitation, any warranties or conditions
342
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
343
- PARTICULAR PURPOSE. You are solely responsible for determining the
344
- appropriateness of using or redistributing the Work and assume any
345
- risks associated with Your exercise of permissions under this License.
346
-
347
- 8. Limitation of Liability. In no event and under no legal theory,
348
- whether in tort (including negligence), contract, or otherwise,
349
- unless required by applicable law (such as deliberate and grossly
350
- negligent acts) or agreed to in writing, shall any Contributor be
351
- liable to You for damages, including any direct, indirect, special,
352
- incidental, or consequential damages of any character arising as a
353
- result of this License or out of the use or inability to use the
354
- Work (including but not limited to damages for loss of goodwill,
355
- work stoppage, computer failure or malfunction, or any and all
356
- other commercial damages or losses), even if such Contributor
357
- has been advised of the possibility of such damages.
358
-
359
- 9. Accepting Warranty or Additional Liability. While redistributing
360
- the Work or Derivative Works thereof, You may choose to offer,
361
- and charge a fee for, acceptance of support, warranty, indemnity,
362
- or other liability obligations and/or rights consistent with this
363
- License. However, in accepting such obligations, You may act only
364
- on Your own behalf and on Your sole responsibility, not on behalf
365
- of any other Contributor, and only if You agree to indemnify,
366
- defend, and hold each Contributor harmless for any liability
367
- incurred by, or claims asserted against, such Contributor by reason
368
- of your accepting any such warranty or additional liability.
369
-
370
-
371
- --------------------------------------------------------------------------------
372
-
373
- boolean_selector, meta and shelf_packages_handler license:
374
-
375
- Copyright 2016, the Dart project authors.
376
-
377
- Redistribution and use in source and binary forms, with or without
378
- modification, are permitted provided that the following conditions are
379
- met:
380
-
381
- * Redistributions of source code must retain the above copyright
382
- notice, this list of conditions and the following disclaimer.
383
- * Redistributions in binary form must reproduce the above
384
- copyright notice, this list of conditions and the following
385
- disclaimer in the documentation and/or other materials provided
386
- with the distribution.
387
- * Neither the name of Google LLC nor the names of its
388
- contributors may be used to endorse or promote products derived
389
- from this software without specific prior written permission.
390
-
391
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
392
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
393
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
394
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
395
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
396
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
397
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
398
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
399
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
400
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
401
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
402
-
403
-
404
- --------------------------------------------------------------------------------
405
-
406
- build, build_runner, code_builder and web_socket_channel license:
407
-
408
- Copyright 2016, the Dart project authors.
409
-
410
- Redistribution and use in source and binary forms, with or without
411
- modification, are permitted provided that the following conditions are
412
- met:
413
-
414
- * Redistributions of source code must retain the above copyright
415
- notice, this list of conditions and the following disclaimer.
416
- * Redistributions in binary form must reproduce the above
417
- copyright notice, this list of conditions and the following
418
- disclaimer in the documentation and/or other materials provided
419
- with the distribution.
420
- * Neither the name of Google LLC nor the names of its
421
- contributors may be used to endorse or promote products derived
422
- from this software without specific prior written permission.
423
-
424
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
425
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
426
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
427
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
428
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
429
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
430
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
431
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
432
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
433
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
434
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
435
-
436
-
437
- --------------------------------------------------------------------------------
438
-
439
- build_config, graphs, io, stream_transform and term_glyph license:
440
-
441
- Copyright 2017, the Dart project authors.
442
-
443
- Redistribution and use in source and binary forms, with or without
444
- modification, are permitted provided that the following conditions are
445
- met:
446
-
447
- * Redistributions of source code must retain the above copyright
448
- notice, this list of conditions and the following disclaimer.
449
- * Redistributions in binary form must reproduce the above
450
- copyright notice, this list of conditions and the following
451
- disclaimer in the documentation and/or other materials provided
452
- with the distribution.
453
- * Neither the name of Google LLC nor the names of its
454
- contributors may be used to endorse or promote products derived
455
- from this software without specific prior written permission.
456
-
457
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
458
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
459
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
460
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
461
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
462
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
463
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
464
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
465
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
466
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
467
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
468
-
469
-
470
- --------------------------------------------------------------------------------
471
-
472
- build_daemon, characters, ffi and package_config license:
473
-
474
- Copyright 2019, the Dart project authors.
475
-
476
- Redistribution and use in source and binary forms, with or without
477
- modification, are permitted provided that the following conditions are
478
- met:
479
-
480
- * Redistributions of source code must retain the above copyright
481
- notice, this list of conditions and the following disclaimer.
482
- * Redistributions in binary form must reproduce the above
483
- copyright notice, this list of conditions and the following
484
- disclaimer in the documentation and/or other materials provided
485
- with the distribution.
486
- * Neither the name of Google LLC nor the names of its
487
- contributors may be used to endorse or promote products derived
488
- from this software without specific prior written permission.
489
-
490
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
491
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
492
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
493
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
494
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
495
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
496
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
497
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
498
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
499
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
500
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
501
-
502
-
503
- --------------------------------------------------------------------------------
504
-
505
- build_resolvers, build_runner_core, pubspec_parse, test_api, test_core and
506
- timing license:
507
-
508
- Copyright 2018, the Dart project authors.
509
-
510
- Redistribution and use in source and binary forms, with or without
511
- modification, are permitted provided that the following conditions are
512
- met:
513
-
514
- * Redistributions of source code must retain the above copyright
515
- notice, this list of conditions and the following disclaimer.
516
- * Redistributions in binary form must reproduce the above
517
- copyright notice, this list of conditions and the following
518
- disclaimer in the documentation and/or other materials provided
519
- with the distribution.
520
- * Neither the name of Google LLC nor the names of its
521
- contributors may be used to endorse or promote products derived
522
- from this software without specific prior written permission.
523
-
524
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
525
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
526
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
527
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
528
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
529
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
530
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
531
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
532
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
533
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
534
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
535
-
536
-
537
- --------------------------------------------------------------------------------
538
-
539
- built_collection and built_value license:
540
-
541
- Copyright 2015, Google Inc. All rights reserved.
542
-
543
- Redistribution and use in source and binary forms, with or without
544
- modification, are permitted provided that the following conditions are
545
- met:
546
-
547
- * Redistributions of source code must retain the above copyright
548
- notice, this list of conditions and the following disclaimer.
549
- * Redistributions in binary form must reproduce the above
550
- copyright notice, this list of conditions and the following disclaimer
551
- in the documentation and/or other materials provided with the
552
- distribution.
553
-
554
- * Neither the name of Google Inc. nor the names of its
555
- contributors may be used to endorse or promote products derived from
556
- this software without specific prior written permission.
557
-
558
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
559
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
560
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
561
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
562
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
563
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
564
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
565
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
566
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
567
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
568
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
569
-
570
-
571
- --------------------------------------------------------------------------------
572
-
573
- charcode and source_maps license:
574
-
575
- Copyright 2014, the Dart project authors. All rights reserved.
576
- Redistribution and use in source and binary forms, with or without
577
- modification, are permitted provided that the following conditions are
578
- met:
579
-
580
- * Redistributions of source code must retain the above copyright
581
- notice, this list of conditions and the following disclaimer.
582
- * Redistributions in binary form must reproduce the above
583
- copyright notice, this list of conditions and the following
584
- disclaimer in the documentation and/or other materials provided
585
- with the distribution.
586
- * Neither the name of Google Inc. nor the names of its
587
- contributors may be used to endorse or promote products derived
588
- from this software without specific prior written permission.
589
-
590
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
591
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
592
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
593
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
594
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
595
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
596
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
597
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
598
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
599
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
600
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
601
-
602
-
603
- --------------------------------------------------------------------------------
604
-
605
- checked_yaml license:
606
-
607
- Copyright 2019, the Dart project authors. All rights reserved.
608
- Redistribution and use in source and binary forms, with or without
609
- modification, are permitted provided that the following conditions are
610
- met:
611
-
612
- * Redistributions of source code must retain the above copyright
613
- notice, this list of conditions and the following disclaimer.
614
- * Redistributions in binary form must reproduce the above
615
- copyright notice, this list of conditions and the following
616
- disclaimer in the documentation and/or other materials provided
617
- with the distribution.
618
- * Neither the name of Google Inc. nor the names of its
619
- contributors may be used to endorse or promote products derived
620
- from this software without specific prior written permission.
621
-
622
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
623
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
624
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
625
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
626
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
627
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
628
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
629
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
630
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
631
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
632
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
633
-
634
-
635
- --------------------------------------------------------------------------------
636
-
637
- cli_pkg license:
638
-
639
- Apache License
640
- Version 2.0, January 2004
641
- http://www.apache.org/licenses/
642
-
643
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
644
-
645
- 1. Definitions.
646
-
647
- "License" shall mean the terms and conditions for use, reproduction,
648
- and distribution as defined by Sections 1 through 9 of this document.
649
-
650
- "Licensor" shall mean the copyright owner or entity authorized by
651
- the copyright owner that is granting the License.
652
-
653
- "Legal Entity" shall mean the union of the acting entity and all
654
- other entities that control, are controlled by, or are under common
655
- control with that entity. For the purposes of this definition,
656
- "control" means (i) the power, direct or indirect, to cause the
657
- direction or management of such entity, whether by contract or
658
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
659
- outstanding shares, or (iii) beneficial ownership of such entity.
660
-
661
- "You" (or "Your") shall mean an individual or Legal Entity
662
- exercising permissions granted by this License.
663
-
664
- "Source" form shall mean the preferred form for making modifications,
665
- including but not limited to software source code, documentation
666
- source, and configuration files.
667
-
668
- "Object" form shall mean any form resulting from mechanical
669
- transformation or translation of a Source form, including but
670
- not limited to compiled object code, generated documentation,
671
- and conversions to other media types.
672
-
673
- "Work" shall mean the work of authorship, whether in Source or
674
- Object form, made available under the License, as indicated by a
675
- copyright notice that is included in or attached to the work
676
- (an example is provided in the Appendix below).
677
-
678
- "Derivative Works" shall mean any work, whether in Source or Object
679
- form, that is based on (or derived from) the Work and for which the
680
- editorial revisions, annotations, elaborations, or other modifications
681
- represent, as a whole, an original work of authorship. For the purposes
682
- of this License, Derivative Works shall not include works that remain
683
- separable from, or merely link (or bind by name) to the interfaces of,
684
- the Work and Derivative Works thereof.
685
-
686
- "Contribution" shall mean any work of authorship, including
687
- the original version of the Work and any modifications or additions
688
- to that Work or Derivative Works thereof, that is intentionally
689
- submitted to Licensor for inclusion in the Work by the copyright owner
690
- or by an individual or Legal Entity authorized to submit on behalf of
691
- the copyright owner. For the purposes of this definition, "submitted"
692
- means any form of electronic, verbal, or written communication sent
693
- to the Licensor or its representatives, including but not limited to
694
- communication on electronic mailing lists, source code control systems,
695
- and issue tracking systems that are managed by, or on behalf of, the
696
- Licensor for the purpose of discussing and improving the Work, but
697
- excluding communication that is conspicuously marked or otherwise
698
- designated in writing by the copyright owner as "Not a Contribution."
699
-
700
- "Contributor" shall mean Licensor and any individual or Legal Entity
701
- on behalf of whom a Contribution has been received by Licensor and
702
- subsequently incorporated within the Work.
703
-
704
- 2. Grant of Copyright License. Subject to the terms and conditions of
705
- this License, each Contributor hereby grants to You a perpetual,
706
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
707
- copyright license to reproduce, prepare Derivative Works of,
708
- publicly display, publicly perform, sublicense, and distribute the
709
- Work and such Derivative Works in Source or Object form.
710
-
711
- 3. Grant of Patent License. Subject to the terms and conditions of
712
- this License, each Contributor hereby grants to You a perpetual,
713
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
714
- (except as stated in this section) patent license to make, have made,
715
- use, offer to sell, sell, import, and otherwise transfer the Work,
716
- where such license applies only to those patent claims licensable
717
- by such Contributor that are necessarily infringed by their
718
- Contribution(s) alone or by combination of their Contribution(s)
719
- with the Work to which such Contribution(s) was submitted. If You
720
- institute patent litigation against any entity (including a
721
- cross-claim or counterclaim in a lawsuit) alleging that the Work
722
- or a Contribution incorporated within the Work constitutes direct
723
- or contributory patent infringement, then any patent licenses
724
- granted to You under this License for that Work shall terminate
725
- as of the date such litigation is filed.
726
-
727
- 4. Redistribution. You may reproduce and distribute copies of the
728
- Work or Derivative Works thereof in any medium, with or without
729
- modifications, and in Source or Object form, provided that You
730
- meet the following conditions:
731
-
732
- (a) You must give any other recipients of the Work or
733
- Derivative Works a copy of this License; and
734
-
735
- (b) You must cause any modified files to carry prominent notices
736
- stating that You changed the files; and
737
-
738
- (c) You must retain, in the Source form of any Derivative Works
739
- that You distribute, all copyright, patent, trademark, and
740
- attribution notices from the Source form of the Work,
741
- excluding those notices that do not pertain to any part of
742
- the Derivative Works; and
743
-
744
- (d) If the Work includes a "NOTICE" text file as part of its
745
- distribution, then any Derivative Works that You distribute must
746
- include a readable copy of the attribution notices contained
747
- within such NOTICE file, excluding those notices that do not
748
- pertain to any part of the Derivative Works, in at least one
749
- of the following places: within a NOTICE text file distributed
750
- as part of the Derivative Works; within the Source form or
751
- documentation, if provided along with the Derivative Works; or,
752
- within a display generated by the Derivative Works, if and
753
- wherever such third-party notices normally appear. The contents
754
- of the NOTICE file are for informational purposes only and
755
- do not modify the License. You may add Your own attribution
756
- notices within Derivative Works that You distribute, alongside
757
- or as an addendum to the NOTICE text from the Work, provided
758
- that such additional attribution notices cannot be construed
759
- as modifying the License.
760
-
761
- You may add Your own copyright statement to Your modifications and
762
- may provide additional or different license terms and conditions
763
- for use, reproduction, or distribution of Your modifications, or
764
- for any such Derivative Works as a whole, provided Your use,
765
- reproduction, and distribution of the Work otherwise complies with
766
- the conditions stated in this License.
767
-
768
- 5. Submission of Contributions. Unless You explicitly state otherwise,
769
- any Contribution intentionally submitted for inclusion in the Work
770
- by You to the Licensor shall be under the terms and conditions of
771
- this License, without any additional terms or conditions.
772
- Notwithstanding the above, nothing herein shall supersede or modify
773
- the terms of any separate license agreement you may have executed
774
- with Licensor regarding such Contributions.
775
-
776
- 6. Trademarks. This License does not grant permission to use the trade
777
- names, trademarks, service marks, or product names of the Licensor,
778
- except as required for reasonable and customary use in describing the
779
- origin of the Work and reproducing the content of the NOTICE file.
780
-
781
- 7. Disclaimer of Warranty. Unless required by applicable law or
782
- agreed to in writing, Licensor provides the Work (and each
783
- Contributor provides its Contributions) on an "AS IS" BASIS,
784
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
785
- implied, including, without limitation, any warranties or conditions
786
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
787
- PARTICULAR PURPOSE. You are solely responsible for determining the
788
- appropriateness of using or redistributing the Work and assume any
789
- risks associated with Your exercise of permissions under this License.
790
-
791
- 8. Limitation of Liability. In no event and under no legal theory,
792
- whether in tort (including negligence), contract, or otherwise,
793
- unless required by applicable law (such as deliberate and grossly
794
- negligent acts) or agreed to in writing, shall any Contributor be
795
- liable to You for damages, including any direct, indirect, special,
796
- incidental, or consequential damages of any character arising as a
797
- result of this License or out of the use or inability to use the
798
- Work (including but not limited to damages for loss of goodwill,
799
- work stoppage, computer failure or malfunction, or any and all
800
- other commercial damages or losses), even if such Contributor
801
- has been advised of the possibility of such damages.
802
-
803
- 9. Accepting Warranty or Additional Liability. While redistributing
804
- the Work or Derivative Works thereof, You may choose to offer,
805
- and charge a fee for, acceptance of support, warranty, indemnity,
806
- or other liability obligations and/or rights consistent with this
807
- License. However, in accepting such obligations, You may act only
808
- on Your own behalf and on Your sole responsibility, not on behalf
809
- of any other Contributor, and only if You agree to indemnify,
810
- defend, and hold each Contributor harmless for any liability
811
- incurred by, or claims asserted against, such Contributor by reason
812
- of your accepting any such warranty or additional liability.
813
-
814
- END OF TERMS AND CONDITIONS
815
-
816
- APPENDIX: How to apply the Apache License to your work.
817
-
818
- To apply the Apache License to your work, attach the following
819
- boilerplate notice, with the fields enclosed by brackets "[]"
820
- replaced with your own identifying information. (Don't include
821
- the brackets!) The text should be enclosed in the appropriate
822
- comment syntax for the file format. We also recommend that a
823
- file or class name and description of purpose be included on the
824
- same "printed page" as the copyright notice for easier
825
- identification within third-party archives.
826
-
827
- Copyright [yyyy] [name of copyright owner]
828
-
829
- Licensed under the Apache License, Version 2.0 (the "License");
830
- you may not use this file except in compliance with the License.
831
- You may obtain a copy of the License at
832
-
833
- http://www.apache.org/licenses/LICENSE-2.0
834
-
835
- Unless required by applicable law or agreed to in writing, software
836
- distributed under the License is distributed on an "AS IS" BASIS,
837
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
838
- See the License for the specific language governing permissions and
839
- limitations under the License.
840
-
841
-
842
- --------------------------------------------------------------------------------
843
-
844
- clock, coverage, fake_async, material_color_utilities and retry license:
845
-
846
-
847
- Apache License
848
- Version 2.0, January 2004
849
- http://www.apache.org/licenses/
850
-
851
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
852
-
853
- 1. Definitions.
854
-
855
- "License" shall mean the terms and conditions for use, reproduction,
856
- and distribution as defined by Sections 1 through 9 of this document.
857
-
858
- "Licensor" shall mean the copyright owner or entity authorized by
859
- the copyright owner that is granting the License.
860
-
861
- "Legal Entity" shall mean the union of the acting entity and all
862
- other entities that control, are controlled by, or are under common
863
- control with that entity. For the purposes of this definition,
864
- "control" means (i) the power, direct or indirect, to cause the
865
- direction or management of such entity, whether by contract or
866
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
867
- outstanding shares, or (iii) beneficial ownership of such entity.
868
-
869
- "You" (or "Your") shall mean an individual or Legal Entity
870
- exercising permissions granted by this License.
871
-
872
- "Source" form shall mean the preferred form for making modifications,
873
- including but not limited to software source code, documentation
874
- source, and configuration files.
875
-
876
- "Object" form shall mean any form resulting from mechanical
877
- transformation or translation of a Source form, including but
878
- not limited to compiled object code, generated documentation,
879
- and conversions to other media types.
880
-
881
- "Work" shall mean the work of authorship, whether in Source or
882
- Object form, made available under the License, as indicated by a
883
- copyright notice that is included in or attached to the work
884
- (an example is provided in the Appendix below).
885
-
886
- "Derivative Works" shall mean any work, whether in Source or Object
887
- form, that is based on (or derived from) the Work and for which the
888
- editorial revisions, annotations, elaborations, or other modifications
889
- represent, as a whole, an original work of authorship. For the purposes
890
- of this License, Derivative Works shall not include works that remain
891
- separable from, or merely link (or bind by name) to the interfaces of,
892
- the Work and Derivative Works thereof.
893
-
894
- "Contribution" shall mean any work of authorship, including
895
- the original version of the Work and any modifications or additions
896
- to that Work or Derivative Works thereof, that is intentionally
897
- submitted to Licensor for inclusion in the Work by the copyright owner
898
- or by an individual or Legal Entity authorized to submit on behalf of
899
- the copyright owner. For the purposes of this definition, "submitted"
900
- means any form of electronic, verbal, or written communication sent
901
- to the Licensor or its representatives, including but not limited to
902
- communication on electronic mailing lists, source code control systems,
903
- and issue tracking systems that are managed by, or on behalf of, the
904
- Licensor for the purpose of discussing and improving the Work, but
905
- excluding communication that is conspicuously marked or otherwise
906
- designated in writing by the copyright owner as "Not a Contribution."
907
-
908
- "Contributor" shall mean Licensor and any individual or Legal Entity
909
- on behalf of whom a Contribution has been received by Licensor and
910
- subsequently incorporated within the Work.
911
-
912
- 2. Grant of Copyright License. Subject to the terms and conditions of
913
- this License, each Contributor hereby grants to You a perpetual,
914
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
915
- copyright license to reproduce, prepare Derivative Works of,
916
- publicly display, publicly perform, sublicense, and distribute the
917
- Work and such Derivative Works in Source or Object form.
918
-
919
- 3. Grant of Patent License. Subject to the terms and conditions of
920
- this License, each Contributor hereby grants to You a perpetual,
921
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
922
- (except as stated in this section) patent license to make, have made,
923
- use, offer to sell, sell, import, and otherwise transfer the Work,
924
- where such license applies only to those patent claims licensable
925
- by such Contributor that are necessarily infringed by their
926
- Contribution(s) alone or by combination of their Contribution(s)
927
- with the Work to which such Contribution(s) was submitted. If You
928
- institute patent litigation against any entity (including a
929
- cross-claim or counterclaim in a lawsuit) alleging that the Work
930
- or a Contribution incorporated within the Work constitutes direct
931
- or contributory patent infringement, then any patent licenses
932
- granted to You under this License for that Work shall terminate
933
- as of the date such litigation is filed.
934
-
935
- 4. Redistribution. You may reproduce and distribute copies of the
936
- Work or Derivative Works thereof in any medium, with or without
937
- modifications, and in Source or Object form, provided that You
938
- meet the following conditions:
939
-
940
- (a) You must give any other recipients of the Work or
941
- Derivative Works a copy of this License; and
942
-
943
- (b) You must cause any modified files to carry prominent notices
944
- stating that You changed the files; and
945
-
946
- (c) You must retain, in the Source form of any Derivative Works
947
- that You distribute, all copyright, patent, trademark, and
948
- attribution notices from the Source form of the Work,
949
- excluding those notices that do not pertain to any part of
950
- the Derivative Works; and
951
-
952
- (d) If the Work includes a "NOTICE" text file as part of its
953
- distribution, then any Derivative Works that You distribute must
954
- include a readable copy of the attribution notices contained
955
- within such NOTICE file, excluding those notices that do not
956
- pertain to any part of the Derivative Works, in at least one
957
- of the following places: within a NOTICE text file distributed
958
- as part of the Derivative Works; within the Source form or
959
- documentation, if provided along with the Derivative Works; or,
960
- within a display generated by the Derivative Works, if and
961
- wherever such third-party notices normally appear. The contents
962
- of the NOTICE file are for informational purposes only and
963
- do not modify the License. You may add Your own attribution
964
- notices within Derivative Works that You distribute, alongside
965
- or as an addendum to the NOTICE text from the Work, provided
966
- that such additional attribution notices cannot be construed
967
- as modifying the License.
968
-
969
- You may add Your own copyright statement to Your modifications and
970
- may provide additional or different license terms and conditions
971
- for use, reproduction, or distribution of Your modifications, or
972
- for any such Derivative Works as a whole, provided Your use,
973
- reproduction, and distribution of the Work otherwise complies with
974
- the conditions stated in this License.
975
-
976
- 5. Submission of Contributions. Unless You explicitly state otherwise,
977
- any Contribution intentionally submitted for inclusion in the Work
978
- by You to the Licensor shall be under the terms and conditions of
979
- this License, without any additional terms or conditions.
980
- Notwithstanding the above, nothing herein shall supersede or modify
981
- the terms of any separate license agreement you may have executed
982
- with Licensor regarding such Contributions.
983
-
984
- 6. Trademarks. This License does not grant permission to use the trade
985
- names, trademarks, service marks, or product names of the Licensor,
986
- except as required for reasonable and customary use in describing the
987
- origin of the Work and reproducing the content of the NOTICE file.
988
-
989
- 7. Disclaimer of Warranty. Unless required by applicable law or
990
- agreed to in writing, Licensor provides the Work (and each
991
- Contributor provides its Contributions) on an "AS IS" BASIS,
992
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
993
- implied, including, without limitation, any warranties or conditions
994
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
995
- PARTICULAR PURPOSE. You are solely responsible for determining the
996
- appropriateness of using or redistributing the Work and assume any
997
- risks associated with Your exercise of permissions under this License.
998
-
999
- 8. Limitation of Liability. In no event and under no legal theory,
1000
- whether in tort (including negligence), contract, or otherwise,
1001
- unless required by applicable law (such as deliberate and grossly
1002
- negligent acts) or agreed to in writing, shall any Contributor be
1003
- liable to You for damages, including any direct, indirect, special,
1004
- incidental, or consequential damages of any character arising as a
1005
- result of this License or out of the use or inability to use the
1006
- Work (including but not limited to damages for loss of goodwill,
1007
- work stoppage, computer failure or malfunction, or any and all
1008
- other commercial damages or losses), even if such Contributor
1009
- has been advised of the possibility of such damages.
1010
-
1011
- 9. Accepting Warranty or Additional Liability. While redistributing
1012
- the Work or Derivative Works thereof, You may choose to offer,
1013
- and charge a fee for, acceptance of support, warranty, indemnity,
1014
- or other liability obligations and/or rights consistent with this
1015
- License. However, in accepting such obligations, You may act only
1016
- on Your own behalf and on Your sole responsibility, not on behalf
1017
- of any other Contributor, and only if You agree to indemnify,
1018
- defend, and hold each Contributor harmless for any liability
1019
- incurred by, or claims asserted against, such Contributor by reason
1020
- of your accepting any such warranty or additional liability.
1021
-
1022
- END OF TERMS AND CONDITIONS
1023
-
1024
- APPENDIX: How to apply the Apache License to your work.
1025
-
1026
- To apply the Apache License to your work, attach the following
1027
- boilerplate notice, with the fields enclosed by brackets "[]"
1028
- replaced with your own identifying information. (Don't include
1029
- the brackets!) The text should be enclosed in the appropriate
1030
- comment syntax for the file format. We also recommend that a
1031
- file or class name and description of purpose be included on the
1032
- same "printed page" as the copyright notice for easier
1033
- identification within third-party archives.
1034
-
1035
- Copyright [yyyy] [name of copyright owner]
1036
-
1037
- Licensed under the Apache License, Version 2.0 (the "License");
1038
- you may not use this file except in compliance with the License.
1039
- You may obtain a copy of the License at
1040
-
1041
- http://www.apache.org/licenses/LICENSE-2.0
1042
-
1043
- Unless required by applicable law or agreed to in writing, software
1044
- distributed under the License is distributed on an "AS IS" BASIS,
1045
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1046
- See the License for the specific language governing permissions and
1047
- limitations under the License.
1048
-
1049
- --------------------------------------------------------------------------------
1050
-
1051
- convert, crypto, shelf_static, source_gen and vm_service license:
1052
-
1053
- Copyright 2015, the Dart project authors.
1054
-
1055
- Redistribution and use in source and binary forms, with or without
1056
- modification, are permitted provided that the following conditions are
1057
- met:
1058
-
1059
- * Redistributions of source code must retain the above copyright
1060
- notice, this list of conditions and the following disclaimer.
1061
- * Redistributions in binary form must reproduce the above
1062
- copyright notice, this list of conditions and the following
1063
- disclaimer in the documentation and/or other materials provided
1064
- with the distribution.
1065
- * Neither the name of Google LLC nor the names of its
1066
- contributors may be used to endorse or promote products derived
1067
- from this software without specific prior written permission.
1068
-
1069
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1070
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1071
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1072
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1073
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1074
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1075
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1076
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1077
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1078
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1079
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1080
-
1081
-
1082
- --------------------------------------------------------------------------------
1083
-
1084
- cupertino_icons license:
1085
-
1086
- The MIT License (MIT)
1087
-
1088
- Copyright (c) 2016 Vladimir Kharlampidi
1089
-
1090
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1091
- this software and associated documentation files (the "Software"), to deal in
1092
- the Software without restriction, including without limitation the rights to
1093
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1094
- the Software, and to permit persons to whom the Software is furnished to do so,
1095
- subject to the following conditions:
1096
-
1097
- The above copyright notice and this permission notice shall be included in all
1098
- copies or substantial portions of the Software.
1099
-
1100
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1101
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1102
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1103
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1104
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1105
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1106
-
1107
- --------------------------------------------------------------------------------
1108
-
1109
- dart_style, glob, http, http_parser, matcher, path, pool, pub_semver,
1110
- source_span, string_scanner, test and watcher license:
1111
-
1112
- Copyright 2014, the Dart project authors.
1113
-
1114
- Redistribution and use in source and binary forms, with or without
1115
- modification, are permitted provided that the following conditions are
1116
- met:
1117
-
1118
- * Redistributions of source code must retain the above copyright
1119
- notice, this list of conditions and the following disclaimer.
1120
- * Redistributions in binary form must reproduce the above
1121
- copyright notice, this list of conditions and the following
1122
- disclaimer in the documentation and/or other materials provided
1123
- with the distribution.
1124
- * Neither the name of Google LLC nor the names of its
1125
- contributors may be used to endorse or promote products derived
1126
- from this software without specific prior written permission.
1127
-
1128
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1129
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1130
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1131
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1132
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1133
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1134
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1135
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1136
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1137
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1138
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1139
-
1140
-
1141
- --------------------------------------------------------------------------------
1142
-
1143
- data_table_2 license:
1144
-
1145
- BSD 3-Clause License
1146
-
1147
- Copyright (c) 2021, sdfsfd
1148
- All rights reserved.
1149
-
1150
- Redistribution and use in source and binary forms, with or without
1151
- modification, are permitted provided that the following conditions are met:
1152
-
1153
- 1. Redistributions of source code must retain the above copyright notice, this
1154
- list of conditions and the following disclaimer.
1155
-
1156
- 2. Redistributions in binary form must reproduce the above copyright notice,
1157
- this list of conditions and the following disclaimer in the documentation
1158
- and/or other materials provided with the distribution.
1159
-
1160
- 3. Neither the name of the copyright holder nor the names of its
1161
- contributors may be used to endorse or promote products derived from
1162
- this software without specific prior written permission.
1163
-
1164
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1165
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1166
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1167
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1168
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1169
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1170
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1171
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1172
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1173
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1174
-
1175
-
1176
- --------------------------------------------------------------------------------
1177
-
1178
- dio license:
1179
-
1180
- MIT License
1181
-
1182
- Copyright (c) 2018 wendux
1183
-
1184
- Permission is hereby granted, free of charge, to any person obtaining a copy
1185
- of this software and associated documentation files (the "Software"), to deal
1186
- in the Software without restriction, including without limitation the rights
1187
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1188
- copies of the Software, and to permit persons to whom the Software is
1189
- furnished to do so, subject to the following conditions:
1190
-
1191
- The above copyright notice and this permission notice shall be included in all
1192
- copies or substantial portions of the Software.
1193
-
1194
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1195
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1196
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1197
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1198
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1199
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1200
- SOFTWARE.
1201
-
1202
- --------------------------------------------------------------------------------
1203
-
1204
- dotenv license:
1205
-
1206
- The MIT License (MIT)
1207
-
1208
- Copyright (c) 2015 mockturtl
1209
-
1210
- Permission is hereby granted, free of charge, to any person obtaining a copy
1211
- of this software and associated documentation files (the "Software"), to deal
1212
- in the Software without restriction, including without limitation the rights
1213
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1214
- copies of the Software, and to permit persons to whom the Software is
1215
- furnished to do so, subject to the following conditions:
1216
-
1217
- The above copyright notice and this permission notice shall be included in all
1218
- copies or substantial portions of the Software.
1219
-
1220
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1221
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1222
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1223
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1224
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1225
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1226
- SOFTWARE.
1227
-
1228
-
1229
- --------------------------------------------------------------------------------
1230
-
1231
- dotted_border license:
1232
-
1233
- MIT License
1234
-
1235
- Copyright (c) 2019 Ajil Oommen
1236
-
1237
- Permission is hereby granted, free of charge, to any person obtaining a copy
1238
- of this software and associated documentation files (the "Software"), to deal
1239
- in the Software without restriction, including without limitation the rights
1240
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1241
- copies of the Software, and to permit persons to whom the Software is
1242
- furnished to do so, subject to the following conditions:
1243
-
1244
- The above copyright notice and this permission notice shall be included in all
1245
- copies or substantial portions of the Software.
1246
-
1247
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1248
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1249
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1250
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1251
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1252
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1253
- SOFTWARE.
1254
-
1255
- --------------------------------------------------------------------------------
1256
-
1257
- dropdown_textfield license:
1258
-
1259
- Copyright (c) 2020 Sharathraj A
1260
-
1261
- Permission is hereby granted, free of charge, to any person obtaining a copy
1262
- of this software and associated documentation files (the "Software"), to deal
1263
- in the Software without restriction, including without limitation the rights
1264
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1265
- copies of the Software, and to permit persons to whom the Software is
1266
- furnished to do so, subject to the following conditions:
1267
-
1268
- The above copyright notice and this permission notice shall be included in all
1269
- copies or substantial portions of the Software.
1270
-
1271
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1272
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1273
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1274
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1275
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1276
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1277
- SOFTWARE.
1278
-
1279
-
1280
- --------------------------------------------------------------------------------
1281
-
1282
- equatable license:
1283
-
1284
- MIT License
1285
-
1286
- Copyright (c) 2018 Felix Angelov
1287
-
1288
- Permission is hereby granted, free of charge, to any person obtaining a copy
1289
- of this software and associated documentation files (the "Software"), to deal
1290
- in the Software without restriction, including without limitation the rights
1291
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1292
- copies of the Software, and to permit persons to whom the Software is
1293
- furnished to do so, subject to the following conditions:
1294
-
1295
- The above copyright notice and this permission notice shall be included in all
1296
- copies or substantial portions of the Software.
1297
-
1298
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1299
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1300
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1301
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1302
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1303
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1304
- SOFTWARE.
1305
-
1306
-
1307
- --------------------------------------------------------------------------------
1308
-
1309
- expandable license:
1310
-
1311
- Copyright (c) 2019 Alexander Ryzhov <aryzhov07@gmail.com>
1312
-
1313
- Permission is hereby granted, free of charge, to any person obtaining a copy
1314
- of this software and associated documentation files (the "Software"), to deal
1315
- in the Software without restriction, including without limitation the rights
1316
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1317
- copies of the Software, and to permit persons to whom the Software is
1318
- furnished to do so, subject to the following conditions:
1319
-
1320
- The above copyright notice and this permission notice shall be included in all
1321
- copies or substantial portions of the Software.
1322
-
1323
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1324
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1325
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1326
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1327
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1328
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1329
- SOFTWARE.
1330
-
1331
-
1332
- --------------------------------------------------------------------------------
1333
-
1334
- file license:
1335
-
1336
- Copyright 2017, the Dart project authors. All rights reserved.
1337
- Redistribution and use in source and binary forms, with or without
1338
- modification, are permitted provided that the following conditions are
1339
- met:
1340
-
1341
- * Redistributions of source code must retain the above copyright
1342
- notice, this list of conditions and the following disclaimer.
1343
- * Redistributions in binary form must reproduce the above
1344
- copyright notice, this list of conditions and the following
1345
- disclaimer in the documentation and/or other materials provided
1346
- with the distribution.
1347
- * Neither the name of Google Inc. nor the names of its
1348
- contributors may be used to endorse or promote products derived
1349
- from this software without specific prior written permission.
1350
-
1351
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1352
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1353
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1354
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1355
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1356
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1357
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1358
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1359
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1360
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1361
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1362
-
1363
- --------------------------------------------------------------------------------
1364
-
1365
- fixnum, http_multi_server, shelf, shelf_web_socket and stack_trace license:
1366
-
1367
- Copyright 2014, the Dart project authors.
1368
-
1369
- Redistribution and use in source and binary forms, with or without
1370
- modification, are permitted provided that the following conditions are
1371
- met:
1372
-
1373
- * Redistributions of source code must retain the above copyright
1374
- notice, this list of conditions and the following disclaimer.
1375
- * Redistributions in binary form must reproduce the above
1376
- copyright notice, this list of conditions and the following
1377
- disclaimer in the documentation and/or other materials provided
1378
- with the distribution.
1379
- * Neither the name of Google LLC nor the names of its
1380
- contributors may be used to endorse or promote products derived
1381
- from this software without specific prior written permission.
1382
-
1383
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1384
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1385
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1386
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1387
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1388
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1389
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1390
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1391
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1392
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1393
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1394
-
1395
-
1396
- --------------------------------------------------------------------------------
1397
-
1398
- flutter license:
1399
-
1400
- Copyright 2014 The Flutter Authors. All rights reserved.
1401
-
1402
- Redistribution and use in source and binary forms, with or without modification,
1403
- are permitted provided that the following conditions are met:
1404
-
1405
- * Redistributions of source code must retain the above copyright
1406
- notice, this list of conditions and the following disclaimer.
1407
- * Redistributions in binary form must reproduce the above
1408
- copyright notice, this list of conditions and the following
1409
- disclaimer in the documentation and/or other materials provided
1410
- with the distribution.
1411
- * Neither the name of Google Inc. nor the names of its
1412
- contributors may be used to endorse or promote products derived
1413
- from this software without specific prior written permission.
1414
-
1415
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1416
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1417
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1418
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1419
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1420
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1421
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1422
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1423
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1424
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1425
-
1426
-
1427
- --------------------------------------------------------------------------------
1428
-
1429
- flutter_hooks license:
1430
-
1431
- MIT License
1432
-
1433
- Copyright (c) 2018 Remi Rousselet
1434
-
1435
- Permission is hereby granted, free of charge, to any person obtaining a copy
1436
- of this software and associated documentation files (the "Software"), to deal
1437
- in the Software without restriction, including without limitation the rights
1438
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1439
- copies of the Software, and to permit persons to whom the Software is
1440
- furnished to do so, subject to the following conditions:
1441
-
1442
- The above copyright notice and this permission notice shall be included in all
1443
- copies or substantial portions of the Software.
1444
-
1445
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1446
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1447
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1448
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1449
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1450
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1451
- SOFTWARE.
1452
-
1453
- --------------------------------------------------------------------------------
1454
-
1455
- flutter_lints, path_provider, path_provider_android, path_provider_foundation,
1456
- path_provider_linux, path_provider_platform_interface, path_provider_windows,
1457
- plugin_platform_interface and xdg_directories license:
1458
-
1459
- Copyright 2013 The Flutter Authors. All rights reserved.
1460
-
1461
- Redistribution and use in source and binary forms, with or without modification,
1462
- are permitted provided that the following conditions are met:
1463
-
1464
- * Redistributions of source code must retain the above copyright
1465
- notice, this list of conditions and the following disclaimer.
1466
- * Redistributions in binary form must reproduce the above
1467
- copyright notice, this list of conditions and the following
1468
- disclaimer in the documentation and/or other materials provided
1469
- with the distribution.
1470
- * Neither the name of Google Inc. nor the names of its
1471
- contributors may be used to endorse or promote products derived
1472
- from this software without specific prior written permission.
1473
-
1474
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1475
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1476
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1477
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1478
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1479
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1480
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1481
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1482
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1483
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1484
-
1485
-
1486
- --------------------------------------------------------------------------------
1487
-
1488
- flutter_riverpod, freezed, freezed_annotation, hooks_riverpod, riverpod and
1489
- state_notifier license:
1490
-
1491
- MIT License
1492
-
1493
- Copyright (c) 2020 Remi Rousselet
1494
-
1495
- Permission is hereby granted, free of charge, to any person obtaining a copy
1496
- of this software and associated documentation files (the "Software"), to deal
1497
- in the Software without restriction, including without limitation the rights
1498
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1499
- copies of the Software, and to permit persons to whom the Software is
1500
- furnished to do so, subject to the following conditions:
1501
-
1502
- The above copyright notice and this permission notice shall be included in all
1503
- copies or substantial portions of the Software.
1504
-
1505
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1506
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1507
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1508
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1509
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1510
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1511
- SOFTWARE.
1512
-
1513
- --------------------------------------------------------------------------------
1514
-
1515
- frontend_server_client license:
1516
-
1517
- Copyright 2020, the Dart project authors.
1518
-
1519
- Redistribution and use in source and binary forms, with or without
1520
- modification, are permitted provided that the following conditions are
1521
- met:
1522
-
1523
- * Redistributions of source code must retain the above copyright
1524
- notice, this list of conditions and the following disclaimer.
1525
- * Redistributions in binary form must reproduce the above
1526
- copyright notice, this list of conditions and the following
1527
- disclaimer in the documentation and/or other materials provided
1528
- with the distribution.
1529
- * Neither the name of Google LLC nor the names of its
1530
- contributors may be used to endorse or promote products derived
1531
- from this software without specific prior written permission.
1532
-
1533
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1534
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1535
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1536
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1537
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1538
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1539
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1540
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1541
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1542
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1543
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1544
-
1545
-
1546
- --------------------------------------------------------------------------------
1547
-
1548
- grinder and webkit_inspection_protocol license:
1549
-
1550
- Copyright 2013, Google Inc.
1551
- All rights reserved.
1552
-
1553
- Redistribution and use in source and binary forms, with or without
1554
- modification, are permitted provided that the following conditions are
1555
- met:
1556
-
1557
- * Redistributions of source code must retain the above copyright
1558
- notice, this list of conditions and the following disclaimer.
1559
- * Redistributions in binary form must reproduce the above
1560
- copyright notice, this list of conditions and the following disclaimer
1561
- in the documentation and/or other materials provided with the
1562
- distribution.
1563
- * Neither the name of Google Inc. nor the names of its
1564
- contributors may be used to endorse or promote products derived from
1565
- this software without specific prior written permission.
1566
-
1567
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1568
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1569
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1570
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1571
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1572
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1573
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1574
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1575
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1576
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1577
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1578
-
1579
-
1580
- --------------------------------------------------------------------------------
1581
-
1582
- html license:
1583
-
1584
- Copyright (c) 2006-2012 The Authors
1585
-
1586
- Contributors:
1587
- James Graham - jg307@cam.ac.uk
1588
- Anne van Kesteren - annevankesteren@gmail.com
1589
- Lachlan Hunt - lachlan.hunt@lachy.id.au
1590
- Matt McDonald - kanashii@kanashii.ca
1591
- Sam Ruby - rubys@intertwingly.net
1592
- Ian Hickson (Google) - ian@hixie.ch
1593
- Thomas Broyer - t.broyer@ltgt.net
1594
- Jacques Distler - distler@golem.ph.utexas.edu
1595
- Henri Sivonen - hsivonen@iki.fi
1596
- Adam Barth - abarth@webkit.org
1597
- Eric Seidel - eric@webkit.org
1598
- The Mozilla Foundation (contributions from Henri Sivonen since 2008)
1599
- David Flanagan (Mozilla) - dflanagan@mozilla.com
1600
- Google LLC (contributed the Dart port) - misc@dartlang.org
1601
-
1602
- 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:
1603
-
1604
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1605
-
1606
- 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.
1607
-
1608
-
1609
- --------------------------------------------------------------------------------
1610
-
1611
- image license:
1612
-
1613
- The MIT License
1614
-
1615
- Copyright (c) 2013-2021 Brendan Duncan.
1616
- All rights reserved.
1617
-
1618
- Permission is hereby granted, free of charge, to any person obtaining a copy
1619
- of this software and associated documentation files (the "Software"), to deal
1620
- in the Software without restriction, including without limitation the rights
1621
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1622
- copies of the Software, and to permit persons to whom the Software is
1623
- furnished to do so, subject to the following conditions:
1624
-
1625
- The above copyright notice and this permission notice shall be included in
1626
- all copies or substantial portions of the Software.
1627
-
1628
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1629
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1630
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1631
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1632
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1633
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1634
- THE SOFTWARE.
1635
-
1636
- --------------------------------------------------------------------------------
1637
-
1638
- jiffy license:
1639
-
1640
- MIT License
1641
-
1642
- Copyright (c) 2019 Jama Mohamed
1643
-
1644
- Permission is hereby granted, free of charge, to any person obtaining a copy
1645
- of this software and associated documentation files (the "Software"), to deal
1646
- in the Software without restriction, including without limitation the rights
1647
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1648
- copies of the Software, and to permit persons to whom the Software is
1649
- furnished to do so, subject to the following conditions:
1650
-
1651
- The above copyright notice and this permission notice shall be included in all
1652
- copies or substantial portions of the Software.
1653
-
1654
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1655
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1656
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1657
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1658
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1659
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1660
- SOFTWARE.
1661
-
1662
-
1663
- --------------------------------------------------------------------------------
1664
-
1665
- js license:
1666
-
1667
- Copyright 2012, the Dart project authors.
1668
-
1669
- Redistribution and use in source and binary forms, with or without
1670
- modification, are permitted provided that the following conditions are
1671
- met:
1672
-
1673
- * Redistributions of source code must retain the above copyright
1674
- notice, this list of conditions and the following disclaimer.
1675
- * Redistributions in binary form must reproduce the above
1676
- copyright notice, this list of conditions and the following
1677
- disclaimer in the documentation and/or other materials provided
1678
- with the distribution.
1679
- * Neither the name of Google LLC nor the names of its
1680
- contributors may be used to endorse or promote products derived
1681
- from this software without specific prior written permission.
1682
-
1683
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1684
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1685
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1686
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1687
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1688
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1689
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1690
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1691
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1692
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1693
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1694
-
1695
-
1696
- --------------------------------------------------------------------------------
1697
-
1698
- json_annotation, json_serializable, platform and process license:
1699
-
1700
- Copyright 2017, the Dart project authors. All rights reserved.
1701
- Redistribution and use in source and binary forms, with or without
1702
- modification, are permitted provided that the following conditions are
1703
- met:
1704
-
1705
- * Redistributions of source code must retain the above copyright
1706
- notice, this list of conditions and the following disclaimer.
1707
- * Redistributions in binary form must reproduce the above
1708
- copyright notice, this list of conditions and the following
1709
- disclaimer in the documentation and/or other materials provided
1710
- with the distribution.
1711
- * Neither the name of Google Inc. nor the names of its
1712
- contributors may be used to endorse or promote products derived
1713
- from this software without specific prior written permission.
1714
-
1715
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1716
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1717
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1718
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1719
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1720
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1721
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1722
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1723
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1724
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1725
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1726
-
1727
-
1728
- --------------------------------------------------------------------------------
1729
-
1730
- lints license:
1731
-
1732
- Copyright 2021, the Dart project authors.
1733
-
1734
- Redistribution and use in source and binary forms, with or without
1735
- modification, are permitted provided that the following conditions are
1736
- met:
1737
-
1738
- * Redistributions of source code must retain the above copyright
1739
- notice, this list of conditions and the following disclaimer.
1740
- * Redistributions in binary form must reproduce the above
1741
- copyright notice, this list of conditions and the following
1742
- disclaimer in the documentation and/or other materials provided
1743
- with the distribution.
1744
- * Neither the name of Google LLC nor the names of its
1745
- contributors may be used to endorse or promote products derived
1746
- from this software without specific prior written permission.
1747
-
1748
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1749
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1750
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1751
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1752
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1753
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1754
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1755
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1756
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1757
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1758
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1759
-
1760
-
1761
- --------------------------------------------------------------------------------
1762
-
1763
- node_interop license:
1764
-
1765
- Copyright (c) 2017, Anatoly Pulyaevskiy.
1766
- All rights reserved.
1767
-
1768
- Redistribution and use in source and binary forms, with or without
1769
- modification, are permitted provided that the following conditions are met:
1770
- * Redistributions of source code must retain the above copyright
1771
- notice, this list of conditions and the following disclaimer.
1772
- * Redistributions in binary form must reproduce the above copyright
1773
- notice, this list of conditions and the following disclaimer in the
1774
- documentation and/or other materials provided with the distribution.
1775
- * Neither the name of the <organization> nor the
1776
- names of its contributors may be used to endorse or promote products
1777
- derived from this software without specific prior written permission.
1778
-
1779
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1780
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1781
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1782
- DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1783
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1784
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1785
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1786
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1787
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1788
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1789
-
1790
-
1791
- --------------------------------------------------------------------------------
1792
-
1793
- node_preamble license:
1794
-
1795
- The MIT License (MIT)
1796
-
1797
- Copyright (c) 2015 Michael Bullington
1798
-
1799
- Permission is hereby granted, free of charge, to any person obtaining a copy
1800
- of this software and associated documentation files (the "Software"), to deal
1801
- in the Software without restriction, including without limitation the rights
1802
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1803
- copies of the Software, and to permit persons to whom the Software is
1804
- furnished to do so, subject to the following conditions:
1805
-
1806
- The above copyright notice and this permission notice shall be included in all
1807
- copies or substantial portions of the Software.
1808
-
1809
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1810
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1811
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1812
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1813
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1814
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1815
- SOFTWARE.
1816
-
1817
- ===
1818
-
1819
- Copyright 2012, the Dart project authors. All rights reserved.
1820
- Redistribution and use in source and binary forms, with or without
1821
- modification, are permitted provided that the following conditions are
1822
- met:
1823
- * Redistributions of source code must retain the above copyright
1824
- notice, this list of conditions and the following disclaimer.
1825
- * Redistributions in binary form must reproduce the above
1826
- copyright notice, this list of conditions and the following
1827
- disclaimer in the documentation and/or other materials provided
1828
- with the distribution.
1829
- * Neither the name of Google Inc. nor the names of its
1830
- contributors may be used to endorse or promote products derived
1831
- from this software without specific prior written permission.
1832
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1833
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1834
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1835
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1836
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1837
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1838
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1839
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1840
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1841
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1842
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1843
-
1844
-
1845
- --------------------------------------------------------------------------------
1846
-
1847
- open_file license:
1848
-
1849
- Copyright 2018 crazecoder. All rights reserved.
1850
-
1851
- Redistribution and use in source and binary forms, with or without
1852
- modification, are permitted provided that the following conditions are
1853
- met:
1854
-
1855
- * Redistributions of source code must retain the above copyright
1856
- notice, this list of conditions and the following disclaimer.
1857
- * Redistributions in binary form must reproduce the above
1858
- copyright notice, this list of conditions and the following
1859
- disclaimer in the documentation and/or other materials provided
1860
- with the distribution.
1861
- * Neither the name of Google Inc. nor the names of its
1862
- contributors may be used to endorse or promote products derived
1863
- from this software without specific prior written permission.
1864
-
1865
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1866
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1867
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1868
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1869
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1870
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1871
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1872
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1873
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1874
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1875
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1876
-
1877
- --------------------------------------------------------------------------------
1878
-
1879
- package_info_plus license:
1880
-
1881
- // Copyright 2017 The Chromium Authors. All rights reserved.
1882
- //
1883
- // Redistribution and use in source and binary forms, with or without
1884
- // modification, are permitted provided that the following conditions are
1885
- // met:
1886
- //
1887
- // * Redistributions of source code must retain the above copyright
1888
- // notice, this list of conditions and the following disclaimer.
1889
- // * Redistributions in binary form must reproduce the above
1890
- // copyright notice, this list of conditions and the following disclaimer
1891
- // in the documentation and/or other materials provided with the
1892
- // distribution.
1893
- // * Neither the name of Google Inc. nor the names of its
1894
- // contributors may be used to endorse or promote products derived from
1895
- // this software without specific prior written permission.
1896
- //
1897
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1898
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1899
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1900
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1901
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1902
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1903
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1904
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1905
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1906
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1907
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1908
-
1909
-
1910
- --------------------------------------------------------------------------------
1911
-
1912
- package_info_plus_linux and package_info_plus_windows license:
1913
-
1914
- // Copyright 2020 The Chromium Authors. All rights reserved.
1915
- //
1916
- // Redistribution and use in source and binary forms, with or without
1917
- // modification, are permitted provided that the following conditions are
1918
- // met:
1919
- //
1920
- // * Redistributions of source code must retain the above copyright
1921
- // notice, this list of conditions and the following disclaimer.
1922
- // * Redistributions in binary form must reproduce the above
1923
- // copyright notice, this list of conditions and the following disclaimer
1924
- // in the documentation and/or other materials provided with the
1925
- // distribution.
1926
- // * Neither the name of Google Inc. nor the names of its
1927
- // contributors may be used to endorse or promote products derived from
1928
- // this software without specific prior written permission.
1929
- //
1930
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1931
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1932
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1933
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1934
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1935
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1936
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1937
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1938
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1939
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1940
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1941
-
1942
-
1943
- --------------------------------------------------------------------------------
1944
-
1945
- package_info_plus_macos license:
1946
-
1947
- Copyright 2019 The Chromium Authors. All rights reserved.
1948
-
1949
- Redistribution and use in source and binary forms, with or without modification,
1950
- are permitted provided that the following conditions are met:
1951
-
1952
- * Redistributions of source code must retain the above copyright
1953
- notice, this list of conditions and the following disclaimer.
1954
- * Redistributions in binary form must reproduce the above
1955
- copyright notice, this list of conditions and the following
1956
- disclaimer in the documentation and/or other materials provided
1957
- with the distribution.
1958
- * Neither the name of Google Inc. nor the names of its
1959
- contributors may be used to endorse or promote products derived
1960
- from this software without specific prior written permission.
1961
-
1962
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1963
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1964
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1965
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1966
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1967
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1968
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1969
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1970
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1971
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1972
-
1973
- --------------------------------------------------------------------------------
1974
-
1975
- package_info_plus_platform_interface and package_info_plus_web license:
1976
-
1977
-
1978
-
1979
- // Copyright 2017 The Chromium Authors. All rights reserved.
1980
- //
1981
- // Redistribution and use in source and binary forms, with or without
1982
- // modification, are permitted provided that the following conditions are
1983
- // met:
1984
- //
1985
- // * Redistributions of source code must retain the above copyright
1986
- // notice, this list of conditions and the following disclaimer.
1987
- // * Redistributions in binary form must reproduce the above
1988
- // copyright notice, this list of conditions and the following disclaimer
1989
- // in the documentation and/or other materials provided with the
1990
- // distribution.
1991
- // * Neither the name of Google Inc. nor the names of its
1992
- // contributors may be used to endorse or promote products derived from
1993
- // this software without specific prior written permission.
1994
- //
1995
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1996
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1997
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1998
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1999
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2000
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2001
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2002
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2003
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2004
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2005
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2006
-
2007
- --------------------------------------------------------------------------------
2008
-
2009
- path_drawing and path_parsing license:
2010
-
2011
- Copyright (c) 2018 Dan Field
2012
-
2013
- Permission is hereby granted, free of charge, to any person obtaining a copy
2014
- of this software and associated documentation files (the "Software"), to deal
2015
- in the Software without restriction, including without limitation the rights
2016
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2017
- copies of the Software, and to permit persons to whom the Software is
2018
- furnished to do so, subject to the following conditions:
2019
-
2020
- The above copyright notice and this permission notice shall be included in all
2021
- copies or substantial portions of the Software.
2022
-
2023
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2024
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2025
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2026
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2027
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2028
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2029
- SOFTWARE.
2030
-
2031
-
2032
- --------------------------------------------------------------------------------
2033
-
2034
- petitparser and xml license:
2035
-
2036
- The MIT License
2037
-
2038
- Copyright (c) 2006-2022 Lukas Renggli.
2039
- All rights reserved.
2040
-
2041
- Permission is hereby granted, free of charge, to any person obtaining a copy
2042
- of this software and associated documentation files (the "Software"), to deal
2043
- in the Software without restriction, including without limitation the rights
2044
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2045
- copies of the Software, and to permit persons to whom the Software is
2046
- furnished to do so, subject to the following conditions:
2047
-
2048
- The above copyright notice and this permission notice shall be included in
2049
- all copies or substantial portions of the Software.
2050
-
2051
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2052
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2053
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2054
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2055
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2056
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2057
- THE SOFTWARE.
2058
-
2059
-
2060
- --------------------------------------------------------------------------------
2061
-
2062
- pointycastle license:
2063
-
2064
-
2065
- Copyright (c) 2000 - 2019 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
2066
-
2067
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2068
- this software and associated documentation files (the "Software"), to deal in
2069
- the Software without restriction, including without limitation the rights to
2070
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
2071
- of the Software, and to permit persons to whom the Software is furnished to do
2072
- so, subject to the following conditions:
2073
-
2074
- The above copyright notice and this permission notice shall be included in all
2075
- copies or substantial portions of the Software.
2076
-
2077
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2078
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2079
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2080
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2081
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2082
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2083
-
2084
-
2085
-
2086
- --------------------------------------------------------------------------------
2087
-
2088
- qr license:
2089
-
2090
- Copyright 2014, the Dart QR project authors. All rights reserved.
2091
- Redistribution and use in source and binary forms, with or without
2092
- modification, are permitted provided that the following conditions are
2093
- met:
2094
-
2095
- * Redistributions of source code must retain the above copyright
2096
- notice, this list of conditions and the following disclaimer.
2097
- * Redistributions in binary form must reproduce the above
2098
- copyright notice, this list of conditions and the following
2099
- disclaimer in the documentation and/or other materials provided
2100
- with the distribution.
2101
- * Neither the name of Google Inc. nor the names of its
2102
- contributors may be used to endorse or promote products derived
2103
- from this software without specific prior written permission.
2104
-
2105
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2106
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2107
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2108
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2109
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2110
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2111
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2112
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2113
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2114
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2115
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2116
-
2117
-
2118
- --------------------------------------------------------------------------------
2119
-
2120
- recase license:
2121
-
2122
- Copyright 2017 Keith Elliott
2123
-
2124
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2125
-
2126
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2127
-
2128
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
2129
-
2130
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2131
-
2132
-
2133
- --------------------------------------------------------------------------------
2134
-
2135
- source_helper license:
2136
-
2137
-
2138
- Apache License
2139
- Version 2.0, January 2004
2140
- http://www.apache.org/licenses/
2141
-
2142
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2143
-
2144
- 1. Definitions.
2145
-
2146
- "License" shall mean the terms and conditions for use, reproduction,
2147
- and distribution as defined by Sections 1 through 9 of this document.
2148
-
2149
- "Licensor" shall mean the copyright owner or entity authorized by
2150
- the copyright owner that is granting the License.
2151
-
2152
- "Legal Entity" shall mean the union of the acting entity and all
2153
- other entities that control, are controlled by, or are under common
2154
- control with that entity. For the purposes of this definition,
2155
- "control" means (i) the power, direct or indirect, to cause the
2156
- direction or management of such entity, whether by contract or
2157
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
2158
- outstanding shares, or (iii) beneficial ownership of such entity.
2159
-
2160
- "You" (or "Your") shall mean an individual or Legal Entity
2161
- exercising permissions granted by this License.
2162
-
2163
- "Source" form shall mean the preferred form for making modifications,
2164
- including but not limited to software source code, documentation
2165
- source, and configuration files.
2166
-
2167
- "Object" form shall mean any form resulting from mechanical
2168
- transformation or translation of a Source form, including but
2169
- not limited to compiled object code, generated documentation,
2170
- and conversions to other media types.
2171
-
2172
- "Work" shall mean the work of authorship, whether in Source or
2173
- Object form, made available under the License, as indicated by a
2174
- copyright notice that is included in or attached to the work
2175
- (an example is provided in the Appendix below).
2176
-
2177
- "Derivative Works" shall mean any work, whether in Source or Object
2178
- form, that is based on (or derived from) the Work and for which the
2179
- editorial revisions, annotations, elaborations, or other modifications
2180
- represent, as a whole, an original work of authorship. For the purposes
2181
- of this License, Derivative Works shall not include works that remain
2182
- separable from, or merely link (or bind by name) to the interfaces of,
2183
- the Work and Derivative Works thereof.
2184
-
2185
- "Contribution" shall mean any work of authorship, including
2186
- the original version of the Work and any modifications or additions
2187
- to that Work or Derivative Works thereof, that is intentionally
2188
- submitted to Licensor for inclusion in the Work by the copyright owner
2189
- or by an individual or Legal Entity authorized to submit on behalf of
2190
- the copyright owner. For the purposes of this definition, "submitted"
2191
- means any form of electronic, verbal, or written communication sent
2192
- to the Licensor or its representatives, including but not limited to
2193
- communication on electronic mailing lists, source code control systems,
2194
- and issue tracking systems that are managed by, or on behalf of, the
2195
- Licensor for the purpose of discussing and improving the Work, but
2196
- excluding communication that is conspicuously marked or otherwise
2197
- designated in writing by the copyright owner as "Not a Contribution."
2198
-
2199
- "Contributor" shall mean Licensor and any individual or Legal Entity
2200
- on behalf of whom a Contribution has been received by Licensor and
2201
- subsequently incorporated within the Work.
2202
-
2203
- 2. Grant of Copyright License. Subject to the terms and conditions of
2204
- this License, each Contributor hereby grants to You a perpetual,
2205
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2206
- copyright license to reproduce, prepare Derivative Works of,
2207
- publicly display, publicly perform, sublicense, and distribute the
2208
- Work and such Derivative Works in Source or Object form.
2209
-
2210
- 3. Grant of Patent License. Subject to the terms and conditions of
2211
- this License, each Contributor hereby grants to You a perpetual,
2212
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2213
- (except as stated in this section) patent license to make, have made,
2214
- use, offer to sell, sell, import, and otherwise transfer the Work,
2215
- where such license applies only to those patent claims licensable
2216
- by such Contributor that are necessarily infringed by their
2217
- Contribution(s) alone or by combination of their Contribution(s)
2218
- with the Work to which such Contribution(s) was submitted. If You
2219
- institute patent litigation against any entity (including a
2220
- cross-claim or counterclaim in a lawsuit) alleging that the Work
2221
- or a Contribution incorporated within the Work constitutes direct
2222
- or contributory patent infringement, then any patent licenses
2223
- granted to You under this License for that Work shall terminate
2224
- as of the date such litigation is filed.
2225
-
2226
- 4. Redistribution. You may reproduce and distribute copies of the
2227
- Work or Derivative Works thereof in any medium, with or without
2228
- modifications, and in Source or Object form, provided that You
2229
- meet the following conditions:
2230
-
2231
- (a) You must give any other recipients of the Work or
2232
- Derivative Works a copy of this License; and
2233
-
2234
- (b) You must cause any modified files to carry prominent notices
2235
- stating that You changed the files; and
2236
-
2237
- (c) You must retain, in the Source form of any Derivative Works
2238
- that You distribute, all copyright, patent, trademark, and
2239
- attribution notices from the Source form of the Work,
2240
- excluding those notices that do not pertain to any part of
2241
- the Derivative Works; and
2242
-
2243
- (d) If the Work includes a "NOTICE" text file as part of its
2244
- distribution, then any Derivative Works that You distribute must
2245
- include a readable copy of the attribution notices contained
2246
- within such NOTICE file, excluding those notices that do not
2247
- pertain to any part of the Derivative Works, in at least one
2248
- of the following places: within a NOTICE text file distributed
2249
- as part of the Derivative Works; within the Source form or
2250
- documentation, if provided along with the Derivative Works; or,
2251
- within a display generated by the Derivative Works, if and
2252
- wherever such third-party notices normally appear. The contents
2253
- of the NOTICE file are for informational purposes only and
2254
- do not modify the License. You may add Your own attribution
2255
- notices within Derivative Works that You distribute, alongside
2256
- or as an addendum to the NOTICE text from the Work, provided
2257
- that such additional attribution notices cannot be construed
2258
- as modifying the License.
2259
-
2260
- You may add Your own copyright statement to Your modifications and
2261
- may provide additional or different license terms and conditions
2262
- for use, reproduction, or distribution of Your modifications, or
2263
- for any such Derivative Works as a whole, provided Your use,
2264
- reproduction, and distribution of the Work otherwise complies with
2265
- the conditions stated in this License.
2266
-
2267
- 5. Submission of Contributions. Unless You explicitly state otherwise,
2268
- any Contribution intentionally submitted for inclusion in the Work
2269
- by You to the Licensor shall be under the terms and conditions of
2270
- this License, without any additional terms or conditions.
2271
- Notwithstanding the above, nothing herein shall supersede or modify
2272
- the terms of any separate license agreement you may have executed
2273
- with Licensor regarding such Contributions.
2274
-
2275
- 6. Trademarks. This License does not grant permission to use the trade
2276
- names, trademarks, service marks, or product names of the Licensor,
2277
- except as required for reasonable and customary use in describing the
2278
- origin of the Work and reproducing the content of the NOTICE file.
2279
-
2280
- 7. Disclaimer of Warranty. Unless required by applicable law or
2281
- agreed to in writing, Licensor provides the Work (and each
2282
- Contributor provides its Contributions) on an "AS IS" BASIS,
2283
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2284
- implied, including, without limitation, any warranties or conditions
2285
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2286
- PARTICULAR PURPOSE. You are solely responsible for determining the
2287
- appropriateness of using or redistributing the Work and assume any
2288
- risks associated with Your exercise of permissions under this License.
2289
-
2290
- 8. Limitation of Liability. In no event and under no legal theory,
2291
- whether in tort (including negligence), contract, or otherwise,
2292
- unless required by applicable law (such as deliberate and grossly
2293
- negligent acts) or agreed to in writing, shall any Contributor be
2294
- liable to You for damages, including any direct, indirect, special,
2295
- incidental, or consequential damages of any character arising as a
2296
- result of this License or out of the use or inability to use the
2297
- Work (including but not limited to damages for loss of goodwill,
2298
- work stoppage, computer failure or malfunction, or any and all
2299
- other commercial damages or losses), even if such Contributor
2300
- has been advised of the possibility of such damages.
2301
-
2302
- 9. Accepting Warranty or Additional Liability. While redistributing
2303
- the Work or Derivative Works thereof, You may choose to offer,
2304
- and charge a fee for, acceptance of support, warranty, indemnity,
2305
- or other liability obligations and/or rights consistent with this
2306
- License. However, in accepting such obligations, You may act only
2307
- on Your own behalf and on Your sole responsibility, not on behalf
2308
- of any other Contributor, and only if You agree to indemnify,
2309
- defend, and hold each Contributor harmless for any liability
2310
- incurred by, or claims asserted against, such Contributor by reason
2311
- of your accepting any such warranty or additional liability.
2312
-
2313
- END OF TERMS AND CONDITIONS
2314
-
2315
- APPENDIX: How to apply the Apache License to your work.
2316
-
2317
- To apply the Apache License to your work, attach the following
2318
- boilerplate notice, with the fields enclosed by brackets "[]"
2319
- replaced with your own identifying information. (Don't include
2320
- the brackets!) The text should be enclosed in the appropriate
2321
- comment syntax for the file format. We also recommend that a
2322
- file or class name and description of purpose be included on the
2323
- same "printed page" as the copyright notice for easier
2324
- identification within third-party archives.
2325
-
2326
- Copyright [yyyy] [name of copyright owner]
2327
-
2328
- Licensed under the Apache License, Version 2.0 (the "License");
2329
- you may not use this file except in compliance with the License.
2330
- You may obtain a copy of the License at
2331
-
2332
- http://www.apache.org/licenses/LICENSE-2.0
2333
-
2334
- Unless required by applicable law or agreed to in writing, software
2335
- distributed under the License is distributed on an "AS IS" BASIS,
2336
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2337
- See the License for the specific language governing permissions and
2338
- limitations under the License.
2339
-
2340
-
2341
- --------------------------------------------------------------------------------
2342
-
2343
- spannable_grid license:
2344
-
2345
- MIT License
2346
-
2347
- Copyright (c) 2020 Evgeny Cherkasov
2348
-
2349
- Permission is hereby granted, free of charge, to any person obtaining a copy
2350
- of this software and associated documentation files (the "Software"), to deal
2351
- in the Software without restriction, including without limitation the rights
2352
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2353
- copies of the Software, and to permit persons to whom the Software is
2354
- furnished to do so, subject to the following conditions:
2355
-
2356
- The above copyright notice and this permission notice shall be included in all
2357
- copies or substantial portions of the Software.
2358
-
2359
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2360
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2361
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2362
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2363
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2364
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2365
- SOFTWARE.
2366
-
2367
- --------------------------------------------------------------------------------
2368
-
2369
- syncfusion_flutter_charts license:
2370
-
2371
- Syncfusion License
2372
-
2373
- Syncfusion Flutter Chart package is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2374
-
2375
- To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
2376
-
2377
- Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
2378
-
2379
- Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
2380
-
2381
- The Syncfusion license that contains the terms and conditions can be found at
2382
- https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
2383
-
2384
- --------------------------------------------------------------------------------
2385
-
2386
- syncfusion_flutter_core license:
2387
-
2388
- Syncfusion License
2389
-
2390
- Syncfusion Flutter Core package is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2391
-
2392
- To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
2393
-
2394
- Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
2395
-
2396
- Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
2397
-
2398
- The Syncfusion license that contains the terms and conditions can be found at
2399
- https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
2400
-
2401
- --------------------------------------------------------------------------------
2402
-
2403
- syncfusion_flutter_datagrid license:
2404
-
2405
- Syncfusion License
2406
-
2407
- Syncfusion Flutter DataGrid package is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2408
-
2409
- To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
2410
-
2411
- Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
2412
-
2413
- Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
2414
-
2415
- The Syncfusion license that contains the terms and conditions can be found at
2416
- https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
2417
-
2418
-
2419
- --------------------------------------------------------------------------------
2420
-
2421
- syncfusion_flutter_datagrid_export license:
2422
-
2423
- Syncfusion License
2424
-
2425
- Syncfusion Flutter DataGrid Export package is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2426
-
2427
- To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
2428
-
2429
- Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
2430
-
2431
- Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
2432
-
2433
- The Syncfusion license that contains the terms and conditions can be found at
2434
- https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
2435
-
2436
-
2437
- --------------------------------------------------------------------------------
2438
-
2439
- syncfusion_flutter_datepicker license:
2440
-
2441
- Syncfusion License
2442
-
2443
- Syncfusion Flutter Date Picker package is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2444
-
2445
- To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
2446
-
2447
- Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
2448
-
2449
- Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
2450
-
2451
- The Syncfusion license that contains the terms and conditions can be found at
2452
- https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
2453
-
2454
- --------------------------------------------------------------------------------
2455
-
2456
- syncfusion_flutter_pdf license:
2457
-
2458
- Syncfusion License
2459
-
2460
- Syncfusion Flutter PDF package is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2461
-
2462
- To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
2463
-
2464
- Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
2465
-
2466
- Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
2467
-
2468
- The Syncfusion license that contains the terms and conditions can be found at
2469
- https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
2470
-
2471
- Syncfusion provides implementation but you would subsequently need to have a license to use Flutter. The Flutter engine must be licensed from google directly. We do not license Flutter or the Flutter Engine and provide no license or rights even if you end up with the binaries from us by mistake.
2472
-
2473
-
2474
- --------------------------------------------------------------------------------
2475
-
2476
- syncfusion_flutter_xlsio license:
2477
-
2478
- Syncfusion License
2479
-
2480
- Syncfusion Flutter XlsIO package is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2481
-
2482
- To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
2483
-
2484
- Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
2485
-
2486
- Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
2487
-
2488
- The Syncfusion license that contains the terms and conditions can be found at
2489
- https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
2490
-
2491
- Syncfusion provides implementation but you would subsequently need to have a license to use Flutter. The Flutter engine must be licensed from google directly. We do not license Flutter or the Flutter Engine and provide no license or rights even if you end up with the binaries from us by mistake.
2492
-
2493
-
2494
- --------------------------------------------------------------------------------
2495
-
2496
- syncfusion_officecore license:
2497
-
2498
- Syncfusion License
2499
-
2500
- Syncfusion Flutter OfficeCore package is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2501
-
2502
- To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
2503
-
2504
- Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
2505
-
2506
- Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
2507
-
2508
- The Syncfusion license that contains the terms and conditions can be found at
2509
- https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
2510
-
2511
- --------------------------------------------------------------------------------
2512
-
2513
- test_process license:
2514
-
2515
- Copyright 2017, the Dart project authors.
2516
-
2517
- Redistribution and use in source and binary forms, with or without
2518
- modification, are permitted provided that the following conditions are
2519
- met:
2520
-
2521
- * Redistributions of source code must retain the above copyright
2522
- notice, this list of conditions and the following disclaimer.
2523
- * Redistributions in binary form must reproduce the above
2524
- copyright notice, this list of conditions and the following
2525
- disclaimer in the documentation and/or other materials provided
2526
- with the distribution.
2527
- * Neither the name of Google LLC nor the names of its
2528
- contributors may be used to endorse or promote products derived
2529
- from this software without specific prior written permission.
2530
-
2531
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2532
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2533
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2534
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2535
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2536
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2537
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2538
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2539
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2540
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2541
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2542
-
2543
-
2544
- --------------------------------------------------------------------------------
2545
-
2546
- universal_html license:
2547
-
2548
- Apache License
2549
- Version 2.0, January 2004
2550
- http://www.apache.org/licenses/
2551
-
2552
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2553
-
2554
- 1. Definitions.
2555
-
2556
- "License" shall mean the terms and conditions for use, reproduction,
2557
- and distribution as defined by Sections 1 through 9 of this document.
2558
-
2559
- "Licensor" shall mean the copyright owner or entity authorized by
2560
- the copyright owner that is granting the License.
2561
-
2562
- "Legal Entity" shall mean the union of the acting entity and all
2563
- other entities that control, are controlled by, or are under common
2564
- control with that entity. For the purposes of this definition,
2565
- "control" means (i) the power, direct or indirect, to cause the
2566
- direction or management of such entity, whether by contract or
2567
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
2568
- outstanding shares, or (iii) beneficial ownership of such entity.
2569
-
2570
- "You" (or "Your") shall mean an individual or Legal Entity
2571
- exercising permissions granted by this License.
2572
-
2573
- "Source" form shall mean the preferred form for making modifications,
2574
- including but not limited to software source code, documentation
2575
- source, and configuration files.
2576
-
2577
- "Object" form shall mean any form resulting from mechanical
2578
- transformation or translation of a Source form, including but
2579
- not limited to compiled object code, generated documentation,
2580
- and conversions to other media types.
2581
-
2582
- "Work" shall mean the work of authorship, whether in Source or
2583
- Object form, made available under the License, as indicated by a
2584
- copyright notice that is included in or attached to the work
2585
- (an example is provided in the Appendix below).
2586
-
2587
- "Derivative Works" shall mean any work, whether in Source or Object
2588
- form, that is based on (or derived from) the Work and for which the
2589
- editorial revisions, annotations, elaborations, or other modifications
2590
- represent, as a whole, an original work of authorship. For the purposes
2591
- of this License, Derivative Works shall not include works that remain
2592
- separable from, or merely link (or bind by name) to the interfaces of,
2593
- the Work and Derivative Works thereof.
2594
-
2595
- "Contribution" shall mean any work of authorship, including
2596
- the original version of the Work and any modifications or additions
2597
- to that Work or Derivative Works thereof, that is intentionally
2598
- submitted to Licensor for inclusion in the Work by the copyright owner
2599
- or by an individual or Legal Entity authorized to submit on behalf of
2600
- the copyright owner. For the purposes of this definition, "submitted"
2601
- means any form of electronic, verbal, or written communication sent
2602
- to the Licensor or its representatives, including but not limited to
2603
- communication on electronic mailing lists, source code control systems,
2604
- and issue tracking systems that are managed by, or on behalf of, the
2605
- Licensor for the purpose of discussing and improving the Work, but
2606
- excluding communication that is conspicuously marked or otherwise
2607
- designated in writing by the copyright owner as "Not a Contribution."
2608
-
2609
- "Contributor" shall mean Licensor and any individual or Legal Entity
2610
- on behalf of whom a Contribution has been received by Licensor and
2611
- subsequently incorporated within the Work.
2612
-
2613
- 2. Grant of Copyright License. Subject to the terms and conditions of
2614
- this License, each Contributor hereby grants to You a perpetual,
2615
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2616
- copyright license to reproduce, prepare Derivative Works of,
2617
- publicly display, publicly perform, sublicense, and distribute the
2618
- Work and such Derivative Works in Source or Object form.
2619
-
2620
- 3. Grant of Patent License. Subject to the terms and conditions of
2621
- this License, each Contributor hereby grants to You a perpetual,
2622
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2623
- (except as stated in this section) patent license to make, have made,
2624
- use, offer to sell, sell, import, and otherwise transfer the Work,
2625
- where such license applies only to those patent claims licensable
2626
- by such Contributor that are necessarily infringed by their
2627
- Contribution(s) alone or by combination of their Contribution(s)
2628
- with the Work to which such Contribution(s) was submitted. If You
2629
- institute patent litigation against any entity (including a
2630
- cross-claim or counterclaim in a lawsuit) alleging that the Work
2631
- or a Contribution incorporated within the Work constitutes direct
2632
- or contributory patent infringement, then any patent licenses
2633
- granted to You under this License for that Work shall terminate
2634
- as of the date such litigation is filed.
2635
-
2636
- 4. Redistribution. You may reproduce and distribute copies of the
2637
- Work or Derivative Works thereof in any medium, with or without
2638
- modifications, and in Source or Object form, provided that You
2639
- meet the following conditions:
2640
-
2641
- (a) You must give any other recipients of the Work or
2642
- Derivative Works a copy of this License; and
2643
-
2644
- (b) You must cause any modified files to carry prominent notices
2645
- stating that You changed the files; and
2646
-
2647
- (c) You must retain, in the Source form of any Derivative Works
2648
- that You distribute, all copyright, patent, trademark, and
2649
- attribution notices from the Source form of the Work,
2650
- excluding those notices that do not pertain to any part of
2651
- the Derivative Works; and
2652
-
2653
- (d) If the Work includes a "NOTICE" text file as part of its
2654
- distribution, then any Derivative Works that You distribute must
2655
- include a readable copy of the attribution notices contained
2656
- within such NOTICE file, excluding those notices that do not
2657
- pertain to any part of the Derivative Works, in at least one
2658
- of the following places: within a NOTICE text file distributed
2659
- as part of the Derivative Works; within the Source form or
2660
- documentation, if provided along with the Derivative Works; or,
2661
- within a display generated by the Derivative Works, if and
2662
- wherever such third-party notices normally appear. The contents
2663
- of the NOTICE file are for informational purposes only and
2664
- do not modify the License. You may add Your own attribution
2665
- notices within Derivative Works that You distribute, alongside
2666
- or as an addendum to the NOTICE text from the Work, provided
2667
- that such additional attribution notices cannot be construed
2668
- as modifying the License.
2669
-
2670
- You may add Your own copyright statement to Your modifications and
2671
- may provide additional or different license terms and conditions
2672
- for use, reproduction, or distribution of Your modifications, or
2673
- for any such Derivative Works as a whole, provided Your use,
2674
- reproduction, and distribution of the Work otherwise complies with
2675
- the conditions stated in this License.
2676
-
2677
- 5. Submission of Contributions. Unless You explicitly state otherwise,
2678
- any Contribution intentionally submitted for inclusion in the Work
2679
- by You to the Licensor shall be under the terms and conditions of
2680
- this License, without any additional terms or conditions.
2681
- Notwithstanding the above, nothing herein shall supersede or modify
2682
- the terms of any separate license agreement you may have executed
2683
- with Licensor regarding such Contributions.
2684
-
2685
- 6. Trademarks. This License does not grant permission to use the trade
2686
- names, trademarks, service marks, or product names of the Licensor,
2687
- except as required for reasonable and customary use in describing the
2688
- origin of the Work and reproducing the content of the NOTICE file.
2689
-
2690
- 7. Disclaimer of Warranty. Unless required by applicable law or
2691
- agreed to in writing, Licensor provides the Work (and each
2692
- Contributor provides its Contributions) on an "AS IS" BASIS,
2693
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2694
- implied, including, without limitation, any warranties or conditions
2695
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2696
- PARTICULAR PURPOSE. You are solely responsible for determining the
2697
- appropriateness of using or redistributing the Work and assume any
2698
- risks associated with Your exercise of permissions under this License.
2699
-
2700
- 8. Limitation of Liability. In no event and under no legal theory,
2701
- whether in tort (including negligence), contract, or otherwise,
2702
- unless required by applicable law (such as deliberate and grossly
2703
- negligent acts) or agreed to in writing, shall any Contributor be
2704
- liable to You for damages, including any direct, indirect, special,
2705
- incidental, or consequential damages of any character arising as a
2706
- result of this License or out of the use or inability to use the
2707
- Work (including but not limited to damages for loss of goodwill,
2708
- work stoppage, computer failure or malfunction, or any and all
2709
- other commercial damages or losses), even if such Contributor
2710
- has been advised of the possibility of such damages.
2711
-
2712
- 9. Accepting Warranty or Additional Liability. While redistributing
2713
- the Work or Derivative Works thereof, You may choose to offer,
2714
- and charge a fee for, acceptance of support, warranty, indemnity,
2715
- or other liability obligations and/or rights consistent with this
2716
- License. However, in accepting such obligations, You may act only
2717
- on Your own behalf and on Your sole responsibility, not on behalf
2718
- of any other Contributor, and only if You agree to indemnify,
2719
- defend, and hold each Contributor harmless for any liability
2720
- incurred by, or claims asserted against, such Contributor by reason
2721
- of your accepting any such warranty or additional liability.
2722
-
2723
- END OF TERMS AND CONDITIONS
2724
-
2725
- APPENDIX: How to apply the Apache License to your work.
2726
-
2727
- To apply the Apache License to your work, attach the following
2728
- boilerplate notice, with the fields enclosed by brackets "[]"
2729
- replaced with your own identifying information. (Don't include
2730
- the brackets!) The text should be enclosed in the appropriate
2731
- comment syntax for the file format. We also recommend that a
2732
- file or class name and description of purpose be included on the
2733
- same "printed page" as the copyright notice for easier
2734
- identification within third-party archives.
2735
-
2736
- Copyright [yyyy] [name of copyright owner]
2737
-
2738
- Licensed under the Apache License, Version 2.0 (the "License");
2739
- you may not use this file except in compliance with the License.
2740
- You may obtain a copy of the License at
2741
-
2742
- http://www.apache.org/licenses/LICENSE-2.0
2743
-
2744
- Unless required by applicable law or agreed to in writing, software
2745
- distributed under the License is distributed on an "AS IS" BASIS,
2746
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2747
- See the License for the specific language governing permissions and
2748
- limitations under the License.
2749
-
2750
- ----------------------------------------------------------------------------------------------------
2751
-
2752
- This version of "universal_html" contains source code from the Dart package "csslib", which was
2753
- obtained from:
2754
- https://github.com/dart-lang/csslib
2755
-
2756
- When the source code was obtained, the original source code had the following license:
2757
-
2758
- Copyright 2013, the Dart project authors. All rights reserved.
2759
- Redistribution and use in source and binary forms, with or without
2760
- modification, are permitted provided that the following conditions are
2761
- met:
2762
-
2763
- * Redistributions of source code must retain the above copyright
2764
- notice, this list of conditions and the following disclaimer.
2765
- * Redistributions in binary form must reproduce the above
2766
- copyright notice, this list of conditions and the following
2767
- disclaimer in the documentation and/or other materials provided
2768
- with the distribution.
2769
- * Neither the name of Google Inc. nor the names of its
2770
- contributors may be used to endorse or promote products derived
2771
- from this software without specific prior written permission.
2772
-
2773
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2774
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2775
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2776
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2777
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2778
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2779
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2780
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2781
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2782
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2783
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2784
-
2785
- ----------------------------------------------------------------------------------------------------
2786
-
2787
- This version of "universal_html" contains source code from the Dart package "html", which was
2788
- obtained copied from:
2789
- https://github.com/dart-lang/html
2790
-
2791
- When the source code was obtained, the original source code had the following license:
2792
-
2793
- Copyright (c) 2006-2012 The Authors
2794
-
2795
- Contributors:
2796
- James Graham - jg307@cam.ac.uk
2797
- Anne van Kesteren - annevankesteren@gmail.com
2798
- Lachlan Hunt - lachlan.hunt@lachy.id.au
2799
- Matt McDonald - kanashii@kanashii.ca
2800
- Sam Ruby - rubys@intertwingly.net
2801
- Ian Hickson (Google) - ian@hixie.ch
2802
- Thomas Broyer - t.broyer@ltgt.net
2803
- Jacques Distler - distler@golem.ph.utexas.edu
2804
- Henri Sivonen - hsivonen@iki.fi
2805
- Adam Barth - abarth@webkit.org
2806
- Eric Seidel - eric@webkit.org
2807
- The Mozilla Foundation (contributions from Henri Sivonen since 2008)
2808
- David Flanagan (Mozilla) - dflanagan@mozilla.com
2809
- Google Inc. (contributed the Dart port) - misc@dartlang.org
2810
-
2811
- 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:
2812
-
2813
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2814
-
2815
- 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.
2816
-
2817
- ----------------------------------------------------------------------------------------------------
2818
-
2819
-
2820
- --------------------------------------------------------------------------------
2821
-
2822
- universal_io license:
2823
-
2824
- Apache License
2825
- Version 2.0, January 2004
2826
- http://www.apache.org/licenses/
2827
-
2828
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2829
-
2830
- 1. Definitions.
2831
-
2832
- "License" shall mean the terms and conditions for use, reproduction,
2833
- and distribution as defined by Sections 1 through 9 of this document.
2834
-
2835
- "Licensor" shall mean the copyright owner or entity authorized by
2836
- the copyright owner that is granting the License.
2837
-
2838
- "Legal Entity" shall mean the union of the acting entity and all
2839
- other entities that control, are controlled by, or are under common
2840
- control with that entity. For the purposes of this definition,
2841
- "control" means (i) the power, direct or indirect, to cause the
2842
- direction or management of such entity, whether by contract or
2843
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
2844
- outstanding shares, or (iii) beneficial ownership of such entity.
2845
-
2846
- "You" (or "Your") shall mean an individual or Legal Entity
2847
- exercising permissions granted by this License.
2848
-
2849
- "Source" form shall mean the preferred form for making modifications,
2850
- including but not limited to software source code, documentation
2851
- source, and configuration files.
2852
-
2853
- "Object" form shall mean any form resulting from mechanical
2854
- transformation or translation of a Source form, including but
2855
- not limited to compiled object code, generated documentation,
2856
- and conversions to other media types.
2857
-
2858
- "Work" shall mean the work of authorship, whether in Source or
2859
- Object form, made available under the License, as indicated by a
2860
- copyright notice that is included in or attached to the work
2861
- (an example is provided in the Appendix below).
2862
-
2863
- "Derivative Works" shall mean any work, whether in Source or Object
2864
- form, that is based on (or derived from) the Work and for which the
2865
- editorial revisions, annotations, elaborations, or other modifications
2866
- represent, as a whole, an original work of authorship. For the purposes
2867
- of this License, Derivative Works shall not include works that remain
2868
- separable from, or merely link (or bind by name) to the interfaces of,
2869
- the Work and Derivative Works thereof.
2870
-
2871
- "Contribution" shall mean any work of authorship, including
2872
- the original version of the Work and any modifications or additions
2873
- to that Work or Derivative Works thereof, that is intentionally
2874
- submitted to Licensor for inclusion in the Work by the copyright owner
2875
- or by an individual or Legal Entity authorized to submit on behalf of
2876
- the copyright owner. For the purposes of this definition, "submitted"
2877
- means any form of electronic, verbal, or written communication sent
2878
- to the Licensor or its representatives, including but not limited to
2879
- communication on electronic mailing lists, source code control systems,
2880
- and issue tracking systems that are managed by, or on behalf of, the
2881
- Licensor for the purpose of discussing and improving the Work, but
2882
- excluding communication that is conspicuously marked or otherwise
2883
- designated in writing by the copyright owner as "Not a Contribution."
2884
-
2885
- "Contributor" shall mean Licensor and any individual or Legal Entity
2886
- on behalf of whom a Contribution has been received by Licensor and
2887
- subsequently incorporated within the Work.
2888
-
2889
- 2. Grant of Copyright License. Subject to the terms and conditions of
2890
- this License, each Contributor hereby grants to You a perpetual,
2891
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2892
- copyright license to reproduce, prepare Derivative Works of,
2893
- publicly display, publicly perform, sublicense, and distribute the
2894
- Work and such Derivative Works in Source or Object form.
2895
-
2896
- 3. Grant of Patent License. Subject to the terms and conditions of
2897
- this License, each Contributor hereby grants to You a perpetual,
2898
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2899
- (except as stated in this section) patent license to make, have made,
2900
- use, offer to sell, sell, import, and otherwise transfer the Work,
2901
- where such license applies only to those patent claims licensable
2902
- by such Contributor that are necessarily infringed by their
2903
- Contribution(s) alone or by combination of their Contribution(s)
2904
- with the Work to which such Contribution(s) was submitted. If You
2905
- institute patent litigation against any entity (including a
2906
- cross-claim or counterclaim in a lawsuit) alleging that the Work
2907
- or a Contribution incorporated within the Work constitutes direct
2908
- or contributory patent infringement, then any patent licenses
2909
- granted to You under this License for that Work shall terminate
2910
- as of the date such litigation is filed.
2911
-
2912
- 4. Redistribution. You may reproduce and distribute copies of the
2913
- Work or Derivative Works thereof in any medium, with or without
2914
- modifications, and in Source or Object form, provided that You
2915
- meet the following conditions:
2916
-
2917
- (a) You must give any other recipients of the Work or
2918
- Derivative Works a copy of this License; and
2919
-
2920
- (b) You must cause any modified files to carry prominent notices
2921
- stating that You changed the files; and
2922
-
2923
- (c) You must retain, in the Source form of any Derivative Works
2924
- that You distribute, all copyright, patent, trademark, and
2925
- attribution notices from the Source form of the Work,
2926
- excluding those notices that do not pertain to any part of
2927
- the Derivative Works; and
2928
-
2929
- (d) If the Work includes a "NOTICE" text file as part of its
2930
- distribution, then any Derivative Works that You distribute must
2931
- include a readable copy of the attribution notices contained
2932
- within such NOTICE file, excluding those notices that do not
2933
- pertain to any part of the Derivative Works, in at least one
2934
- of the following places: within a NOTICE text file distributed
2935
- as part of the Derivative Works; within the Source form or
2936
- documentation, if provided along with the Derivative Works; or,
2937
- within a display generated by the Derivative Works, if and
2938
- wherever such third-party notices normally appear. The contents
2939
- of the NOTICE file are for informational purposes only and
2940
- do not modify the License. You may add Your own attribution
2941
- notices within Derivative Works that You distribute, alongside
2942
- or as an addendum to the NOTICE text from the Work, provided
2943
- that such additional attribution notices cannot be construed
2944
- as modifying the License.
2945
-
2946
- You may add Your own copyright statement to Your modifications and
2947
- may provide additional or different license terms and conditions
2948
- for use, reproduction, or distribution of Your modifications, or
2949
- for any such Derivative Works as a whole, provided Your use,
2950
- reproduction, and distribution of the Work otherwise complies with
2951
- the conditions stated in this License.
2952
-
2953
- 5. Submission of Contributions. Unless You explicitly state otherwise,
2954
- any Contribution intentionally submitted for inclusion in the Work
2955
- by You to the Licensor shall be under the terms and conditions of
2956
- this License, without any additional terms or conditions.
2957
- Notwithstanding the above, nothing herein shall supersede or modify
2958
- the terms of any separate license agreement you may have executed
2959
- with Licensor regarding such Contributions.
2960
-
2961
- 6. Trademarks. This License does not grant permission to use the trade
2962
- names, trademarks, service marks, or product names of the Licensor,
2963
- except as required for reasonable and customary use in describing the
2964
- origin of the Work and reproducing the content of the NOTICE file.
2965
-
2966
- 7. Disclaimer of Warranty. Unless required by applicable law or
2967
- agreed to in writing, Licensor provides the Work (and each
2968
- Contributor provides its Contributions) on an "AS IS" BASIS,
2969
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2970
- implied, including, without limitation, any warranties or conditions
2971
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2972
- PARTICULAR PURPOSE. You are solely responsible for determining the
2973
- appropriateness of using or redistributing the Work and assume any
2974
- risks associated with Your exercise of permissions under this License.
2975
-
2976
- 8. Limitation of Liability. In no event and under no legal theory,
2977
- whether in tort (including negligence), contract, or otherwise,
2978
- unless required by applicable law (such as deliberate and grossly
2979
- negligent acts) or agreed to in writing, shall any Contributor be
2980
- liable to You for damages, including any direct, indirect, special,
2981
- incidental, or consequential damages of any character arising as a
2982
- result of this License or out of the use or inability to use the
2983
- Work (including but not limited to damages for loss of goodwill,
2984
- work stoppage, computer failure or malfunction, or any and all
2985
- other commercial damages or losses), even if such Contributor
2986
- has been advised of the possibility of such damages.
2987
-
2988
- 9. Accepting Warranty or Additional Liability. While redistributing
2989
- the Work or Derivative Works thereof, You may choose to offer,
2990
- and charge a fee for, acceptance of support, warranty, indemnity,
2991
- or other liability obligations and/or rights consistent with this
2992
- License. However, in accepting such obligations, You may act only
2993
- on Your own behalf and on Your sole responsibility, not on behalf
2994
- of any other Contributor, and only if You agree to indemnify,
2995
- defend, and hold each Contributor harmless for any liability
2996
- incurred by, or claims asserted against, such Contributor by reason
2997
- of your accepting any such warranty or additional liability.
2998
-
2999
- END OF TERMS AND CONDITIONS
3000
-
3001
- --------------------------------------------------------------------------------
3002
-
3003
- vector_math license:
3004
-
3005
- Copyright 2015, Google Inc. All rights reserved.
3006
-
3007
- Redistribution and use in source and binary forms, with or without
3008
- modification, are permitted provided that the following conditions are
3009
- met:
3010
-
3011
- * Redistributions of source code must retain the above copyright
3012
- notice, this list of conditions and the following disclaimer.
3013
- * Redistributions in binary form must reproduce the above
3014
- copyright notice, this list of conditions and the following disclaimer
3015
- in the documentation and/or other materials provided with the
3016
- distribution.
3017
-
3018
- * Neither the name of Google Inc. nor the names of its
3019
- contributors may be used to endorse or promote products derived from
3020
- this software without specific prior written permission.
3021
-
3022
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3023
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3024
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3025
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3026
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3027
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3028
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3029
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3030
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3031
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3032
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3033
-
3034
- Copyright (C) 2013 Andrew Magill
3035
-
3036
- This software is provided 'as-is', without any express or implied
3037
- warranty. In no event will the authors be held liable for any damages
3038
- arising from the use of this software.
3039
-
3040
- Permission is granted to anyone to use this software for any purpose,
3041
- including commercial applications, and to alter it and redistribute it
3042
- freely, subject to the following restrictions:
3043
-
3044
- 1. The origin of this software must not be misrepresented; you must not
3045
- claim that you wrote the original software. If you use this software
3046
- in a product, an acknowledgment in the product documentation would be
3047
- appreciated but is not required.
3048
- 2. Altered source versions must be plainly marked as such, and must not be
3049
- misrepresented as being the original software.
3050
- 3. This notice may not be removed or altered from any source distribution.
3051
-
3052
-
3053
- --------------------------------------------------------------------------------
3054
-
3055
- win32 license:
3056
-
3057
- Copyright 2019, the Dart project authors. All rights reserved.
3058
- Redistribution and use in source and binary forms, with or without
3059
- modification, are permitted provided that the following conditions are
3060
- met:
3061
-
3062
- * Redistributions of source code must retain the above copyright
3063
- notice, this list of conditions and the following disclaimer.
3064
- * Redistributions in binary form must reproduce the above
3065
- copyright notice, this list of conditions and the following
3066
- disclaimer in the documentation and/or other materials provided
3067
- with the distribution.
3068
- * Neither the name of Google Inc. nor the names of its
3069
- contributors may be used to endorse or promote products derived
3070
- from this software without specific prior written permission.
3071
-
3072
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3073
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3074
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3075
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
3076
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3077
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
3078
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3079
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3080
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3081
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3082
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3083
-
3084
- --------------------------------------------------------------------------------
3085
-
3086
- yaml license:
3087
-
3088
- Copyright (c) 2014, the Dart project authors.
3089
- Copyright (c) 2006, Kirill Simonov.
3090
-
3091
- Permission is hereby granted, free of charge, to any person obtaining a copy of
3092
- this software and associated documentation files (the "Software"), to deal in
3093
- the Software without restriction, including without limitation the rights to
3094
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
3095
- of the Software, and to permit persons to whom the Software is furnished to do
3096
- so, subject to the following conditions:
3097
-
3098
- The above copyright notice and this permission notice shall be included in all
3099
- copies or substantial portions of the Software.
3100
-
3101
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3102
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3103
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3104
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3105
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3106
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3107
- SOFTWARE.