gooddata 2.1.15-java → 2.1.17-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 848280ab04bb4a87b5e8508909a0319b2cbed95ccb607ed6266b7c9b2d2f9e82
4
- data.tar.gz: ed4892bebcf6ede7e0b489f0cf75a87aa058c6e3cf2ec9dabaebf485988ca007
3
+ metadata.gz: 630998fa1516b4b09cb3cfdd2119a63748dfa5255cb3ce2e232b0e0229a42caa
4
+ data.tar.gz: 42ca5dc336efbc52177bb0929872c6b0d1199e9e87bc0e021bc241c2a4191fb2
5
5
  SHA512:
6
- metadata.gz: 3febd6052216506be6e57e69d951ece00d21ee23ed8ad6a514e3c799ae1fc32aca1ecab9d1713cce2fbca1ceb66667d4eb22f1c6abb64da2c73d26249582111c
7
- data.tar.gz: a3fcfb42023761b3790ab89b57d50d15f30e827a10d3fa3ca3e7818a1b15461b45297602ca8b8b63c54111c4dec13dbf3182db1b00fac6e25e512ea14c6efc95
6
+ metadata.gz: 9fb54c4835f32f6c8affa9bbce5cce227df2c68bc9e822b912c05bf0f11a21f84bdbab290a743e62f20e2d61b711f12bb6646239e740162e6f0aa535db111dae
7
+ data.tar.gz: 25c0d6a59b6dc9507acb871f55ffbbef31617d16aec35314cfd598efcd23d75b0c19509dbca1835111227b687c81d896eaba5159f298c341b40d1007781866fd
data/.sonar.settings ADDED
@@ -0,0 +1,4 @@
1
+ # Config scan necessary files/folder only
2
+ sonar.sources=bin,lib
3
+ sonar.tests=spec
4
+ sonar.exclusions=**/lib/templates/project/*.erb
data/.travis.yml CHANGED
@@ -233,15 +233,15 @@ jobs:
233
233
  - &cleanup
234
234
  stage: after-merge
235
235
  name: staging1 - test environment clean-up
236
- script: bundle exec ruby bin/test_projects_cleanup.rb -f
236
+ script: travis_wait 30 bundle exec ruby bin/test_projects_cleanup.rb -f
237
237
  env: GD_ENV=staging
238
238
 
239
239
  - <<: *cleanup
240
- name: staging2 - test environment clean-up
240
+ name: travis_wait 30 staging2 - test environment clean-up
241
241
  env: GD_ENV=testing
242
242
 
243
243
  - <<: *cleanup
244
- name: staging3 - test environment clean-up
244
+ name: travis_wait 30 staging3 - test environment clean-up
245
245
  env: GD_ENV=development
246
246
 
247
247
  # AFTER MERGE UNIT TESTS ON ALTERNATIVE PLATFORM
@@ -279,6 +279,7 @@ jobs:
279
279
  script: bundle exec rake test:unit
280
280
  os: osx
281
281
  rvm: jruby-9.1.14
282
+ osx_image: xcode7.3
282
283
 
283
284
  - stage: gem-release
284
285
  name: deploy MRI gem
data/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
  # GoodData Ruby SDK Changelog
2
+ ## 2.1.17
3
+ - BUGFIX:TMA-1704 - Enhance error message when not found clientId in source table
4
+ - BUGFIX: TMA-1694 [UsersBrick] Enhance messages add more log for missing users when running remove_from_organization
5
+ - FEATURE:TMA-1717 - replace Erbis by standard ERB
6
+ - BUGFIX: MSF-20222 Fixing issue using find function of Enumerator
7
+ - LR-428: Update the license file for Gooddata-ruby
8
+ - BUGFIX: TMA-1714 Fixed test failed due to deleting master project and increase timeout
9
+
2
10
  ## 2.1.15
3
11
  - FEATURE: BCO-1119 Introduce data sources API
4
12
  - Upgrade active_support to be able used with Rails 6.1
data/Dockerfile CHANGED
@@ -64,6 +64,10 @@ RUN cp -rf ci/snowflake/target/*.jar ./lib/gooddata/cloud_resources/snowflake/dr
64
64
  RUN mvn -f ci/bigquery/pom.xml clean install -P binary-packaging
65
65
  RUN cp -rf ci/bigquery/target/*.jar ./lib/gooddata/cloud_resources/bigquery/drivers/
66
66
 
67
+ #build postgresql dependencies
68
+ RUN mvn -f ci/postgresql/pom.xml clean install -P binary-packaging
69
+ RUN cp -rf ci/postgresql/target/*.jar ./lib/gooddata/cloud_resources/postgresql/drivers/
70
+
67
71
  RUN bundle install
68
72
 
69
73
  ARG GIT_COMMIT=unspecified
data/LICENSE CHANGED
@@ -1,22 +1,4423 @@
1
+ ================================================================================
2
+ Copyright (c) 2010-2021 GoodData Corporation. All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
+
6
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7
+ 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.
8
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
9
+ 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.
10
+ ================================================================================
11
+
12
+ Third-Party Software for GoodData Ruby SDK
13
+
14
+ --------------------------------------------------------------------------------
15
+
16
+ GoodData Ruby SDK is licensed under the 3-clause "new" or "revised" BSD license above. Some software components of this GoodData product incorporate software licensed under the open source licenses listed below. This GoodData product does not necessarily use all the open source software referred to below and may also only use portions of a given package. With respect to the open source software listed in this document, if you (i) have any questions, (ii) wish to receive source code for packages under licenses that require their source code to be made available (such as the GNU Lesser Public License), or (iii) discover any errors or omissions in the licensing information provided, please contact us at legal@gooddata.com. Please identify in source code requests: (i) the packages for which you are requesting corresponding source, (ii) the GoodData product (including any available version or serial numbers) with which the package was provided; and (iii) an email address (if available) or postal address at which GoodData may contact you.
17
+
18
+
19
+ ================================================================================
20
+
21
+ Dependencies
22
+
23
+ ================================================================================
24
+
25
+ - activesupport (5.2.5) [MIT]
26
+ - addressable (2.7.0) [Apache-2.0]
27
+ - ast (2.4.2) [MIT]
28
+ - aws-eventstream (1.1.1) [Apache-2.0]
29
+ - aws-partitions (1.436.0) [Apache-2.0]
30
+ - aws-sdk-core (3.113.0) [Apache-2.0]
31
+ - aws-sdk-kms (1.43.0) [Apache-2.0]
32
+ - aws-sdk-s3 (1.93.0) [Apache-2.0]
33
+ - aws-sigv4 (1.2.3) [Apache-2.0]
34
+ - axiom-types (0.1.1) [MIT]
35
+ - backports (3.20.2) [MIT]
36
+ - byebug (11.0.1) [BSD-2-Clause]
37
+ - codeclimate-engine-rb (0.4.1) [MIT]
38
+ - coderay (1.1.3) [MIT]
39
+ - coercible (1.0.0) [MIT]
40
+ - concurrent-ruby (1.1.8) [MIT, CC0-1.0]
41
+ - crack (0.4.5) [MIT]
42
+ - descendants_tracker (0.0.4) [MIT]
43
+ - diff-lcs (1.4.4) [Multi-license: GPL-2.0-or-later OR Artistic-1.0-Perl OR MIT (GoodData elects MIT)]
44
+ - docile (1.3.5) [MIT]
45
+ - domain_name (0.5.20190701) [MPL-2.0, BSD-3-Clause, BSD-2-Clause]
46
+ - equalizer (0.0.11) [MIT]
47
+ - faraday (1.0.0) [MIT]
48
+ - faraday_middleware (1.0.0) [MIT]
49
+ - flay (2.12.1) [MIT]
50
+ - gitlab (4.14.0) [BSD-2-Clause]
51
+ - gli (2.20.0) [Apache-2.0]
52
+ - hashdiff (0.4.0) [MIT]
53
+ - hashie (3.6.0) [MIT]
54
+ - highline (2.0.0.pre.develop.14) [Multi-license: GPL-2.0-only OR Ruby (GoodData elects Ruby)]
55
+ - http-accept (1.7.0) [MIT]
56
+ - http-cookie (1.0.3) [MIT]
57
+ - httparty (0.18.1) [MIT, BSD-3-Clause]
58
+ - i18n (1.8.9) [MIT]
59
+ - ice_nine (0.11.2) [MIT]
60
+ - jaro_winkler (1.5.4) [MIT]
61
+ - jmespath (1.4.0) [Apache-2.0]
62
+ - json (1.8.6) [JSON]
63
+ - json_pure (1.8.6) [Ruby, MIT-style]
64
+ - kwalify (0.7.2) [MIT, LGPL-2.1-only]
65
+ - license_finder (2.1.2) [MIT, EPL-1.0]
66
+ - method_source (1.0.0) [MIT]
67
+ - mime-types (3.3.1) [MIT]
68
+ - mime-types-data (3.2021.0225) [MIT]
69
+ - minitest (5.14.4) [MIT]
70
+ - multi_json (1.15.0) [MIT]
71
+ - multi_xml (0.6.0) [MIT]
72
+ - multipart-post (2.1.1) [MIT]
73
+ - netrc (0.11.0) [MIT]
74
+ - octokit (4.20.0) [MIT]
75
+ - parallel (1.19.2) [MIT]
76
+ - parseconfig (1.1.0) [MIT]
77
+ - parser (2.7.2.0) [MIT]
78
+ - path_expander (1.1.0) [MIT]
79
+ - pmap (1.1.1) [Apache-2.0]
80
+ - powerpack (0.1.3) [MIT]
81
+ - pronto (0.10.0) [MIT]
82
+ - pronto-flay (0.10.0) [MIT]
83
+ - pronto-reek (0.10.0) [MIT]
84
+ - pronto-rubocop (0.10.0) [MIT]
85
+ - pry (0.14.0) [MIT]
86
+ - pry-byebug (3.7.0) [MIT]
87
+ - psych (3.1.0) [Multi-license: GPL-2.0-or-later OR LGPL-2.1-or-later OR EPL-1.0 (GoodData elects EPL 1.0), MIT]
88
+ - public_suffix (4.0.6) [MIT, MPL-2.0]
89
+ - rainbow (3.0.0) [MIT]
90
+ - rake (11.3.0) [MIT]
91
+ - redcarpet (3.5.1) [MIT]
92
+ - reek (5.6.0) [MIT, BSD-3-Clause]
93
+ - remote_syslog_logger (1.0.4) [MIT]
94
+ - rest-client (2.1.0) [Apache-2.0, MIT]
95
+ - restforce (3.2.0) [MIT]
96
+ - rexml (3.2.4) [BSD-2-Clause, BSD-3-Clause]
97
+ - rspec (3.5.0) [MIT]
98
+ - rspec-core (3.5.4) [MIT]
99
+ - rspec-expectations (3.5.0) [MIT]
100
+ - rspec-mocks (3.5.0) [MIT]
101
+ - rspec-support (3.5.0) [MIT]
102
+ - rspec_junit_formatter (0.3.0) [MIT]
103
+ - rubocop (0.59.2) [MIT]
104
+ - ruby-progressbar (1.11.0) [MIT]
105
+ - ruby_parser (3.15.1) [MIT]
106
+ - rubyzip (1.3.0) [Ruby, MIT]
107
+ - rugged (0.99.0) [MIT]
108
+ - salesforce_bulk_query (0.2.0) [BSD-3-Clause]
109
+ - sawyer (0.8.2) [MIT]
110
+ - sexp_processor (4.15.2) [MIT]
111
+ - simplecov (0.17.1) [MIT]
112
+ - simplecov-html (0.10.2) [MIT, Multi-license: GPL-2.0 OR MIT (GoodData elects MIT), Multi-license: BSD-3-Clause OR GPL-2.0 OR MIT (GoodData elects MIT), Multi-license: BSD-3-Clause OR GPL-2.0-only (GoodData elects BSD-3-Clause), Unlicense]
113
+ - sqlite3 (1.4.2) [BSD-3-Clause, LGPL-2.1-only]
114
+ - syslog_protocol (0.9.2) [MIT]
115
+ - terminal-table (1.8.0) [MIT]
116
+ - thor (0.20.3) [MIT]
117
+ - thread_safe (0.3.6) [Public-domain, Apache-2.0]
118
+ - tty-cursor (0.7.1) [MIT]
119
+ - tty-spinner (0.9.3) [MIT]
120
+ - tzinfo (1.2.9) [MIT]
121
+ - unf (0.1.4) [BSD-2-Clause]
122
+ - unf_ext (0.0.7.7) [MIT]
123
+ - unicode-display_width (1.7.0) [MIT]
124
+ - vcr (5.0.0) [MIT]
125
+ - virtus (1.0.5) [MIT]
126
+ - webmock (2.3.2) [MIT]
127
+ - xml-simple (1.1.8) [MIT]
128
+ - yard (0.9.26) [Multi-license: Ruby OR GPL-2.0-only (GoodData elects Ruby), MIT, Multi-license: MIT OR GPL-3.0-only (GoodData elects MIT), Multi-license: Ruby OR MIT (GoodData elects MIT)]
129
+ - yard-rspec (0.1) [MIT]
130
+
131
+
132
+ --------------------------------------------------------------------------------
133
+ activesupport (5.2.5)
134
+ --------------------------------------------------------------------------------
135
+
136
+ * Declared Licenses *
137
+ MIT
138
+
139
+ Copyright (c) 2005-2018 David Heinemeier Hansson
140
+ Permission is hereby granted, free of charge, to any person obtaining a copy
141
+ of this software and associated documentation files (the "Software"), to deal
142
+ in the Software without restriction, including without limitation the rights
143
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
144
+ copies of the Software, and to permit persons to whom the Software is
145
+ furnished to do so, subject to the following conditions:
146
+
147
+ The above copyright notice and this permission notice shall be included in all
148
+ copies or substantial portions of the Software.
149
+
150
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
151
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
152
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
153
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
154
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
155
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
156
+ SOFTWARE.
157
+
158
+
159
+
160
+
161
+ --------------------------------------------------------------------------------
162
+ addressable (2.7.0)
163
+ --------------------------------------------------------------------------------
164
+
165
+ * Declared Licenses *
166
+ Apache-2.0
167
+
168
+
169
+ --------------------------------------------------------------------------------
170
+ ast (2.4.2)
171
+ --------------------------------------------------------------------------------
172
+
173
+ * Declared Licenses *
174
+ MIT
175
+
176
+ Copyright (c) 2011-2013 Peter Zotov <whitequark@whitequark.org>
177
+
178
+ Permission is hereby granted, free of charge, to any person obtaining a
179
+ copy of this software and associated documentation files (the
180
+ "Software"), to deal in the Software without restriction, including
181
+ without limitation the rights to use, copy, modify, merge, publish,
182
+ distribute, sublicense, and/or sell copies of the Software, and to
183
+ permit persons to whom the Software is furnished to do so, subject to
184
+ the following conditions:
185
+
186
+ The above copyright notice and this permission notice shall be included
187
+ in all copies or substantial portions of the Software.
188
+
189
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
190
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
191
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
192
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
193
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
194
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
195
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
196
+
197
+
198
+
199
+
200
+
201
+ --------------------------------------------------------------------------------
202
+ aws-eventstream (1.1.1)
203
+ --------------------------------------------------------------------------------
204
+
205
+ * Declared Licenses *
206
+ Apache-2.0
207
+
208
+ Copyright 2021, aws-eventstream Contributors
209
+
210
+ Licensed under the Apache License, Version 2.0 (the "License");
211
+ you may not use this file except in compliance with the License.
212
+ You may obtain a copy of the License at
213
+
214
+ http://www.apache.org/licenses/LICENSE-2.0
215
+
216
+ Unless required by applicable law or agreed to in writing, software
217
+ distributed under the License is distributed on an "AS IS" BASIS,
218
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
219
+
220
+ See the License for the specific language governing permissions and limitations under the License.
221
+
222
+
223
+
224
+
225
+ --------------------------------------------------------------------------------
226
+ aws-partitions (1.436.0)
227
+ --------------------------------------------------------------------------------
228
+
229
+ * Declared Licenses *
230
+ Apache-2.0
231
+
232
+ Copyright 2021, aws-partitions Contributors
233
+
234
+ Licensed under the Apache License, Version 2.0 (the "License");
235
+ you may not use this file except in compliance with the License.
236
+ You may obtain a copy of the License at
237
+
238
+ http://www.apache.org/licenses/LICENSE-2.0
239
+
240
+ Unless required by applicable law or agreed to in writing, software
241
+ distributed under the License is distributed on an "AS IS" BASIS,
242
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
243
+
244
+ See the License for the specific language governing permissions and limitations under the License.
245
+
246
+
247
+
248
+
249
+ --------------------------------------------------------------------------------
250
+ aws-sdk-core (3.113.0)
251
+ --------------------------------------------------------------------------------
252
+
253
+ * Declared Licenses *
254
+ Apache-2.0
255
+
256
+ Copyright 2021, aws-sdk-core Contributors
257
+
258
+ Licensed under the Apache License, Version 2.0 (the "License");
259
+ you may not use this file except in compliance with the License.
260
+ You may obtain a copy of the License at
261
+
262
+ http://www.apache.org/licenses/LICENSE-2.0
263
+
264
+ Unless required by applicable law or agreed to in writing, software
265
+ distributed under the License is distributed on an "AS IS" BASIS,
266
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
267
+
268
+ See the License for the specific language governing permissions and limitations under the License.
269
+
270
+
271
+
272
+
273
+ --------------------------------------------------------------------------------
274
+ aws-sdk-kms (1.43.0)
275
+ --------------------------------------------------------------------------------
276
+
277
+ * Declared Licenses *
278
+ Apache-2.0
279
+
280
+ Copyright 2021, aws-sdk-kms Contributors
281
+
282
+ Licensed under the Apache License, Version 2.0 (the "License");
283
+ you may not use this file except in compliance with the License.
284
+ You may obtain a copy of the License at
285
+
286
+ http://www.apache.org/licenses/LICENSE-2.0
287
+
288
+ Unless required by applicable law or agreed to in writing, software
289
+ distributed under the License is distributed on an "AS IS" BASIS,
290
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
291
+
292
+ See the License for the specific language governing permissions and limitations under the License.
293
+
294
+
295
+
296
+
297
+ --------------------------------------------------------------------------------
298
+ aws-sdk-s3 (1.93.0)
299
+ --------------------------------------------------------------------------------
300
+
301
+ * Declared Licenses *
302
+ Apache-2.0
303
+
304
+ Copyright 2021, aws-sdk-s3 Contributors
305
+
306
+ Licensed under the Apache License, Version 2.0 (the "License");
307
+ you may not use this file except in compliance with the License.
308
+ You may obtain a copy of the License at
309
+
310
+ http://www.apache.org/licenses/LICENSE-2.0
311
+
312
+ Unless required by applicable law or agreed to in writing, software
313
+ distributed under the License is distributed on an "AS IS" BASIS,
314
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
315
+
316
+ See the License for the specific language governing permissions and limitations under the License.
317
+
318
+
319
+
320
+
321
+ --------------------------------------------------------------------------------
322
+ aws-sigv4 (1.2.3)
323
+ --------------------------------------------------------------------------------
324
+
325
+ * Declared Licenses *
326
+ Apache-2.0
327
+
328
+ Copyright 2021, aws-sigv4 Contributors
329
+
330
+ Licensed under the Apache License, Version 2.0 (the "License");
331
+ you may not use this file except in compliance with the License.
332
+ You may obtain a copy of the License at
333
+
334
+ http://www.apache.org/licenses/LICENSE-2.0
335
+
336
+ Unless required by applicable law or agreed to in writing, software
337
+ distributed under the License is distributed on an "AS IS" BASIS,
338
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
339
+
340
+ See the License for the specific language governing permissions and limitations under the License.
341
+
342
+
343
+
344
+
345
+ --------------------------------------------------------------------------------
346
+ axiom-types (0.1.1)
347
+ --------------------------------------------------------------------------------
348
+
349
+ * Declared Licenses *
350
+ MIT
351
+
352
+ Copyright (c) 2013 Dan Kubb
353
+
354
+ Permission is hereby granted, free of charge, to any person obtaining
355
+ a copy of this software and associated documentation files (the
356
+ "Software"), to deal in the Software without restriction, including
357
+ without limitation the rights to use, copy, modify, merge, publish,
358
+ distribute, sublicense, and/or sell copies of the Software, and to
359
+ permit persons to whom the Software is furnished to do so, subject to
360
+ the following conditions:
361
+
362
+ The above copyright notice and this permission notice shall be
363
+ included in all copies or substantial portions of the Software.
364
+
365
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
366
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
367
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
368
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
369
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
370
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
371
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
372
+
373
+
374
+
375
+
376
+
377
+ --------------------------------------------------------------------------------
378
+ backports (3.20.2)
379
+ --------------------------------------------------------------------------------
380
+
381
+ * Declared Licenses *
382
+ MIT
383
+
384
+ Copyright (c) 2009 Marc-Andre Lafortune
385
+
386
+ Permission is hereby granted, free of charge, to any person obtaining
387
+ a copy of this software and associated documentation files (the
388
+ "Software"), to deal in the Software without restriction, including
389
+ without limitation the rights to use, copy, modify, merge, publish,
390
+ distribute, sublicense, and/or sell copies of the Software, and to
391
+ permit persons to whom the Software is furnished to do so, subject to
392
+ the following conditions:
393
+
394
+ The above copyright notice and this permission notice shall be
395
+ included in all copies or substantial portions of the Software.
396
+
397
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
398
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
399
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
400
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
401
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
402
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
403
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
404
+
405
+
406
+
407
+
408
+
409
+ --------------------------------------------------------------------------------
410
+ byebug (11.0.1)
411
+ --------------------------------------------------------------------------------
412
+
413
+ * Declared Licenses *
414
+ BSD-2-Clause
415
+
416
+ Copyright (c) 2018 David Rodríguez <deivid.rodriguez@riseup.net>
417
+ All rights reserved.
418
+
419
+ Redistribution and use in source and binary forms, with or without
420
+ modification, are permitted provided that the following conditions are met:
421
+
422
+ * Redistributions of source code must retain the above copyright notice, this
423
+ list of conditions and the following disclaimer.
424
+
425
+ * Redistributions in binary form must reproduce the above copyright notice,
426
+ this list of conditions and the following disclaimer in the documentation
427
+ and/or other materials provided with the distribution.
428
+
429
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
430
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
431
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
432
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
433
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
434
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
435
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
436
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
437
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
438
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
439
+
440
+
441
+
442
+
443
+
444
+ --------------------------------------------------------------------------------
445
+ codeclimate-engine-rb (0.4.1)
446
+ --------------------------------------------------------------------------------
447
+
448
+ * Declared Licenses *
449
+ MIT
450
+
451
+ The MIT License (MIT)
452
+
453
+ Copyright (c) [year] [fullname]
454
+
455
+ Permission is hereby granted, free of charge, to any person obtaining a copy
456
+ of this software and associated documentation files (the "Software"), to deal
457
+ in the Software without restriction, including without limitation the rights
458
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
459
+ copies of the Software, and to permit persons to whom the Software is
460
+ furnished to do so, subject to the following conditions:
461
+
462
+ The above copyright notice and this permission notice shall be included in all
463
+ copies or substantial portions of the Software.
464
+
465
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
466
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
467
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
468
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
469
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
470
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
471
+ SOFTWARE.
472
+
473
+
474
+
475
+
476
+
477
+ --------------------------------------------------------------------------------
478
+ coderay (1.1.3)
479
+ --------------------------------------------------------------------------------
480
+
481
+ * Declared Licenses *
482
+ MIT
483
+
484
+ Copyright (c) 2005-2012 Kornelius Kalnbach
485
+ Permission is hereby granted, free of charge, to any person obtaining a copy
486
+ of this software and associated documentation files (the "Software"), to deal
487
+ in the Software without restriction, including without limitation the rights
488
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
489
+ copies of the Software, and to permit persons to whom the Software is
490
+ furnished to do so, subject to the following conditions:
491
+
492
+ The above copyright notice and this permission notice shall be included in all
493
+ copies or substantial portions of the Software.
494
+
495
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
496
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
497
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
498
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
499
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
500
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
501
+ SOFTWARE.
502
+
503
+
504
+
505
+
506
+ --------------------------------------------------------------------------------
507
+ coercible (1.0.0)
508
+ --------------------------------------------------------------------------------
509
+
510
+ * Declared Licenses *
511
+ MIT
512
+
513
+ Copyright (c) 2012 Piotr Solnica
514
+
515
+ MIT License
516
+
517
+ Permission is hereby granted, free of charge, to any person obtaining
518
+ a copy of this software and associated documentation files (the
519
+ "Software"), to deal in the Software without restriction, including
520
+ without limitation the rights to use, copy, modify, merge, publish,
521
+ distribute, sublicense, and/or sell copies of the Software, and to
522
+ permit persons to whom the Software is furnished to do so, subject to
523
+ the following conditions:
524
+
525
+ The above copyright notice and this permission notice shall be
526
+ included in all copies or substantial portions of the Software.
527
+
528
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
529
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
530
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
531
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
532
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
533
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
534
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
535
+
536
+
537
+
538
+
539
+ --------------------------------------------------------------------------------
540
+ concurrent-ruby (1.1.8)
541
+ --------------------------------------------------------------------------------
542
+
543
+ * Declared Licenses *
544
+ MIT, CC0-1.0
545
+
546
+
547
+ Copyright (c) Jerry D'Antonio -- released under the MIT license.
548
+
549
+ http://www.opensource.org/licenses/mit-license.php
550
+
551
+ Permission is hereby granted, free of charge, to any person obtaining a copy
552
+ of this software and associated documentation files (the "Software"), to deal
553
+ in the Software without restriction, including without limitation the rights
554
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
555
+ copies of the Software, and to permit persons to whom the Software is
556
+ furnished to do so, subject to the following conditions:
557
+
558
+ The above copyright notice and this permission notice shall be included in
559
+ all copies or substantial portions of the Software.
560
+
561
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
562
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
563
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
564
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
565
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
566
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
567
+ THE SOFTWARE.
568
+ -----
569
+ jQuery v1.7.1 jquery.com | jquery.org/license
570
+
571
+
572
+
573
+ * Written by Doug Lea with assistance from members of JCP JSR-166
574
+ * Expert Group and released to the public domain, as explained at
575
+ * http://creativecommons.org/publicdomain/zero/1.0/
576
+
577
+
578
+
579
+
580
+ --------------------------------------------------------------------------------
581
+ crack (0.4.5)
582
+ --------------------------------------------------------------------------------
583
+
584
+ * Declared Licenses *
585
+ MIT
586
+
587
+ Copyright (c) 2009 John Nunemaker
588
+
589
+ Permission is hereby granted, free of charge, to any person obtaining
590
+ a copy of this software and associated documentation files (the
591
+ "Software"), to deal in the Software without restriction, including
592
+ without limitation the rights to use, copy, modify, merge, publish,
593
+ distribute, sublicense, and/or sell copies of the Software, and to
594
+ permit persons to whom the Software is furnished to do so, subject to
595
+ the following conditions:
596
+
597
+ The above copyright notice and this permission notice shall be
598
+ included in all copies or substantial portions of the Software.
599
+
600
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
601
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
602
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
603
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
604
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
605
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
606
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
607
+
608
+
609
+
610
+
611
+
612
+ --------------------------------------------------------------------------------
613
+ descendants_tracker (0.0.4)
614
+ --------------------------------------------------------------------------------
615
+
616
+ * Declared Licenses *
617
+ MIT
618
+
619
+ Copyright (c) 2012-2013 Dan Kubb (author)
620
+ Copyright (c) 2011-2012 Piotr Solnica (source maintainer)
621
+ Copyright (c) 2012 Markus Schirp (packaging)
622
+
623
+ Permission is hereby granted, free of charge, to any person obtaining
624
+ a copy of this software and associated documentation files (the
625
+ "Software"), to deal in the Software without restriction, including
626
+ without limitation the rights to use, copy, modify, merge, publish,
627
+ distribute, sublicense, and/or sell copies of the Software, and to
628
+ permit persons to whom the Software is furnished to do so, subject to
629
+ the following conditions:
630
+
631
+ The above copyright notice and this permission notice shall be
632
+ included in all copies or substantial portions of the Software.
633
+
634
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
635
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
636
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
637
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
638
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
639
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
640
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
641
+
642
+
643
+
644
+
645
+
646
+ --------------------------------------------------------------------------------
647
+ diff-lcs (1.4.4)
648
+ --------------------------------------------------------------------------------
649
+
650
+ * Declared Licenses *
651
+ Multi-license: GPL-2.0-or-later OR Artistic-1.0-Perl OR MIT
652
+
653
+
654
+ = License
655
+
656
+ This software is available under three licenses: the GNU GPL version 2 (or at
657
+ your option, a later version), the Perl Artistic license, or the MIT license.
658
+ Note that my preference for licensing is the MIT license, but Algorithm::Diff
659
+ was dually originally licensed with the Perl Artistic and the GNU GPL ("the
660
+ same terms as Perl itself") and given that the Ruby implementation originally
661
+ hewed pretty closely to the Perl version, I must maintain the additional
662
+ licensing terms.
663
+
664
+ * Copyright 2004–2013 Austin Ziegler.
665
+ * Adapted from Algorithm::Diff (Perl) by Ned Konz and a Smalltalk version by
666
+ Mario I. Wolczko.
667
+
668
+ === MIT License
669
+
670
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
671
+ this software and associated documentation files (the "Software"), to deal in
672
+ the Software without restriction, including without limitation the rights to
673
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
674
+ of the Software, and to permit persons to whom the Software is furnished to do
675
+ so, subject to the following conditions:
676
+
677
+ The above copyright notice and this permission notice shall be included in all
678
+ copies or substantial portions of the Software.
679
+
680
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
681
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
682
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
683
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
684
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
685
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
686
+ SOFTWARE.
687
+
688
+ === Perl Artistic License (version 2)
689
+ See the file docs/artistic.txt in the main distribution.
690
+
691
+ === GNU GPL version 2
692
+ See the file docs/COPYING.txt in the main distribution.
693
+
694
+
695
+
696
+
697
+
698
+ --------------------------------------------------------------------------------
699
+ docile (1.3.5)
700
+ --------------------------------------------------------------------------------
701
+
702
+ * Declared Licenses *
703
+ MIT
704
+
705
+ The MIT License (MIT)
706
+
707
+ Copyright (c) 2012-2021 Marc Siegel
708
+
709
+ Permission is hereby granted, free of charge, to any person obtaining a copy
710
+ of this software and associated documentation files (the "Software"), to deal
711
+ in the Software without restriction, including without limitation the rights
712
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
713
+ copies of the Software, and to permit persons to whom the Software is
714
+ furnished to do so, subject to the following conditions:
715
+
716
+ The above copyright notice and this permission notice shall be included in
717
+ all copies or substantial portions of the Software.
718
+
719
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
720
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
721
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
722
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
723
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
724
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
725
+ THE SOFTWARE.
726
+
727
+
728
+
729
+
730
+
731
+ --------------------------------------------------------------------------------
732
+ domain_name (0.5.20190701)
733
+ --------------------------------------------------------------------------------
734
+
735
+ * Declared Licenses *
736
+ MPL-2.0, BSD-3-Clause, BSD-2-Clause
737
+
738
+
739
+ Copyright (c) 2011-2017 Akinori MUSHA
740
+
741
+ All rights reserved.
742
+
743
+ Redistribution and use in source and binary forms, with or without
744
+ modification, are permitted provided that the following conditions
745
+ are met:
746
+ 1. Redistributions of source code must retain the above copyright
747
+ notice, this list of conditions and the following disclaimer.
748
+ 2. Redistributions in binary form must reproduce the above copyright
749
+ notice, this list of conditions and the following disclaimer in the
750
+ documentation and/or other materials provided with the distribution.
751
+
752
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
753
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
754
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
755
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
756
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
757
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
758
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
759
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
760
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
761
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
762
+ SUCH DAMAGE.
763
+
764
+ * lib/domain_name/punycode.rb
765
+
766
+ This file is derived from the implementation of punycode available at
767
+ here:
768
+
769
+ https://www.verisign.com/en_US/channel-resources/domain-registry-products/idn-sdks/index.xhtml
770
+
771
+ Copyright (C) 2000-2002 Verisign Inc., All rights reserved.
772
+
773
+ Redistribution and use in source and binary forms, with or
774
+ without modification, are permitted provided that the following
775
+ conditions are met:
776
+
777
+ 1) Redistributions of source code must retain the above copyright
778
+ notice, this list of conditions and the following disclaimer.
779
+
780
+ 2) Redistributions in binary form must reproduce the above copyright
781
+ notice, this list of conditions and the following disclaimer in
782
+ the documentation and/or other materials provided with the
783
+ distribution.
784
+
785
+ 3) Neither the name of the VeriSign Inc. nor the names of its
786
+ contributors may be used to endorse or promote products derived
787
+ from this software without specific prior written permission.
788
+
789
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
790
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
791
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
792
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
793
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
794
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
795
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
796
+ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
797
+ AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
798
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
799
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
800
+ POSSIBILITY OF SUCH DAMAGE.
801
+
802
+ This software is licensed under the BSD open source license. For more
803
+ information visit www.opensource.org.
804
+
805
+ Authors:
806
+ John Colosi (VeriSign)
807
+ Srikanth Veeramachaneni (VeriSign)
808
+ Nagesh Chigurupati (Verisign)
809
+ Praveen Srinivasan(Verisign)
810
+
811
+ * lib/domain_name/etld_data.rb
812
+
813
+ This file is generated from the Public Suffix List
814
+ (https://publicsuffix.org/), which is licensed under MPL 2.0:
815
+
816
+ https://mozilla.org/MPL/2.0/
817
+
818
+
819
+
820
+ Copyright (c) 2011-2017 Akinori MUSHA . All rights reserved.
821
+
822
+ Redistribution and use in source and binary forms, with or without
823
+ modification, are permitted provided that the following conditions are met:
824
+
825
+ 1. Redistributions of source code must retain the above copyright notice,
826
+ this list of conditions and the following disclaimer.
827
+
828
+ 2. Redistributions in binary form must reproduce the above copyright notice,
829
+ this list of conditions and the following disclaimer in the documentation
830
+ and/or other materials provided with the distribution.
831
+
832
+ 3. Neither the name of the copyright holder nor the names of its
833
+ contributors may be used to endorse or promote products derived from
834
+ this software without specific prior written permission.
835
+
836
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
837
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
838
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
839
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
840
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
841
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
842
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
843
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
844
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
845
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
846
+
847
+
848
+ Copyright (c) 2021, domain_name Contributors<<beginOptional>>
849
+ All rights reserved.<<endOptional>>
850
+
851
+ Redistribution and use in source and binary forms, with or without
852
+ modification, are permitted provided that the following conditions are met:
853
+
854
+ 1. Redistributions of source code must retain the above copyright notice, this
855
+ list of conditions and the following disclaimer.
856
+
857
+ 2. Redistributions in binary form must reproduce the above copyright notice,
858
+ this list of conditions and the following disclaimer in the documentation
859
+
860
+ and/or other materials provided with the distribution.
861
+
862
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
863
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
864
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
865
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
866
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
867
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
868
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
869
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
870
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
871
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
872
+
873
+
874
+
875
+
876
+ --------------------------------------------------------------------------------
877
+ equalizer (0.0.11)
878
+ --------------------------------------------------------------------------------
879
+
880
+ * Declared Licenses *
881
+ MIT
882
+
883
+ Copyright (c) 2009-2013 Dan Kubb
884
+ Copyright (c) 2012 Markus Schirp (packaging)
885
+
886
+ Permission is hereby granted, free of charge, to any person obtaining
887
+ a copy of this software and associated documentation files (the
888
+ "Software"), to deal in the Software without restriction, including
889
+ without limitation the rights to use, copy, modify, merge, publish,
890
+ distribute, sublicense, and/or sell copies of the Software, and to
891
+ permit persons to whom the Software is furnished to do so, subject to
892
+ the following conditions:
893
+
894
+ The above copyright notice and this permission notice shall be
895
+ included in all copies or substantial portions of the Software.
896
+
897
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
898
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
899
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
900
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
901
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
902
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
903
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
904
+
905
+
906
+
907
+
908
+
909
+ --------------------------------------------------------------------------------
910
+ faraday (1.0.0)
911
+ --------------------------------------------------------------------------------
912
+
913
+ * Declared Licenses *
914
+ MIT
915
+
916
+ Copyright (c) 2009-2019 Rick Olson, Zack Hobson
917
+
918
+ Permission is hereby granted, free of charge, to any person obtaining
919
+ a copy of this software and associated documentation files (the
920
+ "Software"), to deal in the Software without restriction, including
921
+ without limitation the rights to use, copy, modify, merge, publish,
922
+ distribute, sublicense, and/or sell copies of the Software, and to
923
+ permit persons to whom the Software is furnished to do so, subject to
924
+ the following conditions:
925
+
926
+ The above copyright notice and this permission notice shall be
927
+ included in all copies or substantial portions of the Software.
928
+
929
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
930
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
931
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
932
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
933
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
934
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
935
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
936
+
937
+
938
+
939
+
940
+
941
+ --------------------------------------------------------------------------------
942
+ faraday_middleware (1.0.0)
943
+ --------------------------------------------------------------------------------
944
+
945
+ * Declared Licenses *
946
+ MIT
947
+
948
+ Copyright (c) 2011 Erik Michaels-Ober, Wynn Netherland, et al.
949
+
950
+ Permission is hereby granted, free of charge, to any person obtaining
951
+ a copy of this software and associated documentation files (the
952
+ "Software"), to deal in the Software without restriction, including
953
+ without limitation the rights to use, copy, modify, merge, publish,
954
+ distribute, sublicense, and/or sell copies of the Software, and to
955
+ permit persons to whom the Software is furnished to do so, subject to
956
+ the following conditions:
957
+
958
+ The above copyright notice and this permission notice shall be
959
+ included in all copies or substantial portions of the Software.
960
+
961
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
962
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
963
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
964
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
965
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
966
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
967
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
968
+
969
+
970
+
971
+
972
+
973
+ --------------------------------------------------------------------------------
974
+ flay (2.12.1)
975
+ --------------------------------------------------------------------------------
976
+
977
+ * Declared Licenses *
978
+ MIT
979
+
980
+ Copyright (c) Ryan Davis, Seattle
981
+ Permission is hereby granted, free of charge, to any person obtaining a copy
982
+ of this software and associated documentation files (the "Software"), to deal
983
+ in the Software without restriction, including without limitation the rights
984
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
985
+ copies of the Software, and to permit persons to whom the Software is
986
+ furnished to do so, subject to the following conditions:
987
+
988
+ The above copyright notice and this permission notice shall be included in all
989
+ copies or substantial portions of the Software.
990
+
991
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
992
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
993
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
994
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
995
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
996
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
997
+ SOFTWARE.
998
+
999
+
1000
+
1001
+
1002
+ --------------------------------------------------------------------------------
1003
+ gitlab (4.14.0)
1004
+ --------------------------------------------------------------------------------
1005
+
1006
+ * Declared Licenses *
1007
+ BSD-2-Clause
1008
+
1009
+ Copyright (c) 2012-2020 Nihad Abbasov <nihad@42na.in>
1010
+ All rights reserved.
1011
+
1012
+ Redistribution and use in source and binary forms, with or without
1013
+ modification, are permitted provided that the following conditions are met:
1014
+
1015
+ 1. Redistributions of source code must retain the above copyright notice,
1016
+ this list of conditions and the following disclaimer.
1017
+
1018
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1019
+ this list of conditions and the following disclaimer in the documentation
1020
+ and/or other materials provided with the distribution.
1021
+
1022
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1023
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1024
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1025
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
1026
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1027
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1028
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1029
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1030
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1031
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1032
+ POSSIBILITY OF SUCH DAMAGE.
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+ --------------------------------------------------------------------------------
1039
+ gli (2.20.0)
1040
+ --------------------------------------------------------------------------------
1041
+
1042
+ * Declared Licenses *
1043
+ Apache-2.0
1044
+
1045
+
1046
+ --------------------------------------------------------------------------------
1047
+ hashdiff (0.4.0)
1048
+ --------------------------------------------------------------------------------
1049
+
1050
+ * Declared Licenses *
1051
+ MIT
1052
+
1053
+ Copyright (c) 2012 Liu Fengyun
1054
+
1055
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1056
+ of this software and associated documentation files (the "Software"), to deal
1057
+ in the Software without restriction, including without limitation the rights
1058
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1059
+ copies of the Software, and to permit persons to whom the Software is
1060
+ furnished to do so, subject to the following conditions:
1061
+
1062
+ The above copyright notice and this permission notice shall be included in
1063
+ all copies or substantial portions of the Software.
1064
+
1065
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1066
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1067
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1068
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1069
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1070
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1071
+ THE SOFTWARE.
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+ --------------------------------------------------------------------------------
1078
+ hashie (3.6.0)
1079
+ --------------------------------------------------------------------------------
1080
+
1081
+ * Declared Licenses *
1082
+ MIT
1083
+
1084
+ Copyright (c) 2009 Intridea, Inc., and Contributors
1085
+
1086
+ Permission is hereby granted, free of charge, to any person obtaining
1087
+ a copy of this software and associated documentation files (the
1088
+ "Software"), to deal in the Software without restriction, including
1089
+ without limitation the rights to use, copy, modify, merge, publish,
1090
+ distribute, sublicense, and/or sell copies of the Software, and to
1091
+ permit persons to whom the Software is furnished to do so, subject to
1092
+ the following conditions:
1093
+
1094
+ The above copyright notice and this permission notice shall be
1095
+ included in all copies or substantial portions of the Software.
1096
+
1097
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1098
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1099
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1100
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1101
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1102
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1103
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1104
+
1105
+
1106
+
1107
+
1108
+
1109
+ --------------------------------------------------------------------------------
1110
+ highline (2.0.0.pre.develop.14)
1111
+ --------------------------------------------------------------------------------
1112
+
1113
+ * Declared Licenses *
1114
+ Multi-license: GPL-2.0-only OR Ruby
1115
+
1116
+
1117
+ = License Terms
1118
+
1119
+ Distributed under the user's choice of the {GPL Version 2}[http://www.gnu.org/licenses/old-licenses/gpl-2.0.html] (see COPYING for details) or the
1120
+ {Ruby software license}[http://www.ruby-lang.org/en/LICENSE.txt] by
1121
+ James Edward Gray II and Greg Brown.
1122
+
1123
+ Please email James[mailto:james@grayproductions.net] with any questions.
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+ --------------------------------------------------------------------------------
1130
+ http-accept (1.7.0)
1131
+ --------------------------------------------------------------------------------
1132
+
1133
+ * Declared Licenses *
1134
+ MIT
1135
+
1136
+ Copyright (c) , 2016, by Samuel G
1137
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1138
+ of this software and associated documentation files (the "Software"), to deal
1139
+ in the Software without restriction, including without limitation the rights
1140
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1141
+ copies of the Software, and to permit persons to whom the Software is
1142
+ furnished to do so, subject to the following conditions:
1143
+
1144
+ The above copyright notice and this permission notice shall be included in all
1145
+ copies or substantial portions of the Software.
1146
+
1147
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1148
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1149
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1150
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1151
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1152
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1153
+ SOFTWARE.
1154
+
1155
+
1156
+
1157
+
1158
+ --------------------------------------------------------------------------------
1159
+ http-cookie (1.0.3)
1160
+ --------------------------------------------------------------------------------
1161
+
1162
+ * Declared Licenses *
1163
+ MIT
1164
+
1165
+ Copyright (c) 2013 Akinori MUSHA
1166
+ Copyright (c) 2011-2012 Akinori MUSHA, Eric Hodel
1167
+ Copyright (c) 2006-2011 Aaron Patterson, Mike Dalessio
1168
+
1169
+ MIT License
1170
+
1171
+ Permission is hereby granted, free of charge, to any person obtaining
1172
+ a copy of this software and associated documentation files (the
1173
+ "Software"), to deal in the Software without restriction, including
1174
+ without limitation the rights to use, copy, modify, merge, publish,
1175
+ distribute, sublicense, and/or sell copies of the Software, and to
1176
+ permit persons to whom the Software is furnished to do so, subject to
1177
+ the following conditions:
1178
+
1179
+ The above copyright notice and this permission notice shall be
1180
+ included in all copies or substantial portions of the Software.
1181
+
1182
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1183
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1184
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1185
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1186
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1187
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1188
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+ --------------------------------------------------------------------------------
1195
+ httparty (0.18.1)
1196
+ --------------------------------------------------------------------------------
1197
+
1198
+ * Declared Licenses *
1199
+ MIT
1200
+
1201
+ Copyright (c) 2008 John Nunemaker
1202
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1203
+ of this software and associated documentation files (the "Software"), to deal
1204
+ in the Software without restriction, including without limitation the rights
1205
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1206
+ copies of the Software, and to permit persons to whom the Software is
1207
+ furnished to do so, subject to the following conditions:
1208
+
1209
+ The above copyright notice and this permission notice shall be included in all
1210
+ copies or substantial portions of the Software.
1211
+
1212
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1213
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1214
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1215
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1216
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1217
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1218
+ SOFTWARE.
1219
+
1220
+
1221
+ * Other Licenses *
1222
+ BSD-3-Clause
1223
+
1224
+
1225
+ Copyright (c) 2007, Yahoo . All rights reserved.
1226
+
1227
+ Redistribution and use in source and binary forms, with or without
1228
+ modification, are permitted provided that the following conditions are met:
1229
+
1230
+ 1. Redistributions of source code must retain the above copyright notice,
1231
+ this list of conditions and the following disclaimer.
1232
+
1233
+ 2. Redistributions in binary form must reproduce the above copyright notice,
1234
+ this list of conditions and the following disclaimer in the documentation
1235
+ and/or other materials provided with the distribution.
1236
+
1237
+ 3. Neither the name of the copyright holder nor the names of its
1238
+ contributors may be used to endorse or promote products derived from
1239
+ this software without specific prior written permission.
1240
+
1241
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1242
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1243
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1244
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1245
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1246
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1247
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1248
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1249
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1250
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1251
+
1252
+
1253
+
1254
+
1255
+ --------------------------------------------------------------------------------
1256
+ i18n (1.8.9)
1257
+ --------------------------------------------------------------------------------
1258
+
1259
+ * Declared Licenses *
1260
+ MIT
1261
+
1262
+ Copyright (c) 2008 The Ruby I18n team
1263
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1264
+ of this software and associated documentation files (the "Software"), to deal
1265
+ in the Software without restriction, including without limitation the rights
1266
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1267
+ copies of the Software, and to permit persons to whom the Software is
1268
+ furnished to do so, subject to the following conditions:
1269
+
1270
+ The above copyright notice and this permission notice shall be included in all
1271
+ copies or substantial portions of the Software.
1272
+
1273
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1274
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1275
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1276
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1277
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1278
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1279
+ SOFTWARE.
1280
+
1281
+
1282
+
1283
+
1284
+ --------------------------------------------------------------------------------
1285
+ ice_nine (0.11.2)
1286
+ --------------------------------------------------------------------------------
1287
+
1288
+ * Declared Licenses *
1289
+ MIT
1290
+
1291
+ Copyright (c) 2012-2014 Dan Kubb
1292
+
1293
+ Permission is hereby granted, free of charge, to any person obtaining
1294
+ a copy of this software and associated documentation files (the
1295
+ "Software"), to deal in the Software without restriction, including
1296
+ without limitation the rights to use, copy, modify, merge, publish,
1297
+ distribute, sublicense, and/or sell copies of the Software, and to
1298
+ permit persons to whom the Software is furnished to do so, subject to
1299
+ the following conditions:
1300
+
1301
+ The above copyright notice and this permission notice shall be
1302
+ included in all copies or substantial portions of the Software.
1303
+
1304
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1305
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1306
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1307
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1308
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1309
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1310
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+ --------------------------------------------------------------------------------
1317
+ jaro_winkler (1.5.4)
1318
+ --------------------------------------------------------------------------------
1319
+
1320
+ * Declared Licenses *
1321
+ MIT
1322
+
1323
+ Copyright (c) 2014 Jian Weihang
1324
+
1325
+ MIT License
1326
+
1327
+ Permission is hereby granted, free of charge, to any person obtaining
1328
+ a copy of this software and associated documentation files (the
1329
+ "Software"), to deal in the Software without restriction, including
1330
+ without limitation the rights to use, copy, modify, merge, publish,
1331
+ distribute, sublicense, and/or sell copies of the Software, and to
1332
+ permit persons to whom the Software is furnished to do so, subject to
1333
+ the following conditions:
1334
+
1335
+ The above copyright notice and this permission notice shall be
1336
+ included in all copies or substantial portions of the Software.
1337
+
1338
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1339
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1340
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1341
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1342
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1343
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1344
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1345
+
1346
+
1347
+
1348
+
1349
+
1350
+ --------------------------------------------------------------------------------
1351
+ jmespath (1.4.0)
1352
+ --------------------------------------------------------------------------------
1353
+
1354
+ * Declared Licenses *
1355
+ Apache-2.0
1356
+
1357
+
1358
+
1359
+ --------------------------------------------------------------------------------
1360
+ json (1.8.6)
1361
+ --------------------------------------------------------------------------------
1362
+
1363
+ * Declared Licenses *
1364
+ JSON
1365
+
1366
+ JSON License
1367
+ Copyright (c) 2002 JSON.org
1368
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1369
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1370
+ The Software shall be used for Good, not Evil.
1371
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1372
+
1373
+
1374
+
1375
+
1376
+ --------------------------------------------------------------------------------
1377
+ json_pure (1.8.6)
1378
+ --------------------------------------------------------------------------------
1379
+
1380
+ * Declared Licenses *
1381
+ Ruby, MIT-style
1382
+
1383
+
1384
+ 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers.
1385
+ 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following:
1386
+ a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software.
1387
+ b) use the modified software only within your corporation or organization.
1388
+ c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution.
1389
+ d) make other distribution arrangements with the author.
1390
+ 3. You may distribute the software in object code or binary form, provided that you do at least ONE of the following:
1391
+ a) distribute the binaries and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution.
1392
+ b) accompany the distribution with the machine-readable source of the software.
1393
+ c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution.
1394
+ d) make other distribution arrangements with the author.
1395
+ 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution are not written by the author, so that they are not under these terms.
1396
+ For the list of those files and their copying conditions, see the file LEGAL.
1397
+ 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software.
1398
+ 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1399
+
1400
+
1401
+ Copyright (c) 2021, json_pure Contributors
1402
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1403
+ of this software and associated documentation files (the "Software"), to deal
1404
+ in the Software without restriction, including without limitation the rights
1405
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1406
+ copies of the Software, and to permit persons to whom the Software is
1407
+ furnished to do so, subject to the following conditions:
1408
+
1409
+ The above copyright notice and this permission notice shall be included in all
1410
+ copies or substantial portions of the Software.
1411
+
1412
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1413
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1414
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1415
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1416
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1417
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1418
+ SOFTWARE.
1419
+
1420
+
1421
+
1422
+
1423
+ --------------------------------------------------------------------------------
1424
+ kwalify (0.7.2)
1425
+ --------------------------------------------------------------------------------
1426
+
1427
+ * Declared Licenses *
1428
+ MIT, LGPL-2.1-only
1429
+
1430
+
1431
+ copyright(c) 2005-2010 kuwata-lab all rights reserved.
1432
+
1433
+ Permission is hereby granted, free of charge, to any person obtaining
1434
+ a copy of this software and associated documentation files (the
1435
+ "Software"), to deal in the Software without restriction, including
1436
+ without limitation the rights to use, copy, modify, merge, publish,
1437
+ distribute, sublicense, and/or sell copies of the Software, and to
1438
+ permit persons to whom the Software is furnished to do so, subject to
1439
+ the following conditions:
1440
+
1441
+ The above copyright notice and this permission notice shall be
1442
+ included in all copies or substantial portions of the Software.
1443
+
1444
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1445
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1446
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1447
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1448
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1449
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1450
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1451
+
1452
+
1453
+
1454
+ setup.rb
1455
+
1456
+ Copyright (c) 2000-2005 Minero Aoki
1457
+
1458
+ This program is free software.
1459
+ You can distribute/modify this program under the terms of
1460
+ the GNU LGPL, Lesser General Public License version 2.1.
1461
+
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+ --------------------------------------------------------------------------------
1468
+ license_finder (2.1.2)
1469
+ --------------------------------------------------------------------------------
1470
+
1471
+ * Declared Licenses *
1472
+ MIT, EPL-1.0
1473
+
1474
+
1475
+ The MIT License
1476
+
1477
+ Copyright (c) 2012 Pivotal Labs
1478
+
1479
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1480
+ of this software and associated documentation files (the "Software"), to deal
1481
+ in the Software without restriction, including without limitation the rights
1482
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1483
+ copies of the Software, and to permit persons to whom the Software is
1484
+ furnished to do so, subject to the following conditions:
1485
+
1486
+ The above copyright notice and this permission notice shall be included in
1487
+ all copies or substantial portions of the Software.
1488
+
1489
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1490
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1491
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1492
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1493
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1494
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1495
+ THE SOFTWARE.
1496
+
1497
+
1498
+
1499
+
1500
+ Copyright (c) Stuart Sierra, 2012. All rights reserved. The use
1501
+ ;; and distribution terms for this software are covered by the Eclipse
1502
+ ;; Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
1503
+ ;; which can be found in the file epl-v10.html at the root of this
1504
+ ;; distribution. By using this software in any fashion, you are
1505
+ ;; agreeing to be bound by the terms of this license. You must not
1506
+ ;; remove this notice, or any other, from this software.
1507
+
1508
+
1509
+
1510
+
1511
+
1512
+ --------------------------------------------------------------------------------
1513
+ method_source (1.0.0)
1514
+ --------------------------------------------------------------------------------
1515
+
1516
+ * Declared Licenses *
1517
+ MIT
1518
+
1519
+ MIT License
1520
+
1521
+ Copyright (c) 2011 John Mair (banisterfiend)
1522
+
1523
+ Permission is hereby granted, free of charge, to any person obtaining
1524
+ a copy of this software and associated documentation files (the
1525
+ 'Software'), to deal in the Software without restriction, including
1526
+ without limitation the rights to use, copy, modify, merge, publish,
1527
+ distribute, sublicense, and/or sell copies of the Software, and to
1528
+ permit persons to whom the Software is furnished to do so, subject to
1529
+ the following conditions:
1530
+
1531
+ The above copyright notice and this permission notice shall be
1532
+ included in all copies or substantial portions of the Software.
1533
+
1534
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1535
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1536
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1537
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1538
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1539
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1540
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+ --------------------------------------------------------------------------------
1547
+ mime-types (3.3.1)
1548
+ --------------------------------------------------------------------------------
1549
+
1550
+ * Declared Licenses *
1551
+ MIT
1552
+
1553
+ Copyright (c) 2003–2019 Austin Ziegler and contributors
1554
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1555
+ of this software and associated documentation files (the "Software"), to deal
1556
+ in the Software without restriction, including without limitation the rights
1557
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1558
+ copies of the Software, and to permit persons to whom the Software is
1559
+ furnished to do so, subject to the following conditions:
1560
+
1561
+ The above copyright notice and this permission notice shall be included in all
1562
+ copies or substantial portions of the Software.
1563
+
1564
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1565
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1566
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1567
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1568
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1569
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1570
+ SOFTWARE.
1571
+
1572
+
1573
+
1574
+
1575
+ --------------------------------------------------------------------------------
1576
+ mime-types-data (3.2021.0225)
1577
+ --------------------------------------------------------------------------------
1578
+
1579
+ * Declared Licenses *
1580
+ MIT
1581
+
1582
+ Copyright (c) 2003–2020 Austin Ziegler and other contributors
1583
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1584
+ of this software and associated documentation files (the "Software"), to deal
1585
+ in the Software without restriction, including without limitation the rights
1586
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1587
+ copies of the Software, and to permit persons to whom the Software is
1588
+ furnished to do so, subject to the following conditions:
1589
+
1590
+ The above copyright notice and this permission notice shall be included in all
1591
+ copies or substantial portions of the Software.
1592
+
1593
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1594
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1595
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1596
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1597
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1598
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1599
+ SOFTWARE.
1600
+
1601
+
1602
+
1603
+
1604
+ --------------------------------------------------------------------------------
1605
+ minitest (5.14.4)
1606
+ --------------------------------------------------------------------------------
1607
+
1608
+ * Declared Licenses *
1609
+ MIT
1610
+
1611
+ Copyright (c) Ryan Davis, seattle
1612
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1613
+ of this software and associated documentation files (the "Software"), to deal
1614
+ in the Software without restriction, including without limitation the rights
1615
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1616
+ copies of the Software, and to permit persons to whom the Software is
1617
+ furnished to do so, subject to the following conditions:
1618
+
1619
+ The above copyright notice and this permission notice shall be included in all
1620
+ copies or substantial portions of the Software.
1621
+
1622
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1623
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1624
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1625
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1626
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1627
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1628
+ SOFTWARE.
1629
+
1630
+
1631
+
1632
+
1633
+ --------------------------------------------------------------------------------
1634
+ multi_json (1.15.0)
1635
+ --------------------------------------------------------------------------------
1636
+
1637
+ * Declared Licenses *
1638
+ MIT
1639
+
1640
+ Copyright (c) 2010-2013 Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober, Pavel Pravosud
1641
+
1642
+ Permission is hereby granted, free of charge, to any person obtaining
1643
+ a copy of this software and associated documentation files (the
1644
+ "Software"), to deal in the Software without restriction, including
1645
+ without limitation the rights to use, copy, modify, merge, publish,
1646
+ distribute, sublicense, and/or sell copies of the Software, and to
1647
+ permit persons to whom the Software is furnished to do so, subject to
1648
+ the following conditions:
1649
+
1650
+ The above copyright notice and this permission notice shall be
1651
+ included in all copies or substantial portions of the Software.
1652
+
1653
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1654
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1655
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1656
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1657
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1658
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1659
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1660
+
1661
+
1662
+
1663
+
1664
+
1665
+ --------------------------------------------------------------------------------
1666
+ multi_xml (0.6.0)
1667
+ --------------------------------------------------------------------------------
1668
+
1669
+ * Declared Licenses *
1670
+ MIT
1671
+
1672
+ Copyright (c) 2010-2013 Erik Michaels-Ober
1673
+
1674
+ Permission is hereby granted, free of charge, to any person obtaining
1675
+ a copy of this software and associated documentation files (the
1676
+ "Software"), to deal in the Software without restriction, including
1677
+ without limitation the rights to use, copy, modify, merge, publish,
1678
+ distribute, sublicense, and/or sell copies of the Software, and to
1679
+ permit persons to whom the Software is furnished to do so, subject to
1680
+ the following conditions:
1681
+
1682
+ The above copyright notice and this permission notice shall be
1683
+ included in all copies or substantial portions of the Software.
1684
+
1685
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1686
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1687
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1688
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1689
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1690
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1691
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1692
+
1693
+
1694
+
1695
+
1696
+
1697
+ --------------------------------------------------------------------------------
1698
+ multipart-post (2.1.1)
1699
+ --------------------------------------------------------------------------------
1700
+
1701
+ * Declared Licenses *
1702
+ MIT
1703
+
1704
+ Copyright (c) 2007-2013 Nick Sieger nick@nicksieger.com
1705
+ Copyright, 2017, by Samuel G. D. Williams.
1706
+
1707
+ MIT license.
1708
+
1709
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1710
+ this software and associated documentation files (the "Software"), to deal in
1711
+ the Software without restriction, including without limitation the rights to
1712
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1713
+ the Software, and to permit persons to whom the Software is furnished to do so,
1714
+ subject to the following conditions:
1715
+
1716
+ The above copyright notice and this permission notice shall be included in all
1717
+ copies or substantial portions of the Software.
1718
+
1719
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1720
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1721
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1722
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1723
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1724
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+ --------------------------------------------------------------------------------
1731
+ netrc (0.11.0)
1732
+ --------------------------------------------------------------------------------
1733
+
1734
+ * Declared Licenses *
1735
+ MIT
1736
+
1737
+ The MIT License (MIT)
1738
+
1739
+ Copyright (c) 2011-2014 [CONTRIBUTORS.md](https://github.com/geemus/netrc/blob/master/CONTRIBUTORS.md)
1740
+
1741
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1742
+ this software and associated documentation files (the "Software"), to deal in
1743
+ the Software without restriction, including without limitation the rights to
1744
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1745
+ the Software, and to permit persons to whom the Software is furnished to do so,
1746
+ subject to the following conditions:
1747
+
1748
+ The above copyright notice and this permission notice shall be included in all
1749
+ copies or substantial portions of the Software.
1750
+
1751
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1752
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1753
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1754
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1755
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1756
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1757
+
1758
+
1759
+
1760
+
1761
+
1762
+ --------------------------------------------------------------------------------
1763
+ octokit (4.20.0)
1764
+ --------------------------------------------------------------------------------
1765
+
1766
+ * Declared Licenses *
1767
+ MIT
1768
+
1769
+ Copyright (c) 2009-2017 Wynn Netherland, Adam Stacoviak, Erik Michaels-Ober
1770
+
1771
+ Permission is hereby granted, free of charge, to any person obtaining
1772
+ a copy of this software and associated documentation files (the
1773
+ "Software"), to deal in the Software without restriction, including
1774
+ without limitation the rights to use, copy, modify, merge, publish,
1775
+ distribute, sublicense, and/or sell copies of the Software, and to
1776
+ permit persons to whom the Software is furnished to do so, subject to
1777
+ the following conditions:
1778
+
1779
+ The above copyright notice and this permission notice shall be
1780
+ included in all copies or substantial portions of the Software.
1781
+
1782
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1783
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1784
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1785
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1786
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1787
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1788
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1789
+
1790
+
1791
+
1792
+
1793
+
1794
+ --------------------------------------------------------------------------------
1795
+ parallel (1.19.2)
1796
+ --------------------------------------------------------------------------------
1797
+
1798
+ * Declared Licenses *
1799
+ MIT
1800
+
1801
+ Copyright (c) 2013 Michael Grosser
1802
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1803
+ of this software and associated documentation files (the "Software"), to deal
1804
+ in the Software without restriction, including without limitation the rights
1805
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1806
+ copies of the Software, and to permit persons to whom the Software is
1807
+ furnished to do so, subject to the following conditions:
1808
+
1809
+ The above copyright notice and this permission notice shall be included in all
1810
+ copies or substantial portions of the Software.
1811
+
1812
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1813
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1814
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1815
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1816
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1817
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1818
+ SOFTWARE.
1819
+
1820
+
1821
+
1822
+
1823
+ --------------------------------------------------------------------------------
1824
+ parseconfig (1.1.0)
1825
+ --------------------------------------------------------------------------------
1826
+
1827
+ * Declared Licenses *
1828
+ MIT
1829
+
1830
+
1831
+ The MIT License:
1832
+
1833
+ Copyright (c) 2006-2016 Data Folk Labs, LLC
1834
+
1835
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1836
+ of this software and associated documentation files (the "Software"), to deal
1837
+ in the Software without restriction, including without limitation the rights
1838
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1839
+ copies of the Software, and to permit persons to whom the Software is
1840
+ furnished to do so, subject to the following conditions:
1841
+
1842
+ The above copyright notice and this permission notice shall be included in
1843
+ all copies or substantial portions of the Software.
1844
+
1845
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1846
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1847
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1848
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1849
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1850
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1851
+ THE SOFTWARE.
1852
+
1853
+
1854
+
1855
+
1856
+
1857
+
1858
+ --------------------------------------------------------------------------------
1859
+ parser (2.7.2.0)
1860
+ --------------------------------------------------------------------------------
1861
+
1862
+ * Declared Licenses *
1863
+ MIT
1864
+
1865
+ Copyright (c) 2021, parser Contributors
1866
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1867
+ of this software and associated documentation files (the "Software"), to deal
1868
+ in the Software without restriction, including without limitation the rights
1869
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1870
+ copies of the Software, and to permit persons to whom the Software is
1871
+ furnished to do so, subject to the following conditions:
1872
+
1873
+ The above copyright notice and this permission notice shall be included in all
1874
+ copies or substantial portions of the Software.
1875
+
1876
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1877
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1878
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1879
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1880
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1881
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1882
+ SOFTWARE.
1883
+
1884
+
1885
+
1886
+
1887
+ --------------------------------------------------------------------------------
1888
+ path_expander (1.1.0)
1889
+ --------------------------------------------------------------------------------
1890
+
1891
+ * Declared Licenses *
1892
+ MIT
1893
+
1894
+ Copyright (c) Ryan Davis, seattle
1895
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1896
+ of this software and associated documentation files (the "Software"), to deal
1897
+ in the Software without restriction, including without limitation the rights
1898
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1899
+ copies of the Software, and to permit persons to whom the Software is
1900
+ furnished to do so, subject to the following conditions:
1901
+
1902
+ The above copyright notice and this permission notice shall be included in all
1903
+ copies or substantial portions of the Software.
1904
+
1905
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1906
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1907
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1908
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1909
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1910
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1911
+ SOFTWARE.
1912
+
1913
+
1914
+
1915
+
1916
+ --------------------------------------------------------------------------------
1917
+ pmap (1.1.1)
1918
+ --------------------------------------------------------------------------------
1919
+
1920
+ * Declared Licenses *
1921
+ Apache-2.0
1922
+
1923
+ Copyright 2011 Bruce Adams
1924
+
1925
+ Licensed under the Apache License, Version 2.0 (the "License");
1926
+ you may not use this file except in compliance with the License.
1927
+ You may obtain a copy of the License at
1928
+
1929
+ http://www.apache.org/licenses/LICENSE-2.0
1930
+
1931
+ Unless required by applicable law or agreed to in writing, software
1932
+ distributed under the License is distributed on an "AS IS" BASIS,
1933
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1934
+ See the License for the specific language governing permissions and
1935
+ limitations under the License.
1936
+
1937
+
1938
+
1939
+
1940
+
1941
+ --------------------------------------------------------------------------------
1942
+ powerpack (0.1.3)
1943
+ --------------------------------------------------------------------------------
1944
+
1945
+ * Declared Licenses *
1946
+ MIT
1947
+
1948
+ Copyright (c) 2013 Bozhidar Batsov
1949
+
1950
+ MIT License
1951
+
1952
+ Permission is hereby granted, free of charge, to any person obtaining
1953
+ a copy of this software and associated documentation files (the
1954
+ "Software"), to deal in the Software without restriction, including
1955
+ without limitation the rights to use, copy, modify, merge, publish,
1956
+ distribute, sublicense, and/or sell copies of the Software, and to
1957
+ permit persons to whom the Software is furnished to do so, subject to
1958
+ the following conditions:
1959
+
1960
+ The above copyright notice and this permission notice shall be
1961
+ included in all copies or substantial portions of the Software.
1962
+
1963
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1964
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1965
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1966
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1967
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1968
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1969
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+ --------------------------------------------------------------------------------
1976
+ pronto (0.10.0)
1977
+ --------------------------------------------------------------------------------
1978
+
1979
+ * Declared Licenses *
1980
+ MIT
1981
+
1982
+ The MIT License
1983
+
1984
+ Copyright (c) 2018 Mindaugas Mozūras
1985
+
1986
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1987
+ of this software and associated documentation files (the "Software"), to deal
1988
+ in the Software without restriction, including without limitation the rights
1989
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1990
+ copies of the Software, and to permit persons to whom the Software is
1991
+ furnished to do so, subject to the following conditions:
1992
+
1993
+ The above copyright notice and this permission notice shall be included in
1994
+ all copies or substantial portions of the Software.
1995
+
1996
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1997
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1998
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1999
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2000
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2001
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2002
+ THE SOFTWARE.
2003
+
2004
+
2005
+
2006
+
2007
+
2008
+ --------------------------------------------------------------------------------
2009
+ pronto-flay (0.10.0)
2010
+ --------------------------------------------------------------------------------
2011
+
2012
+ * Declared Licenses *
2013
+ MIT
2014
+
2015
+ The MIT License
2016
+
2017
+ Copyright (c) 2017 Mindaugas Mozūras
2018
+
2019
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2020
+ of this software and associated documentation files (the "Software"), to deal
2021
+ in the Software without restriction, including without limitation the rights
2022
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2023
+ copies of the Software, and to permit persons to whom the Software is
2024
+ furnished to do so, subject to the following conditions:
2025
+
2026
+ The above copyright notice and this permission notice shall be included in
2027
+ all copies or substantial portions of the Software.
2028
+
2029
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2030
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2031
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2032
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2033
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2034
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2035
+ THE SOFTWARE.
2036
+
2037
+
2038
+
2039
+
2040
+
2041
+ --------------------------------------------------------------------------------
2042
+ pronto-reek (0.10.0)
2043
+ --------------------------------------------------------------------------------
2044
+
2045
+ * Declared Licenses *
2046
+ MIT
2047
+
2048
+ The MIT License
2049
+
2050
+ Copyright (c) 2017 Mindaugas Mozūras
2051
+
2052
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2053
+ of this software and associated documentation files (the "Software"), to deal
2054
+ in the Software without restriction, including without limitation the rights
2055
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2056
+ copies of the Software, and to permit persons to whom the Software is
2057
+ furnished to do so, subject to the following conditions:
2058
+
2059
+ The above copyright notice and this permission notice shall be included in
2060
+ all copies or substantial portions of the Software.
2061
+
2062
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2063
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2064
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2065
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2066
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2067
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2068
+ THE SOFTWARE.
2069
+
2070
+
2071
+
2072
+
2073
+
2074
+ --------------------------------------------------------------------------------
2075
+ pronto-rubocop (0.10.0)
2076
+ --------------------------------------------------------------------------------
2077
+
2078
+ * Declared Licenses *
2079
+ MIT
2080
+
2081
+ The MIT License
2082
+
2083
+ Copyright (c) 2017 Mindaugas Mozūras
2084
+
2085
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2086
+ of this software and associated documentation files (the "Software"), to deal
2087
+ in the Software without restriction, including without limitation the rights
2088
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2089
+ copies of the Software, and to permit persons to whom the Software is
2090
+ furnished to do so, subject to the following conditions:
2091
+
2092
+ The above copyright notice and this permission notice shall be included in
2093
+ all copies or substantial portions of the Software.
2094
+
2095
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2096
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2097
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2098
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2099
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2100
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2101
+ THE SOFTWARE.
2102
+
2103
+
2104
+
2105
+
2106
+
2107
+ --------------------------------------------------------------------------------
2108
+ pry (0.14.0)
2109
+ --------------------------------------------------------------------------------
2110
+
2111
+ * Declared Licenses *
2112
+ MIT
2113
+
2114
+ License
2115
+ -------
2116
+
2117
+ (The MIT License)
2118
+
2119
+ Copyright (c) 2018 John Mair (banisterfiend)
2120
+
2121
+ Permission is hereby granted, free of charge, to any person obtaining
2122
+ a copy of this software and associated documentation files (the
2123
+ 'Software'), to deal in the Software without restriction, including
2124
+ without limitation the rights to use, copy, modify, merge, publish,
2125
+ distribute, sublicense, and/or sell copies of the Software, and to
2126
+ permit persons to whom the Software is furnished to do so, subject to
2127
+ the following conditions:
2128
+
2129
+ The above copyright notice and this permission notice shall be
2130
+ included in all copies or substantial portions of the Software.
2131
+
2132
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2133
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2134
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2135
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2136
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2137
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2138
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+ --------------------------------------------------------------------------------
2145
+ pry-byebug (3.7.0)
2146
+ --------------------------------------------------------------------------------
2147
+
2148
+ * Declared Licenses *
2149
+ MIT
2150
+
2151
+ MIT License
2152
+
2153
+ Copyright (c) 2018 David Rodríguez <deivid.rodriguez@riseup.net>
2154
+
2155
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2156
+ this software and associated documentation files (the "Software"), to deal in
2157
+ the Software without restriction, including without limitation the rights to
2158
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2159
+ the Software, and to permit persons to whom the Software is furnished to do so,
2160
+ subject to the following conditions:
2161
+
2162
+ The above copyright notice and this permission notice shall be included in all
2163
+ copies or substantial portions of the Software.
2164
+
2165
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2166
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2167
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2168
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2169
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2170
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2171
+
2172
+
2173
+
2174
+
2175
+
2176
+ --------------------------------------------------------------------------------
2177
+ psych (3.1.0)
2178
+ --------------------------------------------------------------------------------
2179
+
2180
+ * Declared Licenses *
2181
+ Multi-license: GPL-2.0-or-later OR LGPL-2.1-or-later OR EPL-1.0, MIT
2182
+
2183
+
2184
+ BEGIN LICENSE BLOCK *****
2185
+ Version: EPL 1.0/GPL 2.0/LGPL 2.1
2186
+
2187
+ The contents of this file are subject to the Eclipse Public
2188
+ License Version 1.0 (the "License"); you may not use this file
2189
+ except in compliance with the License. You may obtain a copy of
2190
+ the License at http://www.eclipse.org/legal/epl-v10.html
2191
+
2192
+ Software distributed under the License is distributed on an "AS
2193
+ IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
2194
+ implied. See the License for the specific language governing
2195
+ rights and limitations under the License.
2196
+
2197
+ Copyright (C) 2010 Charles O Nutter <headius@headius.com>
2198
+
2199
+ Alternatively, the contents of this file may be used under the terms of
2200
+ either of the GNU General Public License Version 2 or later (the "GPL"),
2201
+ or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
2202
+ in which case the provisions of the GPL or the LGPL are applicable instead
2203
+ of those above. If you wish to allow use of your version of this file only
2204
+ under the terms of either the GPL or the LGPL, and not to allow others to
2205
+ use your version of this file under the terms of the EPL, indicate your
2206
+ decision by deleting the provisions above and replace them with the notice
2207
+ and other provisions required by the GPL or the LGPL. If you do not delete
2208
+ the provisions above, a recipient may use your version of this file under
2209
+ the terms of any one of the EPL, the GPL or the LGPL.
2210
+ END LICENSE BLOCK ****
2211
+
2212
+
2213
+ MIT License
2214
+
2215
+ Copyright (c) 2009 Aaron Patterson, et al.
2216
+
2217
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2218
+ of this software and associated documentation files (the "Software"), to deal
2219
+ in the Software without restriction, including without limitation the rights
2220
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2221
+ copies of the Software, and to permit persons to whom the Software is
2222
+ furnished to do so, subject to the following conditions:
2223
+
2224
+ The above copyright notice and this permission notice shall be included in all
2225
+ copies or substantial portions of the Software.
2226
+
2227
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2228
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2229
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2230
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2231
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2232
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2233
+ SOFTWARE.
2234
+
2235
+ -----------------------------------
2236
+
2237
+ Copyright (c) 2006 Kirill Simonov
2238
+
2239
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2240
+ this software and associated documentation files (the "Software"), to deal in
2241
+ the Software without restriction, including without limitation the rights to
2242
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
2243
+ of the Software, and to permit persons to whom the Software is furnished to do
2244
+ so, subject to the following conditions:
2245
+
2246
+ The above copyright notice and this permission notice shall be included in all
2247
+ copies or substantial portions of the Software.
2248
+
2249
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2250
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2251
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2252
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2253
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2254
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2255
+ SOFTWARE.
2256
+
2257
+
2258
+
2259
+
2260
+
2261
+
2262
+ --------------------------------------------------------------------------------
2263
+ public_suffix (4.0.6)
2264
+ --------------------------------------------------------------------------------
2265
+
2266
+ * Declared Licenses *
2267
+ MIT, MPL-2.0
2268
+
2269
+
2270
+ Copyright (c) 2009-2020 Simone Carletti <weppos@weppos.net>
2271
+
2272
+ MIT License
2273
+
2274
+ Permission is hereby granted, free of charge, to any person obtaining
2275
+ a copy of this software and associated documentation files (the
2276
+ "Software"), to deal in the Software without restriction, including
2277
+ without limitation the rights to use, copy, modify, merge, publish,
2278
+ distribute, sublicense, and/or sell copies of the Software, and to
2279
+ permit persons to whom the Software is furnished to do so, subject to
2280
+ the following conditions:
2281
+
2282
+ The above copyright notice and this permission notice shall be
2283
+ included in all copies or substantial portions of the Software.
2284
+
2285
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2286
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2287
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2288
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2289
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2290
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2291
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2292
+
2293
+
2294
+
2295
+ This Source Code Form is subject to the terms of the Mozilla Public
2296
+ // License, v. 2.0. If a copy of the MPL was not distributed with this
2297
+ // file, You can obtain one at https://mozilla.org/MPL/2.0/.
2298
+
2299
+
2300
+
2301
+
2302
+
2303
+ --------------------------------------------------------------------------------
2304
+ rainbow (3.0.0)
2305
+ --------------------------------------------------------------------------------
2306
+
2307
+ * Declared Licenses *
2308
+ MIT
2309
+
2310
+ Copyright (c) Marcin Kulik
2311
+
2312
+ Permission is hereby granted, free of charge, to any person obtaining
2313
+ a copy of this software and associated documentation files (the
2314
+ "Software"), to deal in the Software without restriction, including
2315
+ without limitation the rights to use, copy, modify, merge, publish,
2316
+ distribute, sublicense, and/or sell copies of the Software, and to
2317
+ permit persons to whom the Software is furnished to do so, subject to
2318
+ the following conditions:
2319
+
2320
+ The above copyright notice and this permission notice shall be
2321
+ included in all copies or substantial portions of the Software.
2322
+
2323
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2324
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2325
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2326
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2327
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2328
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2329
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2330
+
2331
+
2332
+
2333
+
2334
+
2335
+ --------------------------------------------------------------------------------
2336
+ rake (11.3.0)
2337
+ --------------------------------------------------------------------------------
2338
+
2339
+ * Declared Licenses *
2340
+ MIT
2341
+
2342
+ Copyright (c) 2021, rake Contributors
2343
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2344
+ of this software and associated documentation files (the "Software"), to deal
2345
+ in the Software without restriction, including without limitation the rights
2346
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2347
+ copies of the Software, and to permit persons to whom the Software is
2348
+ furnished to do so, subject to the following conditions:
2349
+
2350
+ The above copyright notice and this permission notice shall be included in all
2351
+ copies or substantial portions of the Software.
2352
+
2353
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2354
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2355
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2356
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2357
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2358
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2359
+ SOFTWARE.
2360
+
2361
+
2362
+
2363
+
2364
+ --------------------------------------------------------------------------------
2365
+ redcarpet (3.5.1)
2366
+ --------------------------------------------------------------------------------
2367
+
2368
+ * Declared Licenses *
2369
+ MIT
2370
+
2371
+ Copyright (c) 2009, Natacha Porté
2372
+ Copyright (c) 2015, Vicent Marti
2373
+
2374
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2375
+ of this software and associated documentation files (the "Software"), to deal
2376
+ in the Software without restriction, including without limitation the rights
2377
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2378
+ copies of the Software, and to permit persons to whom the Software is
2379
+ furnished to do so, subject to the following conditions:
2380
+
2381
+ The above copyright notice and this permission notice shall be included in
2382
+ all copies or substantial portions of the Software.
2383
+
2384
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2385
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2386
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2387
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2388
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2389
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2390
+ THE SOFTWARE.
2391
+
2392
+
2393
+
2394
+
2395
+
2396
+ --------------------------------------------------------------------------------
2397
+ reek (5.6.0)
2398
+ --------------------------------------------------------------------------------
2399
+
2400
+ * Declared Licenses *
2401
+ MIT
2402
+
2403
+ Copyright (c) 2008,2009 Kevin Rutherford
2404
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2405
+ of this software and associated documentation files (the "Software"), to deal
2406
+ in the Software without restriction, including without limitation the rights
2407
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2408
+ copies of the Software, and to permit persons to whom the Software is
2409
+ furnished to do so, subject to the following conditions:
2410
+
2411
+ The above copyright notice and this permission notice shall be included in all
2412
+ copies or substantial portions of the Software.
2413
+
2414
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2415
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2416
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2417
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2418
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2419
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2420
+ SOFTWARE.
2421
+
2422
+
2423
+ * Other Licenses *
2424
+ BSD-3-Clause
2425
+
2426
+
2427
+ Copyright (c) 2021, reek Contributors . All rights reserved.
2428
+
2429
+ Redistribution and use in source and binary forms, with or without
2430
+ modification, are permitted provided that the following conditions are met:
2431
+
2432
+ 1. Redistributions of source code must retain the above copyright notice,
2433
+ this list of conditions and the following disclaimer.
2434
+
2435
+ 2. Redistributions in binary form must reproduce the above copyright notice,
2436
+ this list of conditions and the following disclaimer in the documentation
2437
+ and/or other materials provided with the distribution.
2438
+
2439
+ 3. Neither the name of the copyright holder nor the names of its
2440
+ contributors may be used to endorse or promote products derived from
2441
+ this software without specific prior written permission.
2442
+
2443
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2444
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2445
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2446
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2447
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2448
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2449
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2450
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2451
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2452
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2453
+
2454
+
2455
+
2456
+
2457
+ --------------------------------------------------------------------------------
2458
+ remote_syslog_logger (1.0.4)
2459
+ --------------------------------------------------------------------------------
2460
+
2461
+ * Declared Licenses *
2462
+ MIT
2463
+
2464
+ The MIT License
2465
+
2466
+ Copyright (c) 2011 Eric Lindvall
2467
+
2468
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2469
+ of this software and associated documentation files (the "Software"), to deal
2470
+ in the Software without restriction, including without limitation the rights
2471
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2472
+ copies of the Software, and to permit persons to whom the Software is
2473
+ furnished to do so, subject to the following conditions:
2474
+
2475
+ The above copyright notice and this permission notice shall be included in
2476
+ all copies or substantial portions of the Software.
2477
+
2478
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2479
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2480
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2481
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2482
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2483
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2484
+ THE SOFTWARE.
2485
+
2486
+
2487
+
2488
+
2489
+ --------------------------------------------------------------------------------
2490
+ rest-client (2.1.0)
2491
+ --------------------------------------------------------------------------------
2492
+
2493
+ * Declared Licenses *
2494
+ Apache-2.0, MIT
2495
+
2496
+
2497
+ Adapted from Puppet, Copyright (c) Puppet Labs Inc,
2498
+ licensed under the Apache License, Version 2.0.
2499
+
2500
+ https://github.com/puppetlabs/puppet/blob/bbe30e0a/lib/puppet/util/windows/root_certs.rb
2501
+
2502
+
2503
+
2504
+ The MIT License (MIT)
2505
+
2506
+ Copyright (c) 2008-2014 Rest Client Authors
2507
+
2508
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2509
+ of this software and associated documentation files (the "Software"), to deal
2510
+ in the Software without restriction, including without limitation the rights
2511
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2512
+ copies of the Software, and to permit persons to whom the Software is
2513
+ furnished to do so, subject to the following conditions:
2514
+
2515
+ The above copyright notice and this permission notice shall be included in all
2516
+ copies or substantial portions of the Software.
2517
+
2518
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2519
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2520
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2521
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2522
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2523
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2524
+ SOFTWARE.
2525
+
2526
+
2527
+
2528
+
2529
+
2530
+ --------------------------------------------------------------------------------
2531
+ restforce (3.2.0)
2532
+ --------------------------------------------------------------------------------
2533
+
2534
+ * Declared Licenses *
2535
+ MIT
2536
+
2537
+ Copyright (c) 2018 Eric J. Holmes and Tim Rogers
2538
+
2539
+ MIT License
2540
+
2541
+ Permission is hereby granted, free of charge, to any person obtaining
2542
+ a copy of this software and associated documentation files (the
2543
+ "Software"), to deal in the Software without restriction, including
2544
+ without limitation the rights to use, copy, modify, merge, publish,
2545
+ distribute, sublicense, and/or sell copies of the Software, and to
2546
+ permit persons to whom the Software is furnished to do so, subject to
2547
+ the following conditions:
2548
+
2549
+ The above copyright notice and this permission notice shall be
2550
+ included in all copies or substantial portions of the Software.
2551
+
2552
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2553
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2554
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2555
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2556
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2557
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2558
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2559
+
2560
+
2561
+
2562
+
2563
+ --------------------------------------------------------------------------------
2564
+ rexml (3.2.4)
2565
+ --------------------------------------------------------------------------------
2566
+
2567
+ * Declared Licenses *
2568
+ BSD-2-Clause
2569
+
2570
+ Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.
2571
+
2572
+ Redistribution and use in source and binary forms, with or without
2573
+ modification, are permitted provided that the following conditions
2574
+ are met:
2575
+ 1. Redistributions of source code must retain the above copyright
2576
+ notice, this list of conditions and the following disclaimer.
2577
+ 2. Redistributions in binary form must reproduce the above copyright
2578
+ notice, this list of conditions and the following disclaimer in the
2579
+ documentation and/or other materials provided with the distribution.
2580
+
2581
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
2582
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2583
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2584
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2585
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2586
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2587
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2588
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2589
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2590
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2591
+ SUCH DAMAGE.
2592
+
2593
+
2594
+
2595
+ * Other Licenses *
2596
+ BSD-3-Clause
2597
+
2598
+
2599
+ Copyright (c) 2021, rexml Contributors . All rights reserved.
2600
+
2601
+ Redistribution and use in source and binary forms, with or without
2602
+ modification, are permitted provided that the following conditions are met:
2603
+
2604
+ 1. Redistributions of source code must retain the above copyright notice,
2605
+ this list of conditions and the following disclaimer.
2606
+
2607
+ 2. Redistributions in binary form must reproduce the above copyright notice,
2608
+ this list of conditions and the following disclaimer in the documentation
2609
+ and/or other materials provided with the distribution.
2610
+
2611
+ 3. Neither the name of the copyright holder nor the names of its
2612
+ contributors may be used to endorse or promote products derived from
2613
+ this software without specific prior written permission.
2614
+
2615
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2616
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2617
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2618
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2619
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2620
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2621
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2622
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2623
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2624
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2625
+
2626
+
2627
+
2628
+
2629
+ --------------------------------------------------------------------------------
2630
+ rspec (3.5.0)
2631
+ --------------------------------------------------------------------------------
2632
+
2633
+ * Declared Licenses *
2634
+ MIT
2635
+
2636
+ The MIT License (MIT)
2637
+ =====================
2638
+
2639
+ Copyright © 2009 Chad Humphries, David Chelimsky
2640
+ Copyright © 2006 David Chelimsky, The RSpec Development Team
2641
+ Copyright © 2005 Steven Baker
2642
+
2643
+ Permission is hereby granted, free of charge, to any person
2644
+ obtaining a copy of this software and associated documentation
2645
+ files (the “Software”), to deal in the Software without
2646
+ restriction, including without limitation the rights to use,
2647
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
2648
+ copies of the Software, and to permit persons to whom the
2649
+ Software is furnished to do so, subject to the following
2650
+ conditions:
2651
+
2652
+ The above copyright notice and this permission notice shall be
2653
+ included in all copies or substantial portions of the Software.
2654
+
2655
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
2656
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2657
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2658
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2659
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2660
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2661
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2662
+ OTHER DEALINGS IN THE SOFTWARE.
2663
+
2664
+
2665
+
2666
+
2667
+
2668
+ --------------------------------------------------------------------------------
2669
+ rspec-core (3.5.4)
2670
+ --------------------------------------------------------------------------------
2671
+
2672
+ * Declared Licenses *
2673
+ MIT
2674
+
2675
+ The MIT License (MIT)
2676
+ =====================
2677
+
2678
+ * Copyright © 2012 Chad Humphries, David Chelimsky, Myron Marston
2679
+ * Copyright © 2009 Chad Humphries, David Chelimsky
2680
+ * Copyright © 2006 David Chelimsky, The RSpec Development Team
2681
+ * Copyright © 2005 Steven Baker
2682
+
2683
+ Permission is hereby granted, free of charge, to any person obtaining
2684
+ a copy of this software and associated documentation files (the
2685
+ "Software"), to deal in the Software without restriction, including
2686
+ without limitation the rights to use, copy, modify, merge, publish,
2687
+ distribute, sublicense, and/or sell copies of the Software, and to
2688
+ permit persons to whom the Software is furnished to do so, subject to
2689
+ the following conditions:
2690
+
2691
+ The above copyright notice and this permission notice shall be
2692
+ included in all copies or substantial portions of the Software.
2693
+
2694
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2695
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2696
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2697
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2698
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2699
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2700
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2701
+
2702
+
2703
+
2704
+
2705
+
2706
+ --------------------------------------------------------------------------------
2707
+ rspec-expectations (3.5.0)
2708
+ --------------------------------------------------------------------------------
2709
+
2710
+ * Declared Licenses *
2711
+ MIT
2712
+
2713
+ The MIT License (MIT)
2714
+ =====================
2715
+
2716
+ * Copyright © 2012 David Chelimsky, Myron Marston
2717
+ * Copyright © 2006 David Chelimsky, The RSpec Development Team
2718
+ * Copyright © 2005 Steven Baker
2719
+
2720
+ Permission is hereby granted, free of charge, to any person obtaining
2721
+ a copy of this software and associated documentation files (the
2722
+ "Software"), to deal in the Software without restriction, including
2723
+ without limitation the rights to use, copy, modify, merge, publish,
2724
+ distribute, sublicense, and/or sell copies of the Software, and to
2725
+ permit persons to whom the Software is furnished to do so, subject to
2726
+ the following conditions:
2727
+
2728
+ The above copyright notice and this permission notice shall be
2729
+ included in all copies or substantial portions of the Software.
2730
+
2731
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2732
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2733
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2734
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2735
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2736
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2737
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2738
+
2739
+
2740
+
2741
+
2742
+
2743
+ --------------------------------------------------------------------------------
2744
+ rspec-mocks (3.5.0)
2745
+ --------------------------------------------------------------------------------
2746
+
2747
+ * Declared Licenses *
2748
+ MIT
2749
+
2750
+ The MIT License (MIT)
2751
+ =====================
2752
+
2753
+ * Copyright © 2012 David Chelimsky, Myron Marston
2754
+ * Copyright © 2006 David Chelimsky, The RSpec Development Team
2755
+ * Copyright © 2005 Steven Baker
2756
+
2757
+ Permission is hereby granted, free of charge, to any person obtaining
2758
+ a copy of this software and associated documentation files (the
2759
+ "Software"), to deal in the Software without restriction, including
2760
+ without limitation the rights to use, copy, modify, merge, publish,
2761
+ distribute, sublicense, and/or sell copies of the Software, and to
2762
+ permit persons to whom the Software is furnished to do so, subject to
2763
+ the following conditions:
2764
+
2765
+ The above copyright notice and this permission notice shall be
2766
+ included in all copies or substantial portions of the Software.
2767
+
2768
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2769
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2770
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2771
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2772
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2773
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2774
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2775
+
2776
+
2777
+
2778
+
2779
+
2780
+ --------------------------------------------------------------------------------
2781
+ rspec-support (3.5.0)
2782
+ --------------------------------------------------------------------------------
2783
+
2784
+ * Declared Licenses *
2785
+ MIT
2786
+
2787
+ The MIT License (MIT)
2788
+ ====================
2789
+
2790
+ * Copyright © 2013 David Chelimsky, Myron Marston, Jon Rowe, Sam Phippen, Xavier Shay, Bradley Schaefer
2791
+
2792
+ Permission is hereby granted, free of charge, to any person obtaining
2793
+ a copy of this software and associated documentation files (the
2794
+ "Software"), to deal in the Software without restriction, including
2795
+ without limitation the rights to use, copy, modify, merge, publish,
2796
+ distribute, sublicense, and/or sell copies of the Software, and to
2797
+ permit persons to whom the Software is furnished to do so, subject to
2798
+ the following conditions:
2799
+
2800
+ The above copyright notice and this permission notice shall be
2801
+ included in all copies or substantial portions of the Software.
2802
+
2803
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2804
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2805
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2806
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2807
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2808
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2809
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2810
+
2811
+
2812
+
2813
+
2814
+
2815
+ --------------------------------------------------------------------------------
2816
+ rspec_junit_formatter (0.3.0)
2817
+ --------------------------------------------------------------------------------
2818
+
2819
+ * Declared Licenses *
2820
+ MIT
2821
+
2822
+ Copyright (c) 2021, rspec_junit_formatter Contributors
2823
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2824
+ of this software and associated documentation files (the "Software"), to deal
2825
+ in the Software without restriction, including without limitation the rights
2826
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2827
+ copies of the Software, and to permit persons to whom the Software is
2828
+ furnished to do so, subject to the following conditions:
2829
+
2830
+ The above copyright notice and this permission notice shall be included in all
2831
+ copies or substantial portions of the Software.
2832
+
2833
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2834
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2835
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2836
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2837
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2838
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2839
+ SOFTWARE.
2840
+
2841
+
2842
+
2843
+
2844
+ --------------------------------------------------------------------------------
2845
+ rubocop (0.59.2)
2846
+ --------------------------------------------------------------------------------
2847
+
2848
+ * Declared Licenses *
2849
+ MIT
2850
+
2851
+ Copyright (c) 2012-18 Bozhidar Batsov
2852
+
2853
+ Permission is hereby granted, free of charge, to any person obtaining
2854
+ a copy of this software and associated documentation files (the
2855
+ "Software"), to deal in the Software without restriction, including
2856
+ without limitation the rights to use, copy, modify, merge, publish,
2857
+ distribute, sublicense, and/or sell copies of the Software, and to
2858
+ permit persons to whom the Software is furnished to do so, subject to
2859
+ the following conditions:
2860
+
2861
+ The above copyright notice and this permission notice shall be
2862
+ included in all copies or substantial portions of the Software.
2863
+
2864
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2865
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2866
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2867
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2868
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2869
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2870
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2871
+
2872
+
2873
+
2874
+
2875
+
2876
+ --------------------------------------------------------------------------------
2877
+ ruby-progressbar (1.11.0)
2878
+ --------------------------------------------------------------------------------
2879
+
2880
+ * Declared Licenses *
2881
+ MIT
2882
+
2883
+ Copyright (c) 2010-2019 The Kompanee, Ltd
2884
+
2885
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2886
+ of this software and associated documentation files (the "Software"), to deal
2887
+ in the Software without restriction, including without limitation the rights
2888
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2889
+ copies of the Software, and to permit persons to whom the Software is
2890
+ furnished to do so, subject to the following conditions:
2891
+
2892
+ The above copyright notice and this permission notice shall be included in
2893
+ all copies or substantial portions of the Software.
2894
+
2895
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2896
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2897
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2898
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2899
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2900
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2901
+ THE SOFTWARE.
2902
+
2903
+
2904
+
2905
+
2906
+
2907
+ --------------------------------------------------------------------------------
2908
+ ruby_parser (3.15.1)
2909
+ --------------------------------------------------------------------------------
2910
+
2911
+ * Declared Licenses *
2912
+ MIT
2913
+
2914
+ Copyright (c) Ryan Davis, seattle
2915
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2916
+ of this software and associated documentation files (the "Software"), to deal
2917
+ in the Software without restriction, including without limitation the rights
2918
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2919
+ copies of the Software, and to permit persons to whom the Software is
2920
+ furnished to do so, subject to the following conditions:
2921
+
2922
+ The above copyright notice and this permission notice shall be included in all
2923
+ copies or substantial portions of the Software.
2924
+
2925
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2926
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2927
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2928
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2929
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2930
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2931
+ SOFTWARE.
2932
+
2933
+
2934
+
2935
+
2936
+ --------------------------------------------------------------------------------
2937
+ rubyzip (1.3.0)
2938
+ --------------------------------------------------------------------------------
2939
+
2940
+ * Declared Licenses *
2941
+ Ruby, MIT
2942
+
2943
+
2944
+ Copyright (C) 2002, 2003 Thomas Sondergaard
2945
+ rubyzip is free software; you can redistribute it and/or
2946
+ modify it under the terms of the ruby license.
2947
+
2948
+
2949
+
2950
+ # Path Traversal Samples
2951
+
2952
+ Copied from https://github.com/jwilk/path-traversal-samples on 2018-08-26.
2953
+
2954
+ License: MIT
2955
+
2956
+
2957
+
2958
+
2959
+
2960
+ --------------------------------------------------------------------------------
2961
+ rugged (0.99.0)
2962
+ --------------------------------------------------------------------------------
2963
+
2964
+ * Declared Licenses *
2965
+ MIT
2966
+
2967
+ The MIT License
2968
+
2969
+ Copyright (c) 2016 GitHub, Inc
2970
+
2971
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2972
+ of this software and associated documentation files (the "Software"), to deal
2973
+ in the Software without restriction, including without limitation the rights
2974
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2975
+ copies of the Software, and to permit persons to whom the Software is
2976
+ furnished to do so, subject to the following conditions:
2977
+
2978
+ The above copyright notice and this permission notice shall be included in
2979
+ all copies or substantial portions of the Software.
2980
+
2981
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2982
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2983
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2984
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2985
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2986
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2987
+ THE SOFTWARE.
2988
+
2989
+
2990
+
2991
+
2992
+
2993
+ --------------------------------------------------------------------------------
2994
+ salesforce_bulk_query (0.2.0)
2995
+ --------------------------------------------------------------------------------
2996
+
2997
+ * Declared Licenses *
2998
+ BSD-3-Clause
2999
+
1
3000
  (BSD License)
2
3001
 
3
- Copyright (c) 2010-2017 GoodData Corporation. All rights reserved.
3002
+ Copyright (c) 2014 Yatish Mehta & GoodData Corporation. All rights reserved.
3003
+
3004
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided
3005
+ that the following conditions are met:
3006
+
3007
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and
3008
+ the following disclaimer.
3009
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions
3010
+ and the following disclaimer in the documentation and/or other materials provided with the distribution.
3011
+ * Neither the name of the GoodData Corporation nor the names of its contributors may be used to endorse
3012
+ or promote products derived from this software without specific prior written permission.
3013
+
3014
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
3015
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
3016
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
3017
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3018
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
3019
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
3020
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3021
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3022
+
3023
+
3024
+
3025
+
3026
+ --------------------------------------------------------------------------------
3027
+ sawyer (0.8.2)
3028
+ --------------------------------------------------------------------------------
3029
+
3030
+ * Declared Licenses *
3031
+ MIT
3032
+
3033
+ Copyright (c) 2011 rick olson
3034
+
3035
+ Permission is hereby granted, free of charge, to any person obtaining
3036
+ a copy of this software and associated documentation files (the
3037
+ "Software"), to deal in the Software without restriction, including
3038
+ without limitation the rights to use, copy, modify, merge, publish,
3039
+ distribute, sublicense, and/or sell copies of the Software, and to
3040
+ permit persons to whom the Software is furnished to do so, subject to
3041
+ the following conditions:
3042
+
3043
+ The above copyright notice and this permission notice shall be
3044
+ included in all copies or substantial portions of the Software.
3045
+
3046
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3047
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3048
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3049
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3050
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3051
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3052
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3053
+
3054
+
3055
+
3056
+
3057
+
3058
+ --------------------------------------------------------------------------------
3059
+ sexp_processor (4.15.2)
3060
+ --------------------------------------------------------------------------------
3061
+
3062
+ * Declared Licenses *
3063
+ MIT
3064
+
3065
+ Copyright (c) Ryan Davis, seattle
3066
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3067
+ of this software and associated documentation files (the "Software"), to deal
3068
+ in the Software without restriction, including without limitation the rights
3069
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3070
+ copies of the Software, and to permit persons to whom the Software is
3071
+ furnished to do so, subject to the following conditions:
3072
+
3073
+ The above copyright notice and this permission notice shall be included in all
3074
+ copies or substantial portions of the Software.
3075
+
3076
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3077
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3078
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3079
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3080
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3081
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3082
+ SOFTWARE.
3083
+
3084
+
3085
+
3086
+
3087
+ --------------------------------------------------------------------------------
3088
+ simplecov (0.17.1)
3089
+ --------------------------------------------------------------------------------
3090
+
3091
+ * Declared Licenses *
3092
+ MIT
3093
+
3094
+ Copyright (c) 2010-2017 Christoph Olszowka
3095
+
3096
+ Permission is hereby granted, free of charge, to any person obtaining
3097
+ a copy of this software and associated documentation files (the
3098
+ "Software"), to deal in the Software without restriction, including
3099
+ without limitation the rights to use, copy, modify, merge, publish,
3100
+ distribute, sublicense, and/or sell copies of the Software, and to
3101
+ permit persons to whom the Software is furnished to do so, subject to
3102
+ the following conditions:
3103
+
3104
+ The above copyright notice and this permission notice shall be
3105
+ included in all copies or substantial portions of the Software.
3106
+
3107
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3108
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3109
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3110
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3111
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3112
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3113
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3114
+
3115
+
3116
+
3117
+
3118
+
3119
+ --------------------------------------------------------------------------------
3120
+ simplecov-html (0.10.2)
3121
+ --------------------------------------------------------------------------------
3122
+
3123
+ * Declared Licenses *
3124
+ MIT, Multi-license: GPL-2.0 OR MIT, Multi-license: BSD-3-Clause OR GPL-2.0 OR MIT, Multi-license: BSD-3-Clause OR GPL-2.0-only, Unlicense
3125
+
3126
+
3127
+ Copyright (c) 2010-2013 Christoph Olszowka
3128
+
3129
+ Permission is hereby granted, free of charge, to any person obtaining
3130
+ a copy of this software and associated documentation files (the
3131
+ "Software"), to deal in the Software without restriction, including
3132
+ without limitation the rights to use, copy, modify, merge, publish,
3133
+ distribute, sublicense, and/or sell copies of the Software, and to
3134
+ permit persons to whom the Software is furnished to do so, subject to
3135
+ the following conditions:
3136
+
3137
+ The above copyright notice and this permission notice shall be
3138
+ included in all copies or substantial portions of the Software.
3139
+
3140
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3141
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3142
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3143
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3144
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3145
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3146
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3147
+
3148
+
3149
+ -------------------------
3150
+ timeago: a jQuery plugin, version: 0.9 (2010-06-21)
3151
+ @requires jQuery v1.2.3 or later
3152
+
3153
+ Timeago is a jQuery plugin that makes it easy to support automatically
3154
+ updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
3155
+
3156
+ For usage and examples, visit:
3157
+ http://timeago.yarp.com/
3158
+
3159
+ Licensed under the MIT:
3160
+ http://www.opensource.org/licenses/mit-license.php
3161
+
3162
+ Copyright (c) 2008-2010, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
3163
+
3164
+
3165
+
3166
+
3167
+ jQuery UI CSS Framework @VERSION
3168
+
3169
+ Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
3170
+ Dual licensed under the MIT or GPL Version 2 licenses.
3171
+ http://jquery.org/license
3172
+
3173
+ http://docs.jquery.com/UI/Theming/API
3174
+
3175
+
3176
+ jQuery UI CSS Framework @VERSION
3177
+
3178
+ Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
3179
+ Dual licensed under the MIT or GPL Version 2 licenses.
3180
+ http://jquery.org/license
3181
+
3182
+ http://docs.jquery.com/UI/Theming/API
3183
+
3184
+ -------------------------
3185
+ jQuery JavaScript Library v1.6.2
3186
+ http://jquery.com/
3187
+
3188
+ Copyright 2011, John Resig
3189
+ Dual licensed under the MIT or GPL Version 2 licenses.
3190
+ http://jquery.org/license
3191
+
3192
+
3193
+
3194
+
3195
+ Includes Sizzle.js
3196
+ http://sizzlejs.com/
3197
+ Copyright 2011, The Dojo Foundation
3198
+ Released under the MIT, BSD, and GPL Licenses.
3199
+
3200
+
3201
+
3202
+ File: jquery.dataTables.min.js
3203
+ Version: 1.7.0
3204
+ Author: Allan Jardine (www.sprymedia.co.uk)
3205
+ Info: www.datatables.net
3206
+
3207
+ Copyright 2008-2010 Allan Jardine, all rights reserved.
3208
+
3209
+ This source file is free software, under either the GPL v2 license or a
3210
+ BSD style license, as supplied with this software.
3211
+
3212
+ This source file is distributed in the hope that it will be useful, but
3213
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
3214
+ or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details.
3215
+
3216
+
3217
+
3218
+ JQuery URL Parser
3219
+ Written by Mark Perkins, mark@allmarkedup.com
3220
+ License: http://unlicense.org/ (i.e. do what you want with it!)
3221
+
3222
+
3223
+
3224
+
3225
+
3226
+ --------------------------------------------------------------------------------
3227
+ sqlite3 (1.4.2)
3228
+ --------------------------------------------------------------------------------
3229
+
3230
+ * Declared Licenses *
3231
+ BSD-3-Clause, LGPL-2.1-only
3232
+
3233
+
3234
+ Copyright (c) 2004, Jamis Buck (jamis@jamisbuck.org)
3235
+ All rights reserved.
3236
+
3237
+ Redistribution and use in source and binary forms, with or without
3238
+ modification, are permitted provided that the following conditions are met:
3239
+
3240
+ * Redistributions of source code must retain the above copyright notice,
3241
+ this list of conditions and the following disclaimer.
3242
+
3243
+ * Redistributions in binary form must reproduce the above copyright
3244
+ notice, this list of conditions and the following disclaimer in the
3245
+ documentation and/or other materials provided with the distribution.
3246
+
3247
+ * The names of its contributors may not be used to endorse or promote
3248
+ products derived from this software without specific prior written
3249
+ permission.
3250
+
3251
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
3252
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3253
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
3254
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
3255
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3256
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
3257
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3258
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
3259
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3260
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3261
+
3262
+
3263
+
3264
+ Copyright (C) 2000-2004 Minero Aoki
3265
+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1.
3266
+ This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
3267
+ You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
3268
+
3269
+
3270
+
3271
+
3272
+ --------------------------------------------------------------------------------
3273
+ syslog_protocol (0.9.2)
3274
+ --------------------------------------------------------------------------------
3275
+
3276
+ * Declared Licenses *
3277
+ MIT
3278
+
3279
+ Copyright (c) 2021, syslog_protocol Contributors
3280
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3281
+ of this software and associated documentation files (the "Software"), to deal
3282
+ in the Software without restriction, including without limitation the rights
3283
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3284
+ copies of the Software, and to permit persons to whom the Software is
3285
+ furnished to do so, subject to the following conditions:
3286
+
3287
+ The above copyright notice and this permission notice shall be included in all
3288
+ copies or substantial portions of the Software.
3289
+
3290
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3291
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3292
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3293
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3294
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3295
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3296
+ SOFTWARE.
3297
+
3298
+
3299
+
3300
+
3301
+ --------------------------------------------------------------------------------
3302
+ terminal-table (1.8.0)
3303
+ --------------------------------------------------------------------------------
3304
+
3305
+ * Declared Licenses *
3306
+ MIT
3307
+
3308
+ Copyright (c) 2021, terminal-table Contributors
3309
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3310
+ of this software and associated documentation files (the "Software"), to deal
3311
+ in the Software without restriction, including without limitation the rights
3312
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3313
+ copies of the Software, and to permit persons to whom the Software is
3314
+ furnished to do so, subject to the following conditions:
3315
+
3316
+ The above copyright notice and this permission notice shall be included in all
3317
+ copies or substantial portions of the Software.
3318
+
3319
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3320
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3321
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3322
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3323
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3324
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3325
+ SOFTWARE.
3326
+
3327
+
3328
+
3329
+
3330
+ --------------------------------------------------------------------------------
3331
+ thor (0.20.3)
3332
+ --------------------------------------------------------------------------------
3333
+
3334
+ * Declared Licenses *
3335
+ MIT
3336
+
3337
+ Copyright (c) 2008 Yehuda Katz, Eric Hodel, et al.
3338
+
3339
+ Permission is hereby granted, free of charge, to any person obtaining
3340
+ a copy of this software and associated documentation files (the
3341
+ "Software"), to deal in the Software without restriction, including
3342
+ without limitation the rights to use, copy, modify, merge, publish,
3343
+ distribute, sublicense, and/or sell copies of the Software, and to
3344
+ permit persons to whom the Software is furnished to do so, subject to
3345
+ the following conditions:
3346
+
3347
+ The above copyright notice and this permission notice shall be
3348
+ included in all copies or substantial portions of the Software.
3349
+
3350
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3351
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3352
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3353
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3354
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3355
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3356
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3357
+
3358
+
3359
+
3360
+
3361
+
3362
+ --------------------------------------------------------------------------------
3363
+ thread_safe (0.3.6)
3364
+ --------------------------------------------------------------------------------
3365
+
3366
+ * Declared Licenses *
3367
+ Public-domain, Apache-2.0
3368
+
3369
+
3370
+ * Written by Doug Lea with assistance from members of JCP JSR-166
3371
+ * Expert Group and released to the public domain, as explained at
3372
+ * http://creativecommons.org/publicdomain/zero/1.0/
3373
+
3374
+
3375
+
3376
+ --------------------------------------------------------------------------------
3377
+ tty-cursor (0.7.1)
3378
+ --------------------------------------------------------------------------------
3379
+
3380
+ * Declared Licenses *
3381
+ MIT
4
3382
 
5
- Redistribution and use in source and binary forms, with or without modification, are permitted provided
6
- that the following conditions are met:
3383
+ Copyright (c) 2015 Piotr Murach
7
3384
 
8
- * Redistributions of source code must retain the above copyright notice, this list of conditions and
9
- the following disclaimer.
10
- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions
11
- and the following disclaimer in the documentation and/or other materials provided with the distribution.
12
- * Neither the name of the GoodData Corporation nor the names of its contributors may be used to endorse
13
- or promote products derived from this software without specific prior written permission.
3385
+ MIT License
14
3386
 
15
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
16
- OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
17
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
18
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
21
- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
22
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3387
+ Permission is hereby granted, free of charge, to any person obtaining
3388
+ a copy of this software and associated documentation files (the
3389
+ "Software"), to deal in the Software without restriction, including
3390
+ without limitation the rights to use, copy, modify, merge, publish,
3391
+ distribute, sublicense, and/or sell copies of the Software, and to
3392
+ permit persons to whom the Software is furnished to do so, subject to
3393
+ the following conditions:
3394
+
3395
+ The above copyright notice and this permission notice shall be
3396
+ included in all copies or substantial portions of the Software.
3397
+
3398
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3399
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3400
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3401
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3402
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3403
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3404
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3405
+
3406
+
3407
+
3408
+
3409
+
3410
+ --------------------------------------------------------------------------------
3411
+ tty-spinner (0.9.3)
3412
+ --------------------------------------------------------------------------------
3413
+
3414
+ * Declared Licenses *
3415
+ MIT
3416
+
3417
+ Copyright (c) 2014 Piotr Murach
3418
+
3419
+ MIT License
3420
+
3421
+ Permission is hereby granted, free of charge, to any person obtaining
3422
+ a copy of this software and associated documentation files (the
3423
+ "Software"), to deal in the Software without restriction, including
3424
+ without limitation the rights to use, copy, modify, merge, publish,
3425
+ distribute, sublicense, and/or sell copies of the Software, and to
3426
+ permit persons to whom the Software is furnished to do so, subject to
3427
+ the following conditions:
3428
+
3429
+ The above copyright notice and this permission notice shall be
3430
+ included in all copies or substantial portions of the Software.
3431
+
3432
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3433
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3434
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3435
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3436
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3437
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3438
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3439
+
3440
+
3441
+
3442
+
3443
+
3444
+ --------------------------------------------------------------------------------
3445
+ tzinfo (1.2.9)
3446
+ --------------------------------------------------------------------------------
3447
+
3448
+ * Declared Licenses *
3449
+ MIT
3450
+
3451
+ Copyright (c) 2005-2020 Philip Ross
3452
+
3453
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
3454
+ this software and associated documentation files (the "Software"), to deal in
3455
+ the Software without restriction, including without limitation the rights to
3456
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
3457
+ of the Software, and to permit persons to whom the Software is furnished to do
3458
+ so, subject to the following conditions:
3459
+
3460
+ The above copyright notice and this permission notice shall be included in all
3461
+ copies or substantial portions of the Software.
3462
+
3463
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3464
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3465
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3466
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3467
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3468
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3469
+ THE SOFTWARE.
3470
+
3471
+
3472
+
3473
+
3474
+
3475
+ --------------------------------------------------------------------------------
3476
+ unf (0.1.4)
3477
+ --------------------------------------------------------------------------------
3478
+
3479
+ * Declared Licenses *
3480
+ BSD-2-Clause
3481
+
3482
+ Copyright (c) 2011, 2012 Akinori MUSHA
3483
+
3484
+ All rights reserved.
3485
+
3486
+ Redistribution and use in source and binary forms, with or without
3487
+ modification, are permitted provided that the following conditions
3488
+ are met:
3489
+ 1. Redistributions of source code must retain the above copyright
3490
+ notice, this list of conditions and the following disclaimer.
3491
+ 2. Redistributions in binary form must reproduce the above copyright
3492
+ notice, this list of conditions and the following disclaimer in the
3493
+ documentation and/or other materials provided with the distribution.
3494
+
3495
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
3496
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
3497
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
3498
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
3499
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
3500
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3501
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3502
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3503
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3504
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3505
+ SUCH DAMAGE.
3506
+
3507
+
3508
+
3509
+
3510
+
3511
+ --------------------------------------------------------------------------------
3512
+ unf_ext (0.0.7.7)
3513
+ --------------------------------------------------------------------------------
3514
+
3515
+ * Declared Licenses *
3516
+ MIT
3517
+
3518
+ The MIT License
3519
+
3520
+ Copyright (c) 2010 Takeru Ohta <phjgt308@gmail.com>
3521
+ Copyright (c) 2011-2018 Akinori MUSHA <knu@idaemons.org> (extended Ruby support)
3522
+
3523
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3524
+ of this software and associated documentation files (the "Software"), to deal
3525
+ in the Software without restriction, including without limitation the rights
3526
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3527
+ copies of the Software, and to permit persons to whom the Software is
3528
+ furnished to do so, subject to the following conditions:
3529
+
3530
+ The above copyright notice and this permission notice shall be included in
3531
+ all copies or substantial portions of the Software.
3532
+
3533
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3534
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3535
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3536
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3537
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3538
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3539
+ THE SOFTWARE.
3540
+
3541
+
3542
+
3543
+
3544
+
3545
+ --------------------------------------------------------------------------------
3546
+ unicode-display_width (1.7.0)
3547
+ --------------------------------------------------------------------------------
3548
+
3549
+ * Declared Licenses *
3550
+ MIT
3551
+
3552
+ Copyright (c) 2011, 2015-2020 Jan Lelis
3553
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3554
+ of this software and associated documentation files (the "Software"), to deal
3555
+ in the Software without restriction, including without limitation the rights
3556
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3557
+ copies of the Software, and to permit persons to whom the Software is
3558
+ furnished to do so, subject to the following conditions:
3559
+
3560
+ The above copyright notice and this permission notice shall be included in all
3561
+ copies or substantial portions of the Software.
3562
+
3563
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3564
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3565
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3566
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3567
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3568
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3569
+ SOFTWARE.
3570
+
3571
+
3572
+
3573
+
3574
+ --------------------------------------------------------------------------------
3575
+ vcr (5.0.0)
3576
+ --------------------------------------------------------------------------------
3577
+
3578
+ * Declared Licenses *
3579
+ MIT
3580
+
3581
+ Copyright (c) 2021, vcr Contributors
3582
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3583
+ of this software and associated documentation files (the "Software"), to deal
3584
+ in the Software without restriction, including without limitation the rights
3585
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3586
+ copies of the Software, and to permit persons to whom the Software is
3587
+ furnished to do so, subject to the following conditions:
3588
+
3589
+ The above copyright notice and this permission notice shall be included in all
3590
+ copies or substantial portions of the Software.
3591
+
3592
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3593
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3594
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3595
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3596
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3597
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3598
+ SOFTWARE.
3599
+
3600
+
3601
+
3602
+
3603
+ --------------------------------------------------------------------------------
3604
+ virtus (1.0.5)
3605
+ --------------------------------------------------------------------------------
3606
+
3607
+ * Declared Licenses *
3608
+ MIT
3609
+
3610
+ MIT License
3611
+ Copyright (c)
3612
+
3613
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3614
+ of this software and associated documentation files (the "Software"), to deal
3615
+ in the Software without restriction, including without limitation the rights
3616
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3617
+ copies of the Software, and to permit persons to whom the Software is
3618
+ furnished to do so, subject to the following conditions:
3619
+
3620
+ The above copyright notice and this permission notice shall be included in all
3621
+ copies or substantial portions of the Software.
3622
+
3623
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3624
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3625
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3626
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3627
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3628
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3629
+ SOFTWARE.
3630
+
3631
+
3632
+
3633
+
3634
+ --------------------------------------------------------------------------------
3635
+ webmock (2.3.2)
3636
+ --------------------------------------------------------------------------------
3637
+
3638
+ * Declared Licenses *
3639
+ MIT
3640
+
3641
+ MIT License
3642
+ Copyright (c)
3643
+
3644
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3645
+ of this software and associated documentation files (the "Software"), to deal
3646
+ in the Software without restriction, including without limitation the rights
3647
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3648
+ copies of the Software, and to permit persons to whom the Software is
3649
+ furnished to do so, subject to the following conditions:
3650
+
3651
+ The above copyright notice and this permission notice shall be included in all
3652
+ copies or substantial portions of the Software.
3653
+
3654
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3655
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3656
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3657
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3658
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3659
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3660
+ SOFTWARE.
3661
+
3662
+
3663
+
3664
+
3665
+ --------------------------------------------------------------------------------
3666
+ xml-simple (1.1.8)
3667
+ --------------------------------------------------------------------------------
3668
+
3669
+ * Declared Licenses *
3670
+ MIT
3671
+
3672
+ MIT License
3673
+
3674
+ Copyright (c) 2003-2021 Maik Schmidt
3675
+
3676
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3677
+ of this software and associated documentation files (the "Software"), to deal
3678
+ in the Software without restriction, including without limitation the rights
3679
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3680
+ copies of the Software, and to permit persons to whom the Software is
3681
+ furnished to do so, subject to the following conditions:
3682
+
3683
+ The above copyright notice and this permission notice shall be included in all
3684
+ copies or substantial portions of the Software.
3685
+
3686
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3687
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3688
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3689
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3690
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3691
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3692
+ SOFTWARE.
3693
+
3694
+
3695
+
3696
+
3697
+ --------------------------------------------------------------------------------
3698
+ yard (0.9.26)
3699
+ --------------------------------------------------------------------------------
3700
+
3701
+ * Declared Licenses *
3702
+ Multi-license: Ruby OR GPL-2.0-only, MIT, Multi-license: MIT OR GPL-3.0-only, Multi-license: Ruby OR MIT
3703
+
3704
+
3705
+
3706
+ LEGAL NOTICE INFORMATION
3707
+ ------------------------
3708
+
3709
+ All the files in this distribution are covered under either the MIT
3710
+ license (see the file LICENSE) except some files mentioned below.
3711
+
3712
+ lib/parser/ruby/legacy/ruby_lex.rb:
3713
+
3714
+ This file is under the Ruby license. YARD uses a modified version of it.
3715
+
3716
+ Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
3717
+ You can redistribute it and/or modify it under either the terms of the GPL
3718
+ version 2 (see the file GPL), or the conditions below:
3719
+
3720
+ 1. You may make and give away verbatim copies of the source form of the
3721
+ software without restriction, provided that you duplicate all of the
3722
+ original copyright notices and associated disclaimers.
3723
+
3724
+ 2. You may modify your copy of the software in any way, provided that
3725
+ you do at least ONE of the following:
3726
+
3727
+ a) place your modifications in the Public Domain or otherwise
3728
+ make them Freely Available, such as by posting said
3729
+ modifications to Usenet or an equivalent medium, or by allowing
3730
+ the author to include your modifications in the software.
3731
+
3732
+ b) use the modified software only within your corporation or
3733
+ organization.
3734
+
3735
+ c) give non-standard binaries non-standard names, with
3736
+ instructions on where to get the original software distribution.
3737
+
3738
+ d) make other distribution arrangements with the author.
3739
+
3740
+ 3. You may distribute the software in object code or binary form,
3741
+ provided that you do at least ONE of the following:
3742
+
3743
+ a) distribute the binaries and library files of the software,
3744
+ together with instructions (in the manual page or equivalent)
3745
+ on where to get the original distribution.
3746
+
3747
+ b) accompany the distribution with the machine-readable source of
3748
+ the software.
3749
+
3750
+ c) give non-standard binaries non-standard names, with
3751
+ instructions on where to get the original software distribution.
3752
+
3753
+ d) make other distribution arrangements with the author.
3754
+
3755
+ 4. You may modify and include the part of the software into any other
3756
+ software (possibly commercial). But some files in the distribution
3757
+ are not written by the author, so that they are not under these terms.
3758
+
3759
+ For the list of those files and their copying conditions, see the
3760
+ file LEGAL.
3761
+
3762
+ 5. The scripts and library files supplied as input to or produced as
3763
+ output from the software do not automatically fall under the
3764
+ copyright of the software, but belong to whomever generated them,
3765
+ and may be sold commercially, and may be aggregated with this
3766
+ software.
3767
+
3768
+ 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
3769
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
3770
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3771
+ PURPOSE.
3772
+
3773
+ --------------------------------------------
3774
+
3775
+ Copyright (c) 2007-2018 Loren Segal
3776
+
3777
+ Permission is hereby granted, free of charge, to any person
3778
+ obtaining a copy of this software and associated documentation
3779
+ files (the "Software"), to deal in the Software without
3780
+ restriction, including without limitation the rights to use,
3781
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
3782
+ copies of the Software, and to permit persons to whom the
3783
+ Software is furnished to do so, subject to the following
3784
+ conditions:
3785
+
3786
+ The above copyright notice and this permission notice shall be
3787
+ included in all copies or substantial portions of the Software.
3788
+
3789
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3790
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3791
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3792
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3793
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3794
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3795
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3796
+ OTHER DEALINGS IN THE SOFTWARE.
3797
+
3798
+
3799
+
3800
+ jQuery Autocomplete plugin 1.1
3801
+
3802
+ Copyright (c) 2009 Jörn Zaefferer
3803
+
3804
+ Dual licensed under the MIT and GPL licenses:
3805
+ http://www.opensource.org/licenses/mit-license.php
3806
+ http://www.gnu.org/licenses/gpl.html
3807
+
3808
+
3809
+
3810
+
3811
+ RubyGems is copyrighted free software by Chad Fowler, Rich Kilmer, Jim
3812
+ Weirich and others. You can redistribute it and/or modify it under
3813
+ either the terms of the MIT license (see the file MIT.txt), or the
3814
+ conditions below:
3815
+
3816
+ 1. You may make and give away verbatim copies of the source form of the
3817
+ software without restriction, provided that you duplicate all of the
3818
+ original copyright notices and associated disclaimers.
3819
+
3820
+ 2. You may modify your copy of the software in any way, provided that
3821
+ you do at least ONE of the following:
3822
+
3823
+ a. place your modifications in the Public Domain or otherwise
3824
+ make them Freely Available, such as by posting said
3825
+ modifications to Usenet or an equivalent medium, or by allowing
3826
+ the author to include your modifications in the software.
3827
+
3828
+ b. use the modified software only within your corporation or
3829
+ organization.
3830
+
3831
+ c. give non-standard executables non-standard names, with
3832
+ instructions on where to get the original software distribution.
3833
+
3834
+ d. make other distribution arrangements with the author.
3835
+
3836
+ 3. You may distribute the software in object code or executable
3837
+ form, provided that you do at least ONE of the following:
3838
+
3839
+ a. distribute the executables and library files of the software,
3840
+ together with instructions (in the manual page or equivalent)
3841
+ on where to get the original distribution.
3842
+
3843
+ b. accompany the distribution with the machine-readable source of
3844
+ the software.
3845
+
3846
+ c. give non-standard executables non-standard names, with
3847
+ instructions on where to get the original software distribution.
3848
+
3849
+ d. make other distribution arrangements with the author.
3850
+
3851
+ 4. You may modify and include the part of the software into any other
3852
+ software (possibly commercial). But some files in the distribution
3853
+ are not written by the author, so that they are not under these terms.
3854
+
3855
+ For the list of those files and their copying conditions, see the
3856
+ file LEGAL.
3857
+
3858
+ 5. The scripts and library files supplied as input to or produced as
3859
+ output from the software do not automatically fall under the
3860
+ copyright of the software, but belong to whomever generated them,
3861
+ and may be sold commercially, and may be aggregated with this
3862
+ software.
3863
+
3864
+ 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
3865
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
3866
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
3867
+ PURPOSE.
3868
+ --------------------------------------
3869
+ jQuery v1.7.1 jquery.com | jquery.org/license
3870
+
3871
+
3872
+
3873
+
3874
+
3875
+ --------------------------------------------------------------------------------
3876
+ yard-rspec (0.1)
3877
+ --------------------------------------------------------------------------------
3878
+
3879
+ * Declared Licenses *
3880
+ MIT
3881
+
3882
+ Copyright (c) 2007-2009 Loren Segal
3883
+
3884
+ Permission is hereby granted, free of charge, to any person
3885
+ obtaining a copy of this software and associated documentation
3886
+ files (the "Software"), to deal in the Software without
3887
+ restriction, including without limitation the rights to use,
3888
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
3889
+ copies of the Software, and to permit persons to whom the
3890
+ Software is furnished to do so, subject to the following
3891
+ conditions:
3892
+
3893
+ The above copyright notice and this permission notice shall be
3894
+ included in all copies or substantial portions of the Software.
3895
+
3896
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3897
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3898
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3899
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3900
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3901
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3902
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3903
+ OTHER DEALINGS IN THE SOFTWARE.
3904
+
3905
+
3906
+
3907
+
3908
+
3909
+ ================================================================================
3910
+ Licenses
3911
+
3912
+ ================================================================================
3913
+
3914
+ * Apache-2.0 *
3915
+
3916
+
3917
+ Apache License
3918
+ Version 2.0, January 2004
3919
+ http://www.apache.org/licenses/
3920
+
3921
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3922
+
3923
+ 1. Definitions.
3924
+
3925
+ "License" shall mean the terms and conditions for use, reproduction,
3926
+ and distribution as defined by Sections 1 through 9 of this document.
3927
+
3928
+ "Licensor" shall mean the copyright owner or entity authorized by
3929
+ the copyright owner that is granting the License.
3930
+
3931
+ "Legal Entity" shall mean the union of the acting entity and all
3932
+ other entities that control, are controlled by, or are under common
3933
+ control with that entity. For the purposes of this definition,
3934
+ "control" means (i) the power, direct or indirect, to cause the
3935
+ direction or management of such entity, whether by contract or
3936
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3937
+ outstanding shares, or (iii) beneficial ownership of such entity.
3938
+
3939
+ "You" (or "Your") shall mean an individual or Legal Entity
3940
+ exercising permissions granted by this License.
3941
+
3942
+ "Source" form shall mean the preferred form for making modifications,
3943
+ including but not limited to software source code, documentation
3944
+ source, and configuration files.
3945
+
3946
+ "Object" form shall mean any form resulting from mechanical
3947
+ transformation or translation of a Source form, including but
3948
+ not limited to compiled object code, generated documentation,
3949
+ and conversions to other media types.
3950
+
3951
+ "Work" shall mean the work of authorship, whether in Source or
3952
+ Object form, made available under the License, as indicated by a
3953
+ copyright notice that is included in or attached to the work
3954
+ (an example is provided in the Appendix below).
3955
+
3956
+ "Derivative Works" shall mean any work, whether in Source or Object
3957
+ form, that is based on (or derived from) the Work and for which the
3958
+ editorial revisions, annotations, elaborations, or other modifications
3959
+ represent, as a whole, an original work of authorship. For the purposes
3960
+ of this License, Derivative Works shall not include works that remain
3961
+ separable from, or merely link (or bind by name) to the interfaces of,
3962
+ the Work and Derivative Works thereof.
3963
+
3964
+ "Contribution" shall mean any work of authorship, including
3965
+ the original version of the Work and any modifications or additions
3966
+ to that Work or Derivative Works thereof, that is intentionally
3967
+ submitted to Licensor for inclusion in the Work by the copyright owner
3968
+ or by an individual or Legal Entity authorized to submit on behalf of
3969
+ the copyright owner. For the purposes of this definition, "submitted"
3970
+ means any form of electronic, verbal, or written communication sent
3971
+ to the Licensor or its representatives, including but not limited to
3972
+ communication on electronic mailing lists, source code control systems,
3973
+ and issue tracking systems that are managed by, or on behalf of, the
3974
+ Licensor for the purpose of discussing and improving the Work, but
3975
+ excluding communication that is conspicuously marked or otherwise
3976
+ designated in writing by the copyright owner as "Not a Contribution."
3977
+
3978
+ "Contributor" shall mean Licensor and any individual or Legal Entity
3979
+ on behalf of whom a Contribution has been received by Licensor and
3980
+ subsequently incorporated within the Work.
3981
+
3982
+ 2. Grant of Copyright License. Subject to the terms and conditions of
3983
+ this License, each Contributor hereby grants to You a perpetual,
3984
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3985
+ copyright license to reproduce, prepare Derivative Works of,
3986
+ publicly display, publicly perform, sublicense, and distribute the
3987
+ Work and such Derivative Works in Source or Object form.
3988
+
3989
+ 3. Grant of Patent License. Subject to the terms and conditions of
3990
+ this License, each Contributor hereby grants to You a perpetual,
3991
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3992
+ (except as stated in this section) patent license to make, have made,
3993
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3994
+ where such license applies only to those patent claims licensable
3995
+ by such Contributor that are necessarily infringed by their
3996
+ Contribution(s) alone or by combination of their Contribution(s)
3997
+ with the Work to which such Contribution(s) was submitted. If You
3998
+ institute patent litigation against any entity (including a
3999
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
4000
+ or a Contribution incorporated within the Work constitutes direct
4001
+ or contributory patent infringement, then any patent licenses
4002
+ granted to You under this License for that Work shall terminate
4003
+ as of the date such litigation is filed.
4004
+
4005
+ 4. Redistribution. You may reproduce and distribute copies of the
4006
+ Work or Derivative Works thereof in any medium, with or without
4007
+ modifications, and in Source or Object form, provided that You
4008
+ meet the following conditions:
4009
+
4010
+ (a) You must give any other recipients of the Work or
4011
+ Derivative Works a copy of this License; and
4012
+
4013
+ (b) You must cause any modified files to carry prominent notices
4014
+ stating that You changed the files; and
4015
+
4016
+ (c) You must retain, in the Source form of any Derivative Works
4017
+ that You distribute, all copyright, patent, trademark, and
4018
+ attribution notices from the Source form of the Work,
4019
+ excluding those notices that do not pertain to any part of
4020
+ the Derivative Works; and
4021
+
4022
+ (d) If the Work includes a "NOTICE" text file as part of its
4023
+ distribution, then any Derivative Works that You distribute must
4024
+ include a readable copy of the attribution notices contained
4025
+ within such NOTICE file, excluding those notices that do not
4026
+ pertain to any part of the Derivative Works, in at least one
4027
+ of the following places: within a NOTICE text file distributed
4028
+ as part of the Derivative Works; within the Source form or
4029
+ documentation, if provided along with the Derivative Works; or,
4030
+ within a display generated by the Derivative Works, if and
4031
+ wherever such third-party notices normally appear. The contents
4032
+ of the NOTICE file are for informational purposes only and
4033
+ do not modify the License. You may add Your own attribution
4034
+ notices within Derivative Works that You distribute, alongside
4035
+ or as an addendum to the NOTICE text from the Work, provided
4036
+ that such additional attribution notices cannot be construed
4037
+ as modifying the License.
4038
+
4039
+ You may add Your own copyright statement to Your modifications and
4040
+ may provide additional or different license terms and conditions
4041
+ for use, reproduction, or distribution of Your modifications, or
4042
+ for any such Derivative Works as a whole, provided Your use,
4043
+ reproduction, and distribution of the Work otherwise complies with
4044
+ the conditions stated in this License.
4045
+
4046
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
4047
+ any Contribution intentionally submitted for inclusion in the Work
4048
+ by You to the Licensor shall be under the terms and conditions of
4049
+ this License, without any additional terms or conditions.
4050
+ Notwithstanding the above, nothing herein shall supersede or modify
4051
+ the terms of any separate license agreement you may have executed
4052
+ with Licensor regarding such Contributions.
4053
+
4054
+ 6. Trademarks. This License does not grant permission to use the trade
4055
+ names, trademarks, service marks, or product names of the Licensor,
4056
+ except as required for reasonable and customary use in describing the
4057
+ origin of the Work and reproducing the content of the NOTICE file.
4058
+
4059
+ 7. Disclaimer of Warranty. Unless required by applicable law or
4060
+ agreed to in writing, Licensor provides the Work (and each
4061
+ Contributor provides its Contributions) on an "AS IS" BASIS,
4062
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4063
+ implied, including, without limitation, any warranties or conditions
4064
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4065
+ PARTICULAR PURPOSE. You are solely responsible for determining the
4066
+ appropriateness of using or redistributing the Work and assume any
4067
+ risks associated with Your exercise of permissions under this License.
4068
+
4069
+ 8. Limitation of Liability. In no event and under no legal theory,
4070
+ whether in tort (including negligence), contract, or otherwise,
4071
+ unless required by applicable law (such as deliberate and grossly
4072
+ negligent acts) or agreed to in writing, shall any Contributor be
4073
+ liable to You for damages, including any direct, indirect, special,
4074
+ incidental, or consequential damages of any character arising as a
4075
+ result of this License or out of the use or inability to use the
4076
+ Work (including but not limited to damages for loss of goodwill,
4077
+ work stoppage, computer failure or malfunction, or any and all
4078
+ other commercial damages or losses), even if such Contributor
4079
+ has been advised of the possibility of such damages.
4080
+
4081
+ 9. Accepting Warranty or Additional Liability. While redistributing
4082
+ the Work or Derivative Works thereof, You may choose to offer,
4083
+ and charge a fee for, acceptance of support, warranty, indemnity,
4084
+ or other liability obligations and/or rights consistent with this
4085
+ License. However, in accepting such obligations, You may act only
4086
+ on Your own behalf and on Your sole responsibility, not on behalf
4087
+ of any other Contributor, and only if You agree to indemnify,
4088
+ defend, and hold each Contributor harmless for any liability
4089
+ incurred by, or claims asserted against, such Contributor by reason
4090
+ of your accepting any such warranty or additional liability.
4091
+
4092
+ END OF TERMS AND CONDITIONS
4093
+
4094
+ APPENDIX: How to apply the Apache License to your work.
4095
+
4096
+ To apply the Apache License to your work, attach the following
4097
+ boilerplate notice, with the fields enclosed by brackets "[]"
4098
+ replaced with your own identifying information. (Don't include
4099
+ the brackets!) The text should be enclosed in the appropriate
4100
+ comment syntax for the file format. We also recommend that a
4101
+ file or class name and description of purpose be included on the
4102
+ same "printed page" as the copyright notice for easier
4103
+ identification within third-party archives.
4104
+
4105
+ Copyright [yyyy] [name of copyright owner]
4106
+
4107
+ Licensed under the Apache License, Version 2.0 (the "License");
4108
+ you may not use this file except in compliance with the License.
4109
+ You may obtain a copy of the License at
4110
+
4111
+ http://www.apache.org/licenses/LICENSE-2.0
4112
+
4113
+ Unless required by applicable law or agreed to in writing, software
4114
+ distributed under the License is distributed on an "AS IS" BASIS,
4115
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4116
+ See the License for the specific language governing permissions and
4117
+ limitations under the License.
4118
+
4119
+ * EPL 1.0 *
4120
+
4121
+ Eclipse Public License - v 1.0
4122
+
4123
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
4124
+
4125
+ 1. DEFINITIONS
4126
+
4127
+ "Contribution" means:
4128
+ a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
4129
+ b) in the case of each subsequent Contributor:
4130
+ i) changes to the Program, and
4131
+ ii) additions to the Program;
4132
+ where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
4133
+ "Contributor" means any person or entity that distributes the Program.
4134
+ "Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
4135
+ "Program" means the Contributions distributed in accordance with this Agreement.
4136
+ "Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
4137
+
4138
+ 2. GRANT OF RIGHTS
4139
+
4140
+ a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
4141
+
4142
+ b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
4143
+
4144
+ c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
4145
+
4146
+ d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
4147
+
4148
+ 3. REQUIREMENTS
4149
+
4150
+ A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
4151
+
4152
+ a) it complies with the terms and conditions of this Agreement; and
4153
+
4154
+ b) its license agreement:
4155
+ i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
4156
+ ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
4157
+ iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
4158
+ iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
4159
+ When the Program is made available in source code form:
4160
+ a) it must be made available under this Agreement; and
4161
+ b) a copy of this Agreement must be included with each copy of the
4162
+ Program.
4163
+ Contributors may not remove or alter any copyright notices contained within the Program.
4164
+ Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
4165
+
4166
+ 4. COMMERCIAL DISTRIBUTION
4167
+
4168
+ Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
4169
+
4170
+ For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
4171
+
4172
+ 5. NO WARRANTY
4173
+
4174
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
4175
+
4176
+ 6. DISCLAIMER OF LIABILITY
4177
+
4178
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
4179
+
4180
+ 7. GENERAL
4181
+
4182
+ If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
4183
+ If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
4184
+
4185
+ All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
4186
+
4187
+ Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
4188
+
4189
+ This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
4190
+
4191
+ * LGPL-2.1 *
4192
+
4193
+ GNU LESSER GENERAL PUBLIC LICENSE
4194
+ Version 2.1, February 1999
4195
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
4196
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
4197
+ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
4198
+ [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.]
4199
+ Preamble
4200
+ The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.
4201
+ This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below.
4202
+ When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things.
4203
+ To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it.
4204
+ For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights.
4205
+ We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library.
4206
+ To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others.
4207
+ Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license.
4208
+ Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs.
4209
+ When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library.
4210
+ We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances.
4211
+ For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License.
4212
+ In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system.
4213
+ Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library.
4214
+ The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run.
4215
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4216
+ 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you".
4217
+ A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.
4218
+ The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
4219
+ "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library.
4220
+ Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.
4221
+ 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library.
4222
+ You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
4223
+ 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
4224
+ a) The modified work must itself be a software library.
4225
+ b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
4226
+ c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
4227
+ d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.
4228
+ (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)
4229
+ These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
4230
+ Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library.
4231
+ In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
4232
+ 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.
4233
+ Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.
4234
+ This option is useful when you wish to copy part of the code of the Library into a program that is not a library.
4235
+ 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange.
4236
+ If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.
4237
+ 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
4238
+ However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
4239
+ When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
4240
+ If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
4241
+ Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.
4242
+ 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications.
4243
+ You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
4244
+ a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)
4245
+ b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with.
4246
+ c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.
4247
+ d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
4248
+ e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
4249
+ For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
4250
+ It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.
4251
+ 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:
4252
+ a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.
4253
+ b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
4254
+ 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
4255
+ 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.
4256
+ 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License.
4257
+ 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library.
4258
+ If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances.
4259
+ It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
4260
+ This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
4261
+ 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
4262
+ 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
4263
+ Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
4264
+ 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
4265
+ NO WARRANTY
4266
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
4267
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS
4268
+ How to Apply These Terms to Your New Libraries
4269
+ If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).
4270
+ To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
4271
+ < one line to give the library's name and an idea of what it does. >
4272
+ Copyright (C) < year > < name of author >
4273
+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
4274
+ This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
4275
+ You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail.
4276
+ You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
4277
+ Yoyodyne, Inc., hereby disclaims all copyright interest in
4278
+ the library `Frob' (a library for tweaking knobs) written
4279
+ by James Random Hacker.
4280
+ < signature of Ty Coon > , 1 April 1990
4281
+ Ty Coon, President of Vice
4282
+ That's all there is to it!
4283
+
4284
+ * MPL-2.0 *
4285
+
4286
+ Mozilla Public License Version 2.0
4287
+ 1. Definitions
4288
+ 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.
4289
+ 1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution.
4290
+ 1.3. "Contribution" means Covered Software of a particular Contributor.
4291
+ 1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof.
4292
+ 1.5. "Incompatible With Secondary Licenses" means
4293
+ (a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or
4294
+ (b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License.
4295
+ 1.6. "Executable Form" means any form of the work other than Source Code Form.
4296
+ 1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software.
4297
+ 1.8. "License" means this document.
4298
+ 1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License.
4299
+ 1.10. "Modifications" means any of the following:
4300
+ (a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or
4301
+ (b) any new file in Source Code Form that contains any Covered Software.
4302
+ 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version.
4303
+ 1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses.
4304
+ 1.13. "Source Code Form" means the form of the work preferred for making modifications.
4305
+ 1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
4306
+ 2. License Grants and Conditions
4307
+ 2.1. Grants
4308
+ Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:
4309
+ (a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and
4310
+ (b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version.
4311
+ 2.2. Effective Date
4312
+ The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution.
4313
+ 2.3. Limitations on Grant Scope
4314
+ The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor:
4315
+ (a) for any code that a Contributor has removed from Covered Software; or
4316
+ (b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or
4317
+ (c) under Patent Claims infringed by Covered Software in the absence of its Contributions.
4318
+ This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4).
4319
+ 2.4. Subsequent Licenses
4320
+ No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3).
4321
+ 2.5. Representation
4322
+ Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License.
4323
+ 2.6. Fair Use
4324
+ This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents.
4325
+ 2.7. Conditions
4326
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1.
4327
+ 3. Responsibilities
4328
+ 3.1. Distribution of Source Form
4329
+ All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form.
4330
+ 3.2. Distribution of Executable Form
4331
+ If You distribute Covered Software in Executable Form then:
4332
+ (a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and
4333
+ (b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License.
4334
+ 3.3. Distribution of a Larger Work
4335
+ You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s).
4336
+ 3.4. Notices
4337
+ You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies.
4338
+ 3.5. Application of Additional Terms
4339
+ You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction.
4340
+ 4. Inability to Comply Due to Statute or Regulation
4341
+ If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
4342
+ 5. Termination
4343
+ 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice.
4344
+ 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate.
4345
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination.
4346
+ 6. Disclaimer of Warranty
4347
+ Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer.
4348
+ 7. Limitation of Liability
4349
+ Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
4350
+ 8. Litigation
4351
+ Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims.
4352
+ 9. Miscellaneous
4353
+ This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor.
4354
+ 10. Versions of the License
4355
+ 10.1. New Versions
4356
+ Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number.
4357
+ 10.2. Effect of New Versions
4358
+ You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward.
4359
+ 10.3. Modified Versions
4360
+ If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License).
4361
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
4362
+ If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. Exhibit A - Source Code Form License Notice
4363
+ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
4364
+ If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.
4365
+ You may add additional accurate notices of copyright ownership.
4366
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
4367
+ This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.
4368
+
4369
+ * Ruby *
4370
+
4371
+
4372
+ 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers.
4373
+ 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following:
4374
+ a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software.
4375
+ b) use the modified software only within your corporation or organization.
4376
+ c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution.
4377
+ d) make other distribution arrangements with the author.
4378
+ 3. You may distribute the software in object code or binary form, provided that you do at least ONE of the following:
4379
+ a) distribute the binaries and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution.
4380
+ b) accompany the distribution with the machine-readable source of the software.
4381
+ c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution.
4382
+ d) make other distribution arrangements with the author.
4383
+ 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution are not written by the author, so that they are not under these terms.
4384
+ For the list of those files and their copying conditions, see the file LEGAL.
4385
+ 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software.
4386
+ 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
4387
+
4388
+ * Unlicense *
4389
+
4390
+ This is free and unencumbered software released into the public domain.
4391
+
4392
+ Anyone is free to copy, modify, publish, use, compile, sell, or
4393
+ distribute this software, either in source code form or as a compiled
4394
+ binary, for any purpose, commercial or non-commercial, and by any
4395
+ means.
4396
+
4397
+ In jurisdictions that recognize copyright laws, the author or authors
4398
+ of this software dedicate any and all copyright interest in the
4399
+ software to the public domain. We make this dedication for the benefit
4400
+ of the public at large and to the detriment of our heirs and
4401
+ successors. We intend this dedication to be an overt act of
4402
+ relinquishment in perpetuity of all present and future rights to this
4403
+ software under copyright law.
4404
+
4405
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4406
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4407
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4408
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
4409
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
4410
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
4411
+ OTHER DEALINGS IN THE SOFTWARE.
4412
+
4413
+ For more information, please refer to <http://unlicense.org/>
4414
+
4415
+ --------------------------------------------------------------------------------
4416
+ --------------------------------------------------------------------------------
4417
+
4418
+
4419
+
4420
+ --------------------------------------------------------------------------------
4421
+ --------------------------------------------------------------------------------
4422
+
4423
+ Report Generated by FOSSA on 2021-3-29