@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,1749 +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 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 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
- boolean_selector, meta and shelf_packages_handler license:
194
-
195
- Copyright 2016, the Dart project authors.
196
-
197
- Redistribution and use in source and binary forms, with or without
198
- modification, are permitted provided that the following conditions are
199
- met:
200
-
201
- * Redistributions of source code must retain the above copyright
202
- notice, this list of conditions and the following disclaimer.
203
- * Redistributions in binary form must reproduce the above
204
- copyright notice, this list of conditions and the following
205
- disclaimer in the documentation and/or other materials provided
206
- with the distribution.
207
- * Neither the name of Google LLC nor the names of its
208
- contributors may be used to endorse or promote products derived
209
- from this software without specific prior written permission.
210
-
211
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
212
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
213
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
214
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
215
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
216
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
217
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
218
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
219
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
220
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
221
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
222
-
223
-
224
- --------------------------------------------------------------------------------
225
-
226
- build, build_runner, code_builder and web_socket_channel license:
227
-
228
- Copyright 2016, the Dart project authors.
229
-
230
- Redistribution and use in source and binary forms, with or without
231
- modification, are permitted provided that the following conditions are
232
- met:
233
-
234
- * Redistributions of source code must retain the above copyright
235
- notice, this list of conditions and the following disclaimer.
236
- * Redistributions in binary form must reproduce the above
237
- copyright notice, this list of conditions and the following
238
- disclaimer in the documentation and/or other materials provided
239
- with the distribution.
240
- * Neither the name of Google LLC nor the names of its
241
- contributors may be used to endorse or promote products derived
242
- from this software without specific prior written permission.
243
-
244
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
245
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
246
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
247
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
248
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
249
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
250
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
251
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
252
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
253
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
254
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
255
-
256
-
257
- --------------------------------------------------------------------------------
258
-
259
- build_config, graphs, io, stream_transform and term_glyph license:
260
-
261
- Copyright 2017, the Dart project authors.
262
-
263
- Redistribution and use in source and binary forms, with or without
264
- modification, are permitted provided that the following conditions are
265
- met:
266
-
267
- * Redistributions of source code must retain the above copyright
268
- notice, this list of conditions and the following disclaimer.
269
- * Redistributions in binary form must reproduce the above
270
- copyright notice, this list of conditions and the following
271
- disclaimer in the documentation and/or other materials provided
272
- with the distribution.
273
- * Neither the name of Google LLC nor the names of its
274
- contributors may be used to endorse or promote products derived
275
- from this software without specific prior written permission.
276
-
277
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
278
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
279
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
280
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
281
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
282
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
283
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
284
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
285
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
286
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
287
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
288
-
289
-
290
- --------------------------------------------------------------------------------
291
-
292
- build_daemon and package_config license:
293
-
294
- Copyright 2019, the Dart project authors.
295
-
296
- Redistribution and use in source and binary forms, with or without
297
- modification, are permitted provided that the following conditions are
298
- met:
299
-
300
- * Redistributions of source code must retain the above copyright
301
- notice, this list of conditions and the following disclaimer.
302
- * Redistributions in binary form must reproduce the above
303
- copyright notice, this list of conditions and the following
304
- disclaimer in the documentation and/or other materials provided
305
- with the distribution.
306
- * Neither the name of Google LLC nor the names of its
307
- contributors may be used to endorse or promote products derived
308
- from this software without specific prior written permission.
309
-
310
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
311
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
312
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
313
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
314
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
315
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
316
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
317
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
318
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
319
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
320
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
321
-
322
-
323
- --------------------------------------------------------------------------------
324
-
325
- build_resolvers, build_runner_core, pubspec_parse, test_api, test_core and
326
- timing license:
327
-
328
- Copyright 2018, the Dart project authors.
329
-
330
- Redistribution and use in source and binary forms, with or without
331
- modification, are permitted provided that the following conditions are
332
- met:
333
-
334
- * Redistributions of source code must retain the above copyright
335
- notice, this list of conditions and the following disclaimer.
336
- * Redistributions in binary form must reproduce the above
337
- copyright notice, this list of conditions and the following
338
- disclaimer in the documentation and/or other materials provided
339
- with the distribution.
340
- * Neither the name of Google LLC nor the names of its
341
- contributors may be used to endorse or promote products derived
342
- from this software without specific prior written permission.
343
-
344
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
345
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
346
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
347
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
348
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
349
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
350
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
351
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
352
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
353
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
354
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
355
-
356
-
357
- --------------------------------------------------------------------------------
358
-
359
- built_collection and built_value license:
360
-
361
- Copyright 2015, Google Inc. All rights reserved.
362
-
363
- Redistribution and use in source and binary forms, with or without
364
- modification, are permitted provided that the following conditions are
365
- met:
366
-
367
- * Redistributions of source code must retain the above copyright
368
- notice, this list of conditions and the following disclaimer.
369
- * Redistributions in binary form must reproduce the above
370
- copyright notice, this list of conditions and the following disclaimer
371
- in the documentation and/or other materials provided with the
372
- distribution.
373
-
374
- * Neither the name of Google Inc. nor the names of its
375
- contributors may be used to endorse or promote products derived from
376
- this software without specific prior written permission.
377
-
378
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
379
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
380
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
381
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
382
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
383
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
384
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
385
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
386
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
387
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
388
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
389
-
390
-
391
- --------------------------------------------------------------------------------
392
-
393
- charcode license:
394
-
395
- Copyright 2014, the Dart project authors. All rights reserved.
396
- Redistribution and use in source and binary forms, with or without
397
- modification, are permitted provided that the following conditions are
398
- met:
399
-
400
- * Redistributions of source code must retain the above copyright
401
- notice, this list of conditions and the following disclaimer.
402
- * Redistributions in binary form must reproduce the above
403
- copyright notice, this list of conditions and the following
404
- disclaimer in the documentation and/or other materials provided
405
- with the distribution.
406
- * Neither the name of Google Inc. nor the names of its
407
- contributors may be used to endorse or promote products derived
408
- from this software without specific prior written permission.
409
-
410
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
411
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
412
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
413
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
414
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
415
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
416
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
417
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
418
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
419
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
420
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
421
-
422
-
423
- --------------------------------------------------------------------------------
424
-
425
- checked_yaml license:
426
-
427
- Copyright 2019, the Dart project authors. All rights reserved.
428
- Redistribution and use in source and binary forms, with or without
429
- modification, are permitted provided that the following conditions are
430
- met:
431
-
432
- * Redistributions of source code must retain the above copyright
433
- notice, this list of conditions and the following disclaimer.
434
- * Redistributions in binary form must reproduce the above
435
- copyright notice, this list of conditions and the following
436
- disclaimer in the documentation and/or other materials provided
437
- with the distribution.
438
- * Neither the name of Google Inc. nor the names of its
439
- contributors may be used to endorse or promote products derived
440
- from this software without specific prior written permission.
441
-
442
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
443
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
444
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
445
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
446
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
447
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
448
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
449
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
450
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
451
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
452
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
453
-
454
-
455
- --------------------------------------------------------------------------------
456
-
457
- cli_pkg license:
458
-
459
- Apache License
460
- Version 2.0, January 2004
461
- http://www.apache.org/licenses/
462
-
463
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
464
-
465
- 1. Definitions.
466
-
467
- "License" shall mean the terms and conditions for use, reproduction,
468
- and distribution as defined by Sections 1 through 9 of this document.
469
-
470
- "Licensor" shall mean the copyright owner or entity authorized by
471
- the copyright owner that is granting the License.
472
-
473
- "Legal Entity" shall mean the union of the acting entity and all
474
- other entities that control, are controlled by, or are under common
475
- control with that entity. For the purposes of this definition,
476
- "control" means (i) the power, direct or indirect, to cause the
477
- direction or management of such entity, whether by contract or
478
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
479
- outstanding shares, or (iii) beneficial ownership of such entity.
480
-
481
- "You" (or "Your") shall mean an individual or Legal Entity
482
- exercising permissions granted by this License.
483
-
484
- "Source" form shall mean the preferred form for making modifications,
485
- including but not limited to software source code, documentation
486
- source, and configuration files.
487
-
488
- "Object" form shall mean any form resulting from mechanical
489
- transformation or translation of a Source form, including but
490
- not limited to compiled object code, generated documentation,
491
- and conversions to other media types.
492
-
493
- "Work" shall mean the work of authorship, whether in Source or
494
- Object form, made available under the License, as indicated by a
495
- copyright notice that is included in or attached to the work
496
- (an example is provided in the Appendix below).
497
-
498
- "Derivative Works" shall mean any work, whether in Source or Object
499
- form, that is based on (or derived from) the Work and for which the
500
- editorial revisions, annotations, elaborations, or other modifications
501
- represent, as a whole, an original work of authorship. For the purposes
502
- of this License, Derivative Works shall not include works that remain
503
- separable from, or merely link (or bind by name) to the interfaces of,
504
- the Work and Derivative Works thereof.
505
-
506
- "Contribution" shall mean any work of authorship, including
507
- the original version of the Work and any modifications or additions
508
- to that Work or Derivative Works thereof, that is intentionally
509
- submitted to Licensor for inclusion in the Work by the copyright owner
510
- or by an individual or Legal Entity authorized to submit on behalf of
511
- the copyright owner. For the purposes of this definition, "submitted"
512
- means any form of electronic, verbal, or written communication sent
513
- to the Licensor or its representatives, including but not limited to
514
- communication on electronic mailing lists, source code control systems,
515
- and issue tracking systems that are managed by, or on behalf of, the
516
- Licensor for the purpose of discussing and improving the Work, but
517
- excluding communication that is conspicuously marked or otherwise
518
- designated in writing by the copyright owner as "Not a Contribution."
519
-
520
- "Contributor" shall mean Licensor and any individual or Legal Entity
521
- on behalf of whom a Contribution has been received by Licensor and
522
- subsequently incorporated within the Work.
523
-
524
- 2. Grant of Copyright License. Subject to the terms and conditions of
525
- this License, each Contributor hereby grants to You a perpetual,
526
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
527
- copyright license to reproduce, prepare Derivative Works of,
528
- publicly display, publicly perform, sublicense, and distribute the
529
- Work and such Derivative Works in Source or Object form.
530
-
531
- 3. Grant of Patent License. Subject to the terms and conditions of
532
- this License, each Contributor hereby grants to You a perpetual,
533
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
534
- (except as stated in this section) patent license to make, have made,
535
- use, offer to sell, sell, import, and otherwise transfer the Work,
536
- where such license applies only to those patent claims licensable
537
- by such Contributor that are necessarily infringed by their
538
- Contribution(s) alone or by combination of their Contribution(s)
539
- with the Work to which such Contribution(s) was submitted. If You
540
- institute patent litigation against any entity (including a
541
- cross-claim or counterclaim in a lawsuit) alleging that the Work
542
- or a Contribution incorporated within the Work constitutes direct
543
- or contributory patent infringement, then any patent licenses
544
- granted to You under this License for that Work shall terminate
545
- as of the date such litigation is filed.
546
-
547
- 4. Redistribution. You may reproduce and distribute copies of the
548
- Work or Derivative Works thereof in any medium, with or without
549
- modifications, and in Source or Object form, provided that You
550
- meet the following conditions:
551
-
552
- (a) You must give any other recipients of the Work or
553
- Derivative Works a copy of this License; and
554
-
555
- (b) You must cause any modified files to carry prominent notices
556
- stating that You changed the files; and
557
-
558
- (c) You must retain, in the Source form of any Derivative Works
559
- that You distribute, all copyright, patent, trademark, and
560
- attribution notices from the Source form of the Work,
561
- excluding those notices that do not pertain to any part of
562
- the Derivative Works; and
563
-
564
- (d) If the Work includes a "NOTICE" text file as part of its
565
- distribution, then any Derivative Works that You distribute must
566
- include a readable copy of the attribution notices contained
567
- within such NOTICE file, excluding those notices that do not
568
- pertain to any part of the Derivative Works, in at least one
569
- of the following places: within a NOTICE text file distributed
570
- as part of the Derivative Works; within the Source form or
571
- documentation, if provided along with the Derivative Works; or,
572
- within a display generated by the Derivative Works, if and
573
- wherever such third-party notices normally appear. The contents
574
- of the NOTICE file are for informational purposes only and
575
- do not modify the License. You may add Your own attribution
576
- notices within Derivative Works that You distribute, alongside
577
- or as an addendum to the NOTICE text from the Work, provided
578
- that such additional attribution notices cannot be construed
579
- as modifying the License.
580
-
581
- You may add Your own copyright statement to Your modifications and
582
- may provide additional or different license terms and conditions
583
- for use, reproduction, or distribution of Your modifications, or
584
- for any such Derivative Works as a whole, provided Your use,
585
- reproduction, and distribution of the Work otherwise complies with
586
- the conditions stated in this License.
587
-
588
- 5. Submission of Contributions. Unless You explicitly state otherwise,
589
- any Contribution intentionally submitted for inclusion in the Work
590
- by You to the Licensor shall be under the terms and conditions of
591
- this License, without any additional terms or conditions.
592
- Notwithstanding the above, nothing herein shall supersede or modify
593
- the terms of any separate license agreement you may have executed
594
- with Licensor regarding such Contributions.
595
-
596
- 6. Trademarks. This License does not grant permission to use the trade
597
- names, trademarks, service marks, or product names of the Licensor,
598
- except as required for reasonable and customary use in describing the
599
- origin of the Work and reproducing the content of the NOTICE file.
600
-
601
- 7. Disclaimer of Warranty. Unless required by applicable law or
602
- agreed to in writing, Licensor provides the Work (and each
603
- Contributor provides its Contributions) on an "AS IS" BASIS,
604
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
605
- implied, including, without limitation, any warranties or conditions
606
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
607
- PARTICULAR PURPOSE. You are solely responsible for determining the
608
- appropriateness of using or redistributing the Work and assume any
609
- risks associated with Your exercise of permissions under this License.
610
-
611
- 8. Limitation of Liability. In no event and under no legal theory,
612
- whether in tort (including negligence), contract, or otherwise,
613
- unless required by applicable law (such as deliberate and grossly
614
- negligent acts) or agreed to in writing, shall any Contributor be
615
- liable to You for damages, including any direct, indirect, special,
616
- incidental, or consequential damages of any character arising as a
617
- result of this License or out of the use or inability to use the
618
- Work (including but not limited to damages for loss of goodwill,
619
- work stoppage, computer failure or malfunction, or any and all
620
- other commercial damages or losses), even if such Contributor
621
- has been advised of the possibility of such damages.
622
-
623
- 9. Accepting Warranty or Additional Liability. While redistributing
624
- the Work or Derivative Works thereof, You may choose to offer,
625
- and charge a fee for, acceptance of support, warranty, indemnity,
626
- or other liability obligations and/or rights consistent with this
627
- License. However, in accepting such obligations, You may act only
628
- on Your own behalf and on Your sole responsibility, not on behalf
629
- of any other Contributor, and only if You agree to indemnify,
630
- defend, and hold each Contributor harmless for any liability
631
- incurred by, or claims asserted against, such Contributor by reason
632
- of your accepting any such warranty or additional liability.
633
-
634
- END OF TERMS AND CONDITIONS
635
-
636
- APPENDIX: How to apply the Apache License to your work.
637
-
638
- To apply the Apache License to your work, attach the following
639
- boilerplate notice, with the fields enclosed by brackets "[]"
640
- replaced with your own identifying information. (Don't include
641
- the brackets!) The text should be enclosed in the appropriate
642
- comment syntax for the file format. We also recommend that a
643
- file or class name and description of purpose be included on the
644
- same "printed page" as the copyright notice for easier
645
- identification within third-party archives.
646
-
647
- Copyright [yyyy] [name of copyright owner]
648
-
649
- Licensed under the Apache License, Version 2.0 (the "License");
650
- you may not use this file except in compliance with the License.
651
- You may obtain a copy of the License at
652
-
653
- http://www.apache.org/licenses/LICENSE-2.0
654
-
655
- Unless required by applicable law or agreed to in writing, software
656
- distributed under the License is distributed on an "AS IS" BASIS,
657
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
658
- See the License for the specific language governing permissions and
659
- limitations under the License.
660
-
661
-
662
- --------------------------------------------------------------------------------
663
-
664
- clock and retry license:
665
-
666
-
667
- Apache License
668
- Version 2.0, January 2004
669
- http://www.apache.org/licenses/
670
-
671
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
672
-
673
- 1. Definitions.
674
-
675
- "License" shall mean the terms and conditions for use, reproduction,
676
- and distribution as defined by Sections 1 through 9 of this document.
677
-
678
- "Licensor" shall mean the copyright owner or entity authorized by
679
- the copyright owner that is granting the License.
680
-
681
- "Legal Entity" shall mean the union of the acting entity and all
682
- other entities that control, are controlled by, or are under common
683
- control with that entity. For the purposes of this definition,
684
- "control" means (i) the power, direct or indirect, to cause the
685
- direction or management of such entity, whether by contract or
686
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
687
- outstanding shares, or (iii) beneficial ownership of such entity.
688
-
689
- "You" (or "Your") shall mean an individual or Legal Entity
690
- exercising permissions granted by this License.
691
-
692
- "Source" form shall mean the preferred form for making modifications,
693
- including but not limited to software source code, documentation
694
- source, and configuration files.
695
-
696
- "Object" form shall mean any form resulting from mechanical
697
- transformation or translation of a Source form, including but
698
- not limited to compiled object code, generated documentation,
699
- and conversions to other media types.
700
-
701
- "Work" shall mean the work of authorship, whether in Source or
702
- Object form, made available under the License, as indicated by a
703
- copyright notice that is included in or attached to the work
704
- (an example is provided in the Appendix below).
705
-
706
- "Derivative Works" shall mean any work, whether in Source or Object
707
- form, that is based on (or derived from) the Work and for which the
708
- editorial revisions, annotations, elaborations, or other modifications
709
- represent, as a whole, an original work of authorship. For the purposes
710
- of this License, Derivative Works shall not include works that remain
711
- separable from, or merely link (or bind by name) to the interfaces of,
712
- the Work and Derivative Works thereof.
713
-
714
- "Contribution" shall mean any work of authorship, including
715
- the original version of the Work and any modifications or additions
716
- to that Work or Derivative Works thereof, that is intentionally
717
- submitted to Licensor for inclusion in the Work by the copyright owner
718
- or by an individual or Legal Entity authorized to submit on behalf of
719
- the copyright owner. For the purposes of this definition, "submitted"
720
- means any form of electronic, verbal, or written communication sent
721
- to the Licensor or its representatives, including but not limited to
722
- communication on electronic mailing lists, source code control systems,
723
- and issue tracking systems that are managed by, or on behalf of, the
724
- Licensor for the purpose of discussing and improving the Work, but
725
- excluding communication that is conspicuously marked or otherwise
726
- designated in writing by the copyright owner as "Not a Contribution."
727
-
728
- "Contributor" shall mean Licensor and any individual or Legal Entity
729
- on behalf of whom a Contribution has been received by Licensor and
730
- subsequently incorporated within the Work.
731
-
732
- 2. Grant of Copyright License. Subject to the terms and conditions of
733
- this License, each Contributor hereby grants to You a perpetual,
734
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
735
- copyright license to reproduce, prepare Derivative Works of,
736
- publicly display, publicly perform, sublicense, and distribute the
737
- Work and such Derivative Works in Source or Object form.
738
-
739
- 3. Grant of Patent License. Subject to the terms and conditions of
740
- this License, each Contributor hereby grants to You a perpetual,
741
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
742
- (except as stated in this section) patent license to make, have made,
743
- use, offer to sell, sell, import, and otherwise transfer the Work,
744
- where such license applies only to those patent claims licensable
745
- by such Contributor that are necessarily infringed by their
746
- Contribution(s) alone or by combination of their Contribution(s)
747
- with the Work to which such Contribution(s) was submitted. If You
748
- institute patent litigation against any entity (including a
749
- cross-claim or counterclaim in a lawsuit) alleging that the Work
750
- or a Contribution incorporated within the Work constitutes direct
751
- or contributory patent infringement, then any patent licenses
752
- granted to You under this License for that Work shall terminate
753
- as of the date such litigation is filed.
754
-
755
- 4. Redistribution. You may reproduce and distribute copies of the
756
- Work or Derivative Works thereof in any medium, with or without
757
- modifications, and in Source or Object form, provided that You
758
- meet the following conditions:
759
-
760
- (a) You must give any other recipients of the Work or
761
- Derivative Works a copy of this License; and
762
-
763
- (b) You must cause any modified files to carry prominent notices
764
- stating that You changed the files; and
765
-
766
- (c) You must retain, in the Source form of any Derivative Works
767
- that You distribute, all copyright, patent, trademark, and
768
- attribution notices from the Source form of the Work,
769
- excluding those notices that do not pertain to any part of
770
- the Derivative Works; and
771
-
772
- (d) If the Work includes a "NOTICE" text file as part of its
773
- distribution, then any Derivative Works that You distribute must
774
- include a readable copy of the attribution notices contained
775
- within such NOTICE file, excluding those notices that do not
776
- pertain to any part of the Derivative Works, in at least one
777
- of the following places: within a NOTICE text file distributed
778
- as part of the Derivative Works; within the Source form or
779
- documentation, if provided along with the Derivative Works; or,
780
- within a display generated by the Derivative Works, if and
781
- wherever such third-party notices normally appear. The contents
782
- of the NOTICE file are for informational purposes only and
783
- do not modify the License. You may add Your own attribution
784
- notices within Derivative Works that You distribute, alongside
785
- or as an addendum to the NOTICE text from the Work, provided
786
- that such additional attribution notices cannot be construed
787
- as modifying the License.
788
-
789
- You may add Your own copyright statement to Your modifications and
790
- may provide additional or different license terms and conditions
791
- for use, reproduction, or distribution of Your modifications, or
792
- for any such Derivative Works as a whole, provided Your use,
793
- reproduction, and distribution of the Work otherwise complies with
794
- the conditions stated in this License.
795
-
796
- 5. Submission of Contributions. Unless You explicitly state otherwise,
797
- any Contribution intentionally submitted for inclusion in the Work
798
- by You to the Licensor shall be under the terms and conditions of
799
- this License, without any additional terms or conditions.
800
- Notwithstanding the above, nothing herein shall supersede or modify
801
- the terms of any separate license agreement you may have executed
802
- with Licensor regarding such Contributions.
803
-
804
- 6. Trademarks. This License does not grant permission to use the trade
805
- names, trademarks, service marks, or product names of the Licensor,
806
- except as required for reasonable and customary use in describing the
807
- origin of the Work and reproducing the content of the NOTICE file.
808
-
809
- 7. Disclaimer of Warranty. Unless required by applicable law or
810
- agreed to in writing, Licensor provides the Work (and each
811
- Contributor provides its Contributions) on an "AS IS" BASIS,
812
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
813
- implied, including, without limitation, any warranties or conditions
814
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
815
- PARTICULAR PURPOSE. You are solely responsible for determining the
816
- appropriateness of using or redistributing the Work and assume any
817
- risks associated with Your exercise of permissions under this License.
818
-
819
- 8. Limitation of Liability. In no event and under no legal theory,
820
- whether in tort (including negligence), contract, or otherwise,
821
- unless required by applicable law (such as deliberate and grossly
822
- negligent acts) or agreed to in writing, shall any Contributor be
823
- liable to You for damages, including any direct, indirect, special,
824
- incidental, or consequential damages of any character arising as a
825
- result of this License or out of the use or inability to use the
826
- Work (including but not limited to damages for loss of goodwill,
827
- work stoppage, computer failure or malfunction, or any and all
828
- other commercial damages or losses), even if such Contributor
829
- has been advised of the possibility of such damages.
830
-
831
- 9. Accepting Warranty or Additional Liability. While redistributing
832
- the Work or Derivative Works thereof, You may choose to offer,
833
- and charge a fee for, acceptance of support, warranty, indemnity,
834
- or other liability obligations and/or rights consistent with this
835
- License. However, in accepting such obligations, You may act only
836
- on Your own behalf and on Your sole responsibility, not on behalf
837
- of any other Contributor, and only if You agree to indemnify,
838
- defend, and hold each Contributor harmless for any liability
839
- incurred by, or claims asserted against, such Contributor by reason
840
- of your accepting any such warranty or additional liability.
841
-
842
- END OF TERMS AND CONDITIONS
843
-
844
- APPENDIX: How to apply the Apache License to your work.
845
-
846
- To apply the Apache License to your work, attach the following
847
- boilerplate notice, with the fields enclosed by brackets "[]"
848
- replaced with your own identifying information. (Don't include
849
- the brackets!) The text should be enclosed in the appropriate
850
- comment syntax for the file format. We also recommend that a
851
- file or class name and description of purpose be included on the
852
- same "printed page" as the copyright notice for easier
853
- identification within third-party archives.
854
-
855
- Copyright [yyyy] [name of copyright owner]
856
-
857
- Licensed under the Apache License, Version 2.0 (the "License");
858
- you may not use this file except in compliance with the License.
859
- You may obtain a copy of the License at
860
-
861
- http://www.apache.org/licenses/LICENSE-2.0
862
-
863
- Unless required by applicable law or agreed to in writing, software
864
- distributed under the License is distributed on an "AS IS" BASIS,
865
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
866
- See the License for the specific language governing permissions and
867
- limitations under the License.
868
-
869
- --------------------------------------------------------------------------------
870
-
871
- convert, crypto, shelf_static, source_gen and vm_service license:
872
-
873
- Copyright 2015, the Dart project authors.
874
-
875
- Redistribution and use in source and binary forms, with or without
876
- modification, are permitted provided that the following conditions are
877
- met:
878
-
879
- * Redistributions of source code must retain the above copyright
880
- notice, this list of conditions and the following disclaimer.
881
- * Redistributions in binary form must reproduce the above
882
- copyright notice, this list of conditions and the following
883
- disclaimer in the documentation and/or other materials provided
884
- with the distribution.
885
- * Neither the name of Google LLC nor the names of its
886
- contributors may be used to endorse or promote products derived
887
- from this software without specific prior written permission.
888
-
889
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
890
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
891
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
892
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
893
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
894
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
895
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
896
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
897
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
898
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
899
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
900
-
901
-
902
- --------------------------------------------------------------------------------
903
-
904
- coverage, dart_style, glob, http, http_parser, matcher, path, pool, pub_semver,
905
- source_span, string_scanner, test and watcher license:
906
-
907
- Copyright 2014, the Dart project authors.
908
-
909
- Redistribution and use in source and binary forms, with or without
910
- modification, are permitted provided that the following conditions are
911
- met:
912
-
913
- * Redistributions of source code must retain the above copyright
914
- notice, this list of conditions and the following disclaimer.
915
- * Redistributions in binary form must reproduce the above
916
- copyright notice, this list of conditions and the following
917
- disclaimer in the documentation and/or other materials provided
918
- with the distribution.
919
- * Neither the name of Google LLC nor the names of its
920
- contributors may be used to endorse or promote products derived
921
- from this software without specific prior written permission.
922
-
923
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
924
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
925
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
926
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
927
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
928
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
929
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
930
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
931
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
932
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
933
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
934
-
935
-
936
- --------------------------------------------------------------------------------
937
-
938
- dio license:
939
-
940
- MIT License
941
-
942
- Copyright (c) 2018 wendux
943
-
944
- Permission is hereby granted, free of charge, to any person obtaining a copy
945
- of this software and associated documentation files (the "Software"), to deal
946
- in the Software without restriction, including without limitation the rights
947
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
948
- copies of the Software, and to permit persons to whom the Software is
949
- furnished to do so, subject to the following conditions:
950
-
951
- The above copyright notice and this permission notice shall be included in all
952
- copies or substantial portions of the Software.
953
-
954
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
955
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
956
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
957
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
958
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
959
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
960
- SOFTWARE.
961
-
962
- --------------------------------------------------------------------------------
963
-
964
- dotenv license:
965
-
966
- The MIT License (MIT)
967
-
968
- Copyright (c) 2015 mockturtl
969
-
970
- Permission is hereby granted, free of charge, to any person obtaining a copy
971
- of this software and associated documentation files (the "Software"), to deal
972
- in the Software without restriction, including without limitation the rights
973
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
974
- copies of the Software, and to permit persons to whom the Software is
975
- furnished to do so, subject to the following conditions:
976
-
977
- The above copyright notice and this permission notice shall be included in all
978
- copies or substantial portions of the Software.
979
-
980
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
981
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
982
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
983
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
984
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
985
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
986
- SOFTWARE.
987
-
988
-
989
- --------------------------------------------------------------------------------
990
-
991
- file license:
992
-
993
- Copyright 2017, the Dart project authors. All rights reserved.
994
- Redistribution and use in source and binary forms, with or without
995
- modification, are permitted provided that the following conditions are
996
- met:
997
-
998
- * Redistributions of source code must retain the above copyright
999
- notice, this list of conditions and the following disclaimer.
1000
- * Redistributions in binary form must reproduce the above
1001
- copyright notice, this list of conditions and the following
1002
- disclaimer in the documentation and/or other materials provided
1003
- with the distribution.
1004
- * Neither the name of Google Inc. nor the names of its
1005
- contributors may be used to endorse or promote products derived
1006
- from this software without specific prior written permission.
1007
-
1008
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1009
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1010
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1011
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1012
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1013
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1014
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1015
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1016
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1017
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1018
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1019
-
1020
- --------------------------------------------------------------------------------
1021
-
1022
- fixnum, http_multi_server, shelf, shelf_web_socket, source_maps and stack_trace
1023
- license:
1024
-
1025
- Copyright 2014, the Dart project authors.
1026
-
1027
- Redistribution and use in source and binary forms, with or without
1028
- modification, are permitted provided that the following conditions are
1029
- met:
1030
-
1031
- * Redistributions of source code must retain the above copyright
1032
- notice, this list of conditions and the following disclaimer.
1033
- * Redistributions in binary form must reproduce the above
1034
- copyright notice, this list of conditions and the following
1035
- disclaimer in the documentation and/or other materials provided
1036
- with the distribution.
1037
- * Neither the name of Google LLC nor the names of its
1038
- contributors may be used to endorse or promote products derived
1039
- from this software without specific prior written permission.
1040
-
1041
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1042
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1043
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1044
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1045
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1046
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1047
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1048
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1049
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1050
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1051
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1052
-
1053
-
1054
- --------------------------------------------------------------------------------
1055
-
1056
- freezed and freezed_annotation license:
1057
-
1058
- MIT License
1059
-
1060
- Copyright (c) 2020 Remi Rousselet
1061
-
1062
- Permission is hereby granted, free of charge, to any person obtaining a copy
1063
- of this software and associated documentation files (the "Software"), to deal
1064
- in the Software without restriction, including without limitation the rights
1065
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1066
- copies of the Software, and to permit persons to whom the Software is
1067
- furnished to do so, subject to the following conditions:
1068
-
1069
- The above copyright notice and this permission notice shall be included in all
1070
- copies or substantial portions of the Software.
1071
-
1072
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1073
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1074
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1075
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1076
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1077
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1078
- SOFTWARE.
1079
-
1080
- --------------------------------------------------------------------------------
1081
-
1082
- frontend_server_client license:
1083
-
1084
- Copyright 2020, the Dart project authors.
1085
-
1086
- Redistribution and use in source and binary forms, with or without
1087
- modification, are permitted provided that the following conditions are
1088
- met:
1089
-
1090
- * Redistributions of source code must retain the above copyright
1091
- notice, this list of conditions and the following disclaimer.
1092
- * Redistributions in binary form must reproduce the above
1093
- copyright notice, this list of conditions and the following
1094
- disclaimer in the documentation and/or other materials provided
1095
- with the distribution.
1096
- * Neither the name of Google LLC nor the names of its
1097
- contributors may be used to endorse or promote products derived
1098
- from this software without specific prior written permission.
1099
-
1100
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1101
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1102
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1103
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1104
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1105
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1106
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1107
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1108
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1109
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1110
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1111
-
1112
-
1113
- --------------------------------------------------------------------------------
1114
-
1115
- grinder and webkit_inspection_protocol license:
1116
-
1117
- Copyright 2013, Google Inc.
1118
- All rights reserved.
1119
-
1120
- Redistribution and use in source and binary forms, with or without
1121
- modification, are permitted provided that the following conditions are
1122
- met:
1123
-
1124
- * Redistributions of source code must retain the above copyright
1125
- notice, this list of conditions and the following disclaimer.
1126
- * Redistributions in binary form must reproduce the above
1127
- copyright notice, this list of conditions and the following disclaimer
1128
- in the documentation and/or other materials provided with the
1129
- distribution.
1130
- * Neither the name of Google Inc. nor the names of its
1131
- contributors may be used to endorse or promote products derived from
1132
- this software without specific prior written permission.
1133
-
1134
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1135
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1136
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1137
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1138
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1139
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1140
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1141
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1142
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1143
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1144
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1145
-
1146
-
1147
- --------------------------------------------------------------------------------
1148
-
1149
- intl license:
1150
-
1151
- Copyright 2013, the Dart project authors. All rights reserved.
1152
- Redistribution and use in source and binary forms, with or without
1153
- modification, are permitted provided that the following conditions are
1154
- met:
1155
-
1156
- * Redistributions of source code must retain the above copyright
1157
- notice, this list of conditions and the following disclaimer.
1158
- * Redistributions in binary form must reproduce the above
1159
- copyright notice, this list of conditions and the following
1160
- disclaimer in the documentation and/or other materials provided
1161
- with the distribution.
1162
- * Neither the name of Google Inc. nor the names of its
1163
- contributors may be used to endorse or promote products derived
1164
- from this software without specific prior written permission.
1165
-
1166
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1167
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1168
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1169
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1170
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1171
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1172
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1173
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1174
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1175
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1176
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1177
-
1178
-
1179
- --------------------------------------------------------------------------------
1180
-
1181
- jiffy license:
1182
-
1183
- MIT License
1184
-
1185
- Copyright (c) 2019 Jama Mohamed
1186
-
1187
- Permission is hereby granted, free of charge, to any person obtaining a copy
1188
- of this software and associated documentation files (the "Software"), to deal
1189
- in the Software without restriction, including without limitation the rights
1190
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1191
- copies of the Software, and to permit persons to whom the Software is
1192
- furnished to do so, subject to the following conditions:
1193
-
1194
- The above copyright notice and this permission notice shall be included in all
1195
- copies or substantial portions of the Software.
1196
-
1197
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1198
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1199
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1200
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1201
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1202
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1203
- SOFTWARE.
1204
-
1205
-
1206
- --------------------------------------------------------------------------------
1207
-
1208
- js license:
1209
-
1210
- Copyright 2012, the Dart project authors.
1211
-
1212
- Redistribution and use in source and binary forms, with or without
1213
- modification, are permitted provided that the following conditions are
1214
- met:
1215
-
1216
- * Redistributions of source code must retain the above copyright
1217
- notice, this list of conditions and the following disclaimer.
1218
- * Redistributions in binary form must reproduce the above
1219
- copyright notice, this list of conditions and the following
1220
- disclaimer in the documentation and/or other materials provided
1221
- with the distribution.
1222
- * Neither the name of Google LLC nor the names of its
1223
- contributors may be used to endorse or promote products derived
1224
- from this software without specific prior written permission.
1225
-
1226
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1227
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1228
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1229
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1230
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1231
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1232
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1233
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1234
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1235
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1236
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1237
-
1238
-
1239
- --------------------------------------------------------------------------------
1240
-
1241
- json_annotation and json_serializable license:
1242
-
1243
- Copyright 2017, the Dart project authors. All rights reserved.
1244
- Redistribution and use in source and binary forms, with or without
1245
- modification, are permitted provided that the following conditions are
1246
- met:
1247
-
1248
- * Redistributions of source code must retain the above copyright
1249
- notice, this list of conditions and the following disclaimer.
1250
- * Redistributions in binary form must reproduce the above
1251
- copyright notice, this list of conditions and the following
1252
- disclaimer in the documentation and/or other materials provided
1253
- with the distribution.
1254
- * Neither the name of Google Inc. nor the names of its
1255
- contributors may be used to endorse or promote products derived
1256
- from this software without specific prior written permission.
1257
-
1258
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1259
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1260
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1261
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1262
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1263
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1264
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1265
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1266
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1267
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1268
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1269
-
1270
-
1271
- --------------------------------------------------------------------------------
1272
-
1273
- lints license:
1274
-
1275
- Copyright 2021, the Dart project authors.
1276
-
1277
- Redistribution and use in source and binary forms, with or without
1278
- modification, are permitted provided that the following conditions are
1279
- met:
1280
-
1281
- * Redistributions of source code must retain the above copyright
1282
- notice, this list of conditions and the following disclaimer.
1283
- * Redistributions in binary form must reproduce the above
1284
- copyright notice, this list of conditions and the following
1285
- disclaimer in the documentation and/or other materials provided
1286
- with the distribution.
1287
- * Neither the name of Google LLC nor the names of its
1288
- contributors may be used to endorse or promote products derived
1289
- from this software without specific prior written permission.
1290
-
1291
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1292
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1293
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1294
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1295
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1296
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1297
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1298
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1299
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1300
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1301
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1302
-
1303
-
1304
- --------------------------------------------------------------------------------
1305
-
1306
- node_interop license:
1307
-
1308
- Copyright (c) 2017, Anatoly Pulyaevskiy.
1309
- All rights reserved.
1310
-
1311
- Redistribution and use in source and binary forms, with or without
1312
- modification, are permitted provided that the following conditions are met:
1313
- * Redistributions of source code must retain the above copyright
1314
- notice, this list of conditions and the following disclaimer.
1315
- * Redistributions in binary form must reproduce the above copyright
1316
- notice, this list of conditions and the following disclaimer in the
1317
- documentation and/or other materials provided with the distribution.
1318
- * Neither the name of the <organization> nor the
1319
- names of its contributors may be used to endorse or promote products
1320
- derived from this software without specific prior written permission.
1321
-
1322
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1323
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1324
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1325
- DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1326
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1327
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1328
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1329
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1330
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1331
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1332
-
1333
-
1334
- --------------------------------------------------------------------------------
1335
-
1336
- node_preamble license:
1337
-
1338
- The MIT License (MIT)
1339
-
1340
- Copyright (c) 2015 Michael Bullington
1341
-
1342
- Permission is hereby granted, free of charge, to any person obtaining a copy
1343
- of this software and associated documentation files (the "Software"), to deal
1344
- in the Software without restriction, including without limitation the rights
1345
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1346
- copies of the Software, and to permit persons to whom the Software is
1347
- furnished to do so, subject to the following conditions:
1348
-
1349
- The above copyright notice and this permission notice shall be included in all
1350
- copies or substantial portions of the Software.
1351
-
1352
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1353
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1354
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1355
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1356
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1357
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1358
- SOFTWARE.
1359
-
1360
- ===
1361
-
1362
- Copyright 2012, the Dart project authors. All rights reserved.
1363
- Redistribution and use in source and binary forms, with or without
1364
- modification, are permitted provided that the following conditions are
1365
- met:
1366
- * Redistributions of source code must retain the above copyright
1367
- notice, this list of conditions and the following disclaimer.
1368
- * Redistributions in binary form must reproduce the above
1369
- copyright notice, this list of conditions and the following
1370
- disclaimer in the documentation and/or other materials provided
1371
- with the distribution.
1372
- * Neither the name of Google Inc. nor the names of its
1373
- contributors may be used to endorse or promote products derived
1374
- from this software without specific prior written permission.
1375
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1376
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1377
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1378
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1379
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1380
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1381
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1382
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1383
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1384
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1385
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1386
-
1387
-
1388
- --------------------------------------------------------------------------------
1389
-
1390
- petitparser license:
1391
-
1392
- The MIT License
1393
-
1394
- Copyright (c) 2006-2023 Lukas Renggli.
1395
- All rights reserved.
1396
-
1397
- Permission is hereby granted, free of charge, to any person obtaining a copy
1398
- of this software and associated documentation files (the "Software"), to deal
1399
- in the Software without restriction, including without limitation the rights
1400
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1401
- copies of the Software, and to permit persons to whom the Software is
1402
- furnished to do so, subject to the following conditions:
1403
-
1404
- The above copyright notice and this permission notice shall be included in
1405
- all copies or substantial portions of the Software.
1406
-
1407
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1408
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1409
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1410
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1411
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1412
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1413
- THE SOFTWARE.
1414
-
1415
-
1416
- --------------------------------------------------------------------------------
1417
-
1418
- pointycastle license:
1419
-
1420
-
1421
- Copyright (c) 2000 - 2019 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
1422
-
1423
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1424
- this software and associated documentation files (the "Software"), to deal in
1425
- the Software without restriction, including without limitation the rights to
1426
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1427
- of the Software, and to permit persons to whom the Software is furnished to do
1428
- so, subject to the following conditions:
1429
-
1430
- The above copyright notice and this permission notice shall be included in all
1431
- copies or substantial portions of the Software.
1432
-
1433
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1434
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1435
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1436
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1437
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1438
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1439
-
1440
-
1441
-
1442
- --------------------------------------------------------------------------------
1443
-
1444
- recase license:
1445
-
1446
- Copyright 2017 Keith Elliott
1447
-
1448
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1449
-
1450
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1451
-
1452
- 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.
1453
-
1454
- 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.
1455
-
1456
-
1457
- --------------------------------------------------------------------------------
1458
-
1459
- source_helper license:
1460
-
1461
-
1462
- Apache License
1463
- Version 2.0, January 2004
1464
- http://www.apache.org/licenses/
1465
-
1466
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1467
-
1468
- 1. Definitions.
1469
-
1470
- "License" shall mean the terms and conditions for use, reproduction,
1471
- and distribution as defined by Sections 1 through 9 of this document.
1472
-
1473
- "Licensor" shall mean the copyright owner or entity authorized by
1474
- the copyright owner that is granting the License.
1475
-
1476
- "Legal Entity" shall mean the union of the acting entity and all
1477
- other entities that control, are controlled by, or are under common
1478
- control with that entity. For the purposes of this definition,
1479
- "control" means (i) the power, direct or indirect, to cause the
1480
- direction or management of such entity, whether by contract or
1481
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
1482
- outstanding shares, or (iii) beneficial ownership of such entity.
1483
-
1484
- "You" (or "Your") shall mean an individual or Legal Entity
1485
- exercising permissions granted by this License.
1486
-
1487
- "Source" form shall mean the preferred form for making modifications,
1488
- including but not limited to software source code, documentation
1489
- source, and configuration files.
1490
-
1491
- "Object" form shall mean any form resulting from mechanical
1492
- transformation or translation of a Source form, including but
1493
- not limited to compiled object code, generated documentation,
1494
- and conversions to other media types.
1495
-
1496
- "Work" shall mean the work of authorship, whether in Source or
1497
- Object form, made available under the License, as indicated by a
1498
- copyright notice that is included in or attached to the work
1499
- (an example is provided in the Appendix below).
1500
-
1501
- "Derivative Works" shall mean any work, whether in Source or Object
1502
- form, that is based on (or derived from) the Work and for which the
1503
- editorial revisions, annotations, elaborations, or other modifications
1504
- represent, as a whole, an original work of authorship. For the purposes
1505
- of this License, Derivative Works shall not include works that remain
1506
- separable from, or merely link (or bind by name) to the interfaces of,
1507
- the Work and Derivative Works thereof.
1508
-
1509
- "Contribution" shall mean any work of authorship, including
1510
- the original version of the Work and any modifications or additions
1511
- to that Work or Derivative Works thereof, that is intentionally
1512
- submitted to Licensor for inclusion in the Work by the copyright owner
1513
- or by an individual or Legal Entity authorized to submit on behalf of
1514
- the copyright owner. For the purposes of this definition, "submitted"
1515
- means any form of electronic, verbal, or written communication sent
1516
- to the Licensor or its representatives, including but not limited to
1517
- communication on electronic mailing lists, source code control systems,
1518
- and issue tracking systems that are managed by, or on behalf of, the
1519
- Licensor for the purpose of discussing and improving the Work, but
1520
- excluding communication that is conspicuously marked or otherwise
1521
- designated in writing by the copyright owner as "Not a Contribution."
1522
-
1523
- "Contributor" shall mean Licensor and any individual or Legal Entity
1524
- on behalf of whom a Contribution has been received by Licensor and
1525
- subsequently incorporated within the Work.
1526
-
1527
- 2. Grant of Copyright License. Subject to the terms and conditions of
1528
- this License, each Contributor hereby grants to You a perpetual,
1529
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1530
- copyright license to reproduce, prepare Derivative Works of,
1531
- publicly display, publicly perform, sublicense, and distribute the
1532
- Work and such Derivative Works in Source or Object form.
1533
-
1534
- 3. Grant of Patent License. Subject to the terms and conditions of
1535
- this License, each Contributor hereby grants to You a perpetual,
1536
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1537
- (except as stated in this section) patent license to make, have made,
1538
- use, offer to sell, sell, import, and otherwise transfer the Work,
1539
- where such license applies only to those patent claims licensable
1540
- by such Contributor that are necessarily infringed by their
1541
- Contribution(s) alone or by combination of their Contribution(s)
1542
- with the Work to which such Contribution(s) was submitted. If You
1543
- institute patent litigation against any entity (including a
1544
- cross-claim or counterclaim in a lawsuit) alleging that the Work
1545
- or a Contribution incorporated within the Work constitutes direct
1546
- or contributory patent infringement, then any patent licenses
1547
- granted to You under this License for that Work shall terminate
1548
- as of the date such litigation is filed.
1549
-
1550
- 4. Redistribution. You may reproduce and distribute copies of the
1551
- Work or Derivative Works thereof in any medium, with or without
1552
- modifications, and in Source or Object form, provided that You
1553
- meet the following conditions:
1554
-
1555
- (a) You must give any other recipients of the Work or
1556
- Derivative Works a copy of this License; and
1557
-
1558
- (b) You must cause any modified files to carry prominent notices
1559
- stating that You changed the files; and
1560
-
1561
- (c) You must retain, in the Source form of any Derivative Works
1562
- that You distribute, all copyright, patent, trademark, and
1563
- attribution notices from the Source form of the Work,
1564
- excluding those notices that do not pertain to any part of
1565
- the Derivative Works; and
1566
-
1567
- (d) If the Work includes a "NOTICE" text file as part of its
1568
- distribution, then any Derivative Works that You distribute must
1569
- include a readable copy of the attribution notices contained
1570
- within such NOTICE file, excluding those notices that do not
1571
- pertain to any part of the Derivative Works, in at least one
1572
- of the following places: within a NOTICE text file distributed
1573
- as part of the Derivative Works; within the Source form or
1574
- documentation, if provided along with the Derivative Works; or,
1575
- within a display generated by the Derivative Works, if and
1576
- wherever such third-party notices normally appear. The contents
1577
- of the NOTICE file are for informational purposes only and
1578
- do not modify the License. You may add Your own attribution
1579
- notices within Derivative Works that You distribute, alongside
1580
- or as an addendum to the NOTICE text from the Work, provided
1581
- that such additional attribution notices cannot be construed
1582
- as modifying the License.
1583
-
1584
- You may add Your own copyright statement to Your modifications and
1585
- may provide additional or different license terms and conditions
1586
- for use, reproduction, or distribution of Your modifications, or
1587
- for any such Derivative Works as a whole, provided Your use,
1588
- reproduction, and distribution of the Work otherwise complies with
1589
- the conditions stated in this License.
1590
-
1591
- 5. Submission of Contributions. Unless You explicitly state otherwise,
1592
- any Contribution intentionally submitted for inclusion in the Work
1593
- by You to the Licensor shall be under the terms and conditions of
1594
- this License, without any additional terms or conditions.
1595
- Notwithstanding the above, nothing herein shall supersede or modify
1596
- the terms of any separate license agreement you may have executed
1597
- with Licensor regarding such Contributions.
1598
-
1599
- 6. Trademarks. This License does not grant permission to use the trade
1600
- names, trademarks, service marks, or product names of the Licensor,
1601
- except as required for reasonable and customary use in describing the
1602
- origin of the Work and reproducing the content of the NOTICE file.
1603
-
1604
- 7. Disclaimer of Warranty. Unless required by applicable law or
1605
- agreed to in writing, Licensor provides the Work (and each
1606
- Contributor provides its Contributions) on an "AS IS" BASIS,
1607
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1608
- implied, including, without limitation, any warranties or conditions
1609
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1610
- PARTICULAR PURPOSE. You are solely responsible for determining the
1611
- appropriateness of using or redistributing the Work and assume any
1612
- risks associated with Your exercise of permissions under this License.
1613
-
1614
- 8. Limitation of Liability. In no event and under no legal theory,
1615
- whether in tort (including negligence), contract, or otherwise,
1616
- unless required by applicable law (such as deliberate and grossly
1617
- negligent acts) or agreed to in writing, shall any Contributor be
1618
- liable to You for damages, including any direct, indirect, special,
1619
- incidental, or consequential damages of any character arising as a
1620
- result of this License or out of the use or inability to use the
1621
- Work (including but not limited to damages for loss of goodwill,
1622
- work stoppage, computer failure or malfunction, or any and all
1623
- other commercial damages or losses), even if such Contributor
1624
- has been advised of the possibility of such damages.
1625
-
1626
- 9. Accepting Warranty or Additional Liability. While redistributing
1627
- the Work or Derivative Works thereof, You may choose to offer,
1628
- and charge a fee for, acceptance of support, warranty, indemnity,
1629
- or other liability obligations and/or rights consistent with this
1630
- License. However, in accepting such obligations, You may act only
1631
- on Your own behalf and on Your sole responsibility, not on behalf
1632
- of any other Contributor, and only if You agree to indemnify,
1633
- defend, and hold each Contributor harmless for any liability
1634
- incurred by, or claims asserted against, such Contributor by reason
1635
- of your accepting any such warranty or additional liability.
1636
-
1637
- END OF TERMS AND CONDITIONS
1638
-
1639
- APPENDIX: How to apply the Apache License to your work.
1640
-
1641
- To apply the Apache License to your work, attach the following
1642
- boilerplate notice, with the fields enclosed by brackets "[]"
1643
- replaced with your own identifying information. (Don't include
1644
- the brackets!) The text should be enclosed in the appropriate
1645
- comment syntax for the file format. We also recommend that a
1646
- file or class name and description of purpose be included on the
1647
- same "printed page" as the copyright notice for easier
1648
- identification within third-party archives.
1649
-
1650
- Copyright [yyyy] [name of copyright owner]
1651
-
1652
- Licensed under the Apache License, Version 2.0 (the "License");
1653
- you may not use this file except in compliance with the License.
1654
- You may obtain a copy of the License at
1655
-
1656
- http://www.apache.org/licenses/LICENSE-2.0
1657
-
1658
- Unless required by applicable law or agreed to in writing, software
1659
- distributed under the License is distributed on an "AS IS" BASIS,
1660
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1661
- See the License for the specific language governing permissions and
1662
- limitations under the License.
1663
-
1664
-
1665
- --------------------------------------------------------------------------------
1666
-
1667
- test_process license:
1668
-
1669
- Copyright 2017, the Dart project authors.
1670
-
1671
- Redistribution and use in source and binary forms, with or without
1672
- modification, are permitted provided that the following conditions are
1673
- met:
1674
-
1675
- * Redistributions of source code must retain the above copyright
1676
- notice, this list of conditions and the following disclaimer.
1677
- * Redistributions in binary form must reproduce the above
1678
- copyright notice, this list of conditions and the following
1679
- disclaimer in the documentation and/or other materials provided
1680
- with the distribution.
1681
- * Neither the name of Google LLC nor the names of its
1682
- contributors may be used to endorse or promote products derived
1683
- from this software without specific prior written permission.
1684
-
1685
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1686
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1687
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1688
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1689
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1690
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1691
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1692
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1693
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1694
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1695
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1696
-
1697
-
1698
- --------------------------------------------------------------------------------
1699
-
1700
- xml license:
1701
-
1702
- The MIT License
1703
-
1704
- Copyright (c) 2006-2022 Lukas Renggli.
1705
- All rights reserved.
1706
-
1707
- Permission is hereby granted, free of charge, to any person obtaining a copy
1708
- of this software and associated documentation files (the "Software"), to deal
1709
- in the Software without restriction, including without limitation the rights
1710
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1711
- copies of the Software, and to permit persons to whom the Software is
1712
- furnished to do so, subject to the following conditions:
1713
-
1714
- The above copyright notice and this permission notice shall be included in
1715
- all copies or substantial portions of the Software.
1716
-
1717
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1718
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1719
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1720
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1721
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1722
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1723
- THE SOFTWARE.
1724
-
1725
-
1726
- --------------------------------------------------------------------------------
1727
-
1728
- yaml license:
1729
-
1730
- Copyright (c) 2014, the Dart project authors.
1731
- Copyright (c) 2006, Kirill Simonov.
1732
-
1733
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1734
- this software and associated documentation files (the "Software"), to deal in
1735
- the Software without restriction, including without limitation the rights to
1736
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1737
- of the Software, and to permit persons to whom the Software is furnished to do
1738
- so, subject to the following conditions:
1739
-
1740
- The above copyright notice and this permission notice shall be included in all
1741
- copies or substantial portions of the Software.
1742
-
1743
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1744
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1745
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1746
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1747
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1748
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1749
- SOFTWARE.