-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNOTICE.txt
More file actions
877 lines (871 loc) · 43.1 KB
/
Copy pathNOTICE.txt
File metadata and controls
877 lines (871 loc) · 43.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
DeepRacer on AWS
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
specific language governing permissions and limitations under the License.
**********************
THIRD PARTY COMPONENTS
**********************
This software includes third party software subject to the following copyrights:
@adobe/css-tools under the MIT license.
@ampproject/remapping under the Apache-2.0 license.
@asamuzakjp/css-color under the MIT license.
@aws-amplify/analytics under the Apache-2.0 license.
@aws-amplify/api-graphql under the Apache-2.0 license.
@aws-amplify/api-rest under the Apache-2.0 license.
@aws-amplify/api under the Apache-2.0 license.
@aws-amplify/auth under the Apache-2.0 license.
@aws-amplify/core under the Apache-2.0 license.
@aws-amplify/data-schema-types under the Apache-2.0 license.
@aws-amplify/data-schema under the Apache-2.0 license.
@aws-amplify/datastore under the Apache-2.0 license.
@aws-amplify/notifications under the Apache-2.0 license.
@aws-amplify/storage under the Apache-2.0 license.
@aws-amplify/ui-react-core under the Apache-2.0 license.
@aws-amplify/ui-react under the Apache-2.0 license.
@aws-amplify/ui under the Apache-2.0 license.
@aws-cdk/asset-awscli-v1 under the Apache-2.0 license.
@aws-cdk/asset-node-proxy-agent-v6 under the Apache-2.0 license.
@aws-cdk/cloud-assembly-schema under the Apache-2.0 license.
@aws-crypto/crc32 under the Apache-2.0 license.
@aws-crypto/crc32c under the Apache-2.0 license.
@aws-crypto/sha1-browser under the Apache-2.0 license.
@aws-crypto/sha256-browser under the Apache-2.0 license.
@aws-crypto/sha256-js under the Apache-2.0 license.
@aws-crypto/supports-web-crypto under the Apache-2.0 license.
@aws-crypto/util under the Apache-2.0 license.
@aws-lambda-powertools/commons under the MIT-0 license.
@aws-lambda-powertools/logger under the MIT-0 license.
@aws-lambda-powertools/metrics under the MIT-0 license.
@aws-lambda-powertools/tracer under the MIT-0 license.
@aws-sdk/client-api-gateway under the Apache-2.0 license.
@aws-sdk/client-appconfig under the Apache-2.0 license.
@aws-sdk/client-appconfigdata under the Apache-2.0 license.
@aws-sdk/client-cloudformation under the Apache-2.0 license.
@aws-sdk/client-cloudfront under the Apache-2.0 license.
@aws-sdk/client-cloudwatch under the Apache-2.0 license.
@aws-sdk/client-cloudwatch-logs under the Apache-2.0 license.
@aws-sdk/client-codebuild under the Apache-2.0 license.
@aws-sdk/client-cognito-identity-provider under the Apache-2.0 license.
@aws-sdk/client-cognito-identity under the Apache-2.0 license.
@aws-sdk/client-dynamodb under the Apache-2.0 license.
@aws-sdk/client-firehose under the Apache-2.0 license.
@aws-sdk/client-iot under the Apache-2.0 license.
@aws-sdk/client-iot-data-plane under the Apache-2.0 license.
@aws-sdk/client-kinesis-video-archived-media under the Apache-2.0 license.
@aws-sdk/client-kinesis-video-media under the Apache-2.0 license.
@aws-sdk/client-kinesis-video under the Apache-2.0 license.
@aws-sdk/client-kinesis under the Apache-2.0 license.
@aws-sdk/client-lambda under the Apache-2.0 license.
@aws-sdk/client-personalize-events under the Apache-2.0 license.
@aws-sdk/client-s3 under the Apache-2.0 license.
@aws-sdk/client-sagemaker under the Apache-2.0 license.
@aws-sdk/client-service-quotas under the Apache-2.0 license.
@aws-sdk/client-sesv2 under the Apache-2.0 license.
@aws-sdk/client-sfn under the Apache-2.0 license.
@aws-sdk/client-sqs under the Apache-2.0 license.
@aws-sdk/client-sso-oidc under the Apache-2.0 license.
@aws-sdk/client-sso under the Apache-2.0 license.
@aws-sdk/client-sts under the Apache-2.0 license.
@aws-sdk/core under the Apache-2.0 license.
@aws-sdk/credential-provider-env under the Apache-2.0 license.
@aws-sdk/credential-provider-http under the Apache-2.0 license.
@aws-sdk/credential-provider-ini under the Apache-2.0 license.
@aws-sdk/credential-provider-node under the Apache-2.0 license.
@aws-sdk/credential-provider-process under the Apache-2.0 license.
@aws-sdk/credential-provider-sso under the Apache-2.0 license.
@aws-sdk/credential-provider-web-identity under the Apache-2.0 license.
@aws-sdk/endpoint-cache under the Apache-2.0 license.
@aws-sdk/lib-dynamodb under the Apache-2.0 license.
@aws-sdk/lib-storage under the Apache-2.0 license.
@aws-sdk/middleware-bucket-endpoint under the Apache-2.0 license.
@aws-sdk/middleware-endpoint-discovery under the Apache-2.0 license.
@aws-sdk/middleware-expect-continue under the Apache-2.0 license.
@aws-sdk/middleware-flexible-checksums under the Apache-2.0 license.
@aws-sdk/middleware-host-header under the Apache-2.0 license.
@aws-sdk/middleware-location-constraint under the Apache-2.0 license.
@aws-sdk/middleware-logger under the Apache-2.0 license.
@aws-sdk/middleware-recursion-detection under the Apache-2.0 license.
@aws-sdk/middleware-sdk-api-gateway under the Apache-2.0 license.
@aws-sdk/middleware-sdk-s3 under the Apache-2.0 license.
@aws-sdk/middleware-sdk-sqs under the Apache-2.0 license.
@aws-sdk/middleware-ssec under the Apache-2.0 license.
@aws-sdk/middleware-user-agent under the Apache-2.0 license.
@aws-sdk/nested-clients under the Apache-2.0 license.
@aws-sdk/protocol-http under the Apache-2.0 license.
@aws-sdk/region-config-resolver under the Apache-2.0 license.
@aws-sdk/s3-request-presigner under the Apache-2.0 license.
@aws-sdk/signature-v4-multi-region under the Apache-2.0 license.
@aws-sdk/signature-v4 under the Apache-2.0 license.
@aws-sdk/token-providers under the Apache-2.0 license.
@aws-sdk/types under the Apache-2.0 license.
@aws-sdk/util-arn-parser under the Apache-2.0 license.
@aws-sdk/util-dynamodb under the Apache-2.0 license.
@aws-sdk/util-endpoints under the Apache-2.0 license.
@aws-sdk/util-format-url under the Apache-2.0 license.
@aws-sdk/util-locate-window under the Apache-2.0 license.
@aws-sdk/util-user-agent-browser under the Apache-2.0 license.
@aws-sdk/util-user-agent-node under the Apache-2.0 license.
@aws-sdk/util-utf8-browser under the Apache-2.0 license.
@aws-sdk/xml-builder under the Apache-2.0 license.
@aws-smithy/server-apigateway under the Apache-2.0 license.
@aws-smithy/server-common under the Apache-2.0 license.
@aws-solutions-constructs/aws-cloudfront-s3 under the Apache-2.0 license.
@aws-solutions-constructs/aws-wafwebacl-apigateway under the Apache-2.0 license.
@aws-solutions-constructs/core under the Apache-2.0 license.
@aws-solutions-constructs/resources under the Apache-2.0 license.
@aws/lambda-invoke-store under the Apache-2.0 license.
@babel/code-frame under the MIT license.
@babel/compat-data under the MIT license.
@babel/core under the MIT license.
@babel/generator under the MIT license.
@babel/helper-annotate-as-pure under the MIT license.
@babel/helper-compilation-targets under the MIT license.
@babel/helper-create-class-features-plugin under the MIT license.
@babel/helper-create-regexp-features-plugin under the MIT license.
@babel/helper-define-polyfill-provider under the MIT license.
@babel/helper-globals under the MIT license.
@babel/helper-member-expression-to-functions under the MIT license.
@babel/helper-module-imports under the MIT license.
@babel/helper-module-transforms under the MIT license.
@babel/helper-optimise-call-expression under the MIT license.
@babel/helper-plugin-utils under the MIT license.
@babel/helper-remap-async-to-generator under the MIT license.
@babel/helper-replace-supers under the MIT license.
@babel/helper-skip-transparent-expression-wrappers under the MIT license.
@babel/helper-string-parser under the MIT license.
@babel/helper-validator-identifier under the MIT license.
@babel/helper-validator-option under the MIT license.
@babel/helper-wrap-function under the MIT license.
@babel/helpers under the MIT license.
@babel/parser under the MIT license.
@babel/plugin-bugfix-firefox-class-in-computed-class-key under the MIT license.
@babel/plugin-bugfix-safari-class-field-initializer-scope under the MIT license.
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression under the MIT license.
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining under the MIT license.
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly under the MIT license.
@babel/plugin-proposal-decorators under the MIT license.
@babel/plugin-proposal-private-property-in-object under the MIT license.
@babel/plugin-syntax-async-generators under the MIT license.
@babel/plugin-syntax-bigint under the MIT license.
@babel/plugin-syntax-class-properties under the MIT license.
@babel/plugin-syntax-class-static-block under the MIT license.
@babel/plugin-syntax-decorators under the MIT license.
@babel/plugin-syntax-import-assertions under the MIT license.
@babel/plugin-syntax-import-attributes under the MIT license.
@babel/plugin-syntax-import-meta under the MIT license.
@babel/plugin-syntax-json-strings under the MIT license.
@babel/plugin-syntax-jsx under the MIT license.
@babel/plugin-syntax-logical-assignment-operators under the MIT license.
@babel/plugin-syntax-nullish-coalescing-operator under the MIT license.
@babel/plugin-syntax-numeric-separator under the MIT license.
@babel/plugin-syntax-object-rest-spread under the MIT license.
@babel/plugin-syntax-optional-catch-binding under the MIT license.
@babel/plugin-syntax-optional-chaining under the MIT license.
@babel/plugin-syntax-private-property-in-object under the MIT license.
@babel/plugin-syntax-top-level-await under the MIT license.
@babel/plugin-syntax-typescript under the MIT license.
@babel/plugin-syntax-unicode-sets-regex under the MIT license.
@babel/plugin-transform-arrow-functions under the MIT license.
@babel/plugin-transform-async-generator-functions under the MIT license.
@babel/plugin-transform-async-to-generator under the MIT license.
@babel/plugin-transform-block-scoped-functions under the MIT license.
@babel/plugin-transform-block-scoping under the MIT license.
@babel/plugin-transform-class-properties under the MIT license.
@babel/plugin-transform-class-static-block under the MIT license.
@babel/plugin-transform-classes under the MIT license.
@babel/plugin-transform-computed-properties under the MIT license.
@babel/plugin-transform-destructuring under the MIT license.
@babel/plugin-transform-dotall-regex under the MIT license.
@babel/plugin-transform-duplicate-keys under the MIT license.
@babel/plugin-transform-duplicate-named-capturing-groups-regex under the MIT license.
@babel/plugin-transform-dynamic-import under the MIT license.
@babel/plugin-transform-explicit-resource-management under the MIT license.
@babel/plugin-transform-exponentiation-operator under the MIT license.
@babel/plugin-transform-export-namespace-from under the MIT license.
@babel/plugin-transform-for-of under the MIT license.
@babel/plugin-transform-function-name under the MIT license.
@babel/plugin-transform-json-strings under the MIT license.
@babel/plugin-transform-literals under the MIT license.
@babel/plugin-transform-logical-assignment-operators under the MIT license.
@babel/plugin-transform-member-expression-literals under the MIT license.
@babel/plugin-transform-modules-amd under the MIT license.
@babel/plugin-transform-modules-commonjs under the MIT license.
@babel/plugin-transform-modules-systemjs under the MIT license.
@babel/plugin-transform-modules-umd under the MIT license.
@babel/plugin-transform-named-capturing-groups-regex under the MIT license.
@babel/plugin-transform-new-target under the MIT license.
@babel/plugin-transform-nullish-coalescing-operator under the MIT license.
@babel/plugin-transform-numeric-separator under the MIT license.
@babel/plugin-transform-object-rest-spread under the MIT license.
@babel/plugin-transform-object-super under the MIT license.
@babel/plugin-transform-optional-catch-binding under the MIT license.
@babel/plugin-transform-optional-chaining under the MIT license.
@babel/plugin-transform-parameters under the MIT license.
@babel/plugin-transform-private-methods under the MIT license.
@babel/plugin-transform-private-property-in-object under the MIT license.
@babel/plugin-transform-property-literals under the MIT license.
@babel/plugin-transform-react-constant-elements under the MIT license.
@babel/plugin-transform-react-display-name under the MIT license.
@babel/plugin-transform-react-jsx-development under the MIT license.
@babel/plugin-transform-react-jsx under the MIT license.
@babel/plugin-transform-react-pure-annotations under the MIT license.
@babel/plugin-transform-regenerator under the MIT license.
@babel/plugin-transform-regexp-modifiers under the MIT license.
@babel/plugin-transform-reserved-words under the MIT license.
@babel/plugin-transform-runtime under the MIT license.
@babel/plugin-transform-shorthand-properties under the MIT license.
@babel/plugin-transform-spread under the MIT license.
@babel/plugin-transform-sticky-regex under the MIT license.
@babel/plugin-transform-template-literals under the MIT license.
@babel/plugin-transform-typeof-symbol under the MIT license.
@babel/plugin-transform-typescript under the MIT license.
@babel/plugin-transform-unicode-escapes under the MIT license.
@babel/plugin-transform-unicode-property-regex under the MIT license.
@babel/plugin-transform-unicode-regex under the MIT license.
@babel/plugin-transform-unicode-sets-regex under the MIT license.
@babel/preset-env under the MIT license.
@babel/preset-modules under the MIT license.
@babel/preset-react under the MIT license.
@babel/preset-typescript under the MIT license.
@babel/runtime under the MIT license.
@babel/template under the MIT license.
@babel/traverse under the MIT license.
@babel/types under the MIT license.
@bcoe/v8-coverage under the MIT license.
@borewit/text-codec under the MIT license.
@bundled-es-modules/cookie under the ISC license.
@bundled-es-modules/statuses under the ISC license.
@bundled-es-modules/tough-cookie under the ISC license.
@cloudscape-design/board-components under the Apache-2.0 license.
@cloudscape-design/code-view under the Apache-2.0 license.
@cloudscape-design/collection-hooks under the Apache-2.0 license.
@cloudscape-design/component-toolkit under the Apache-2.0 license.
@cloudscape-design/components under the Apache-2.0 license.
@cloudscape-design/design-tokens under the Apache-2.0 license.
@cloudscape-design/global-styles under the Apache-2.0 license.
@cloudscape-design/test-utils-core under the Apache-2.0 license.
@cloudscape-design/theming-runtime under the Apache-2.0 license.
@cspotcode/source-map-support under the MIT license.
@csstools/color-helpers under the MIT-0 license.
@csstools/css-calc under the MIT license.
@csstools/css-color-parser under the MIT license.
@csstools/css-parser-algorithms under the MIT license.
@csstools/css-tokenizer under the MIT license.
@dnd-kit/accessibility under the MIT license.
@dnd-kit/core under the MIT license.
@dnd-kit/sortable under the MIT license.
@dnd-kit/utilities under the MIT license.
@emnapi/core under the MIT license.
@emnapi/runtime under the MIT license.
@emnapi/wasi-threads under the MIT license.
@emotion/babel-plugin under the MIT license.
@emotion/cache under the MIT license.
@emotion/hash under the MIT license.
@emotion/is-prop-valid under the MIT license.
@emotion/memoize under the MIT license.
@emotion/react under the MIT license.
@emotion/serialize under the MIT license.
@emotion/sheet under the MIT license.
@emotion/styled under the MIT license.
@emotion/unitless under the MIT license.
@emotion/use-insertion-effect-with-fallbacks under the MIT license.
@emotion/utils under the MIT license.
@emotion/weak-memoize under the MIT license.
@esbuild/aix-ppc64 under the MIT license.
@esbuild/android-arm64 under the MIT license.
@esbuild/android-arm under the MIT license.
@esbuild/android-x64 under the MIT license.
@esbuild/darwin-arm64 under the MIT license.
@esbuild/darwin-x64 under the MIT license.
@esbuild/freebsd-arm64 under the MIT license.
@esbuild/freebsd-x64 under the MIT license.
@esbuild/linux-arm64 under the MIT license.
@esbuild/linux-arm under the MIT license.
@esbuild/linux-ia32 under the MIT license.
@esbuild/linux-loong64 under the MIT license.
@esbuild/linux-mips64el under the MIT license.
@esbuild/linux-ppc64 under the MIT license.
@esbuild/linux-riscv64 under the MIT license.
@esbuild/linux-s390x under the MIT license.
@esbuild/linux-x64 under the MIT license.
@esbuild/netbsd-arm64 under the MIT license.
@esbuild/netbsd-x64 under the MIT license.
@esbuild/openbsd-arm64 under the MIT license.
@esbuild/openbsd-x64 under the MIT license.
@esbuild/openharmony-arm64 under the MIT license.
@esbuild/sunos-x64 under the MIT license.
@esbuild/win32-arm64 under the MIT license.
@esbuild/win32-ia32 under the MIT license.
@esbuild/win32-x64 under the MIT license.
@eslint-community/eslint-utils under the MIT license.
@eslint-community/regexpp under the MIT license.
@eslint/eslintrc under the MIT license.
@eslint/js under the MIT license.
@floating-ui/core under the MIT license.
@floating-ui/dom under the MIT license.
@floating-ui/react-dom under the MIT license.
@floating-ui/utils under the MIT license.
@formatjs/ecma402-abstract under the MIT license.
@formatjs/fast-memoize under the MIT license.
@formatjs/icu-messageformat-parser under the MIT license.
@formatjs/icu-skeleton-parser under the MIT license.
@formatjs/intl-localematcher under the MIT license.
@hapi/hoek under the BSD-3-Clause license.
@hapi/topo under the BSD-3-Clause license.
@hookform/devtools under the MIT license.
@hookform/resolvers under the MIT license.
@humanwhocodes/config-array under the Apache-2.0 license.
@humanwhocodes/module-importer under the Apache-2.0 license.
@humanwhocodes/object-schema under the BSD-3-Clause license.
@httptoolkit/websocket-stream under the BSD-2-Clause license.
@inquirer/ansi under the MIT license.
@inquirer/confirm under the MIT license.
@inquirer/core under the MIT license.
@inquirer/figures under the MIT license.
@inquirer/type under the MIT license.
@isaacs/balanced-match under the MIT license.
@isaacs/brace-expansion under the MIT license.
@isaacs/cliui under the ISC license.
@istanbuljs/load-nyc-config under the ISC license.
@istanbuljs/schema under the MIT license.
@jest/console under the MIT license.
@jest/core under the MIT license.
@jest/create-cache-key-function under the MIT license.
@jest/environment under the MIT license.
@jest/expect-utils under the MIT license.
@jest/expect under the MIT license.
@jest/fake-timers under the MIT license.
@jest/globals under the MIT license.
@jest/pattern under the MIT license.
@jest/reporters under the MIT license.
@jest/schemas under the MIT license.
@jest/source-map under the MIT license.
@jest/test-result under the MIT license.
@jest/test-sequencer under the MIT license.
@jest/transform under the MIT license.
@jest/types under the MIT license.
@joshwooding/vite-plugin-react-docgen-typescript under the MIT license.
@jridgewell/gen-mapping under the MIT license.
@jridgewell/remapping under the MIT license.
@jridgewell/resolve-uri under the MIT license.
@jridgewell/source-map under the MIT license.
@jridgewell/sourcemap-codec under the MIT license.
@jridgewell/trace-mapping under the MIT license.
@juggle/resize-observer under the Apache-2.0 license.
@material/material-color-utilities under the Apache-2.0 license.
@mdx-js/react under the MIT license.
@mediapipe/tasks-vision under the Apache-2.0 license.
@middy/core under the MIT license.
@monogrid/gainmap-js under the MIT license.
@mswjs/interceptors under the MIT license.
@napi-rs/nice-android-arm-eabi under the MIT license.
@napi-rs/nice-android-arm64 under the MIT license.
@napi-rs/nice-darwin-arm64 under the MIT license.
@napi-rs/nice-darwin-x64 under the MIT license.
@napi-rs/nice-freebsd-x64 under the MIT license.
@napi-rs/nice-linux-arm-gnueabihf under the MIT license.
@napi-rs/nice-linux-arm64-gnu under the MIT license.
@napi-rs/nice-linux-arm64-musl under the MIT license.
@napi-rs/nice-linux-ppc64-gnu under the MIT license.
@napi-rs/nice-linux-riscv64-gnu under the MIT license.
@napi-rs/nice-linux-s390x-gnu under the MIT license.
@napi-rs/nice-linux-x64-gnu under the MIT license.
@napi-rs/nice-linux-x64-musl under the MIT license.
@napi-rs/nice-openharmony-arm64 under the MIT license.
@napi-rs/nice-win32-arm64-msvc under the MIT license.
@napi-rs/nice-win32-ia32-msvc under the MIT license.
@napi-rs/nice-win32-x64-msvc under the MIT license.
@napi-rs/nice under the MIT license.
@napi-rs/wasm-runtime under the MIT license.
@nodable/entities under the MIT license.
@nodelib/fs.scandir under the MIT license.
@nodelib/fs.stat under the MIT license.
@nodelib/fs.walk under the MIT license.
@nolyfill/is-core-module under the MIT license.
@nrwl/cypress under the MIT license.
@nrwl/devkit under the MIT license.
@nrwl/eslint-plugin-nx under the MIT license.
@nrwl/js under the MIT license.
@nrwl/react under the MIT license.
@nrwl/storybook under the MIT license.
@nrwl/tao under the MIT license.
@nrwl/vite under the MIT license.
@nrwl/web under the MIT license.
@nrwl/workspace under the MIT license.
@nx/cypress under the MIT license.
@nx/devkit under the MIT license.
@nx/eslint-plugin under the MIT license.
@nx/eslint under the MIT license.
@nx/js under the MIT license.
@nx/linter under the MIT license.
@nx/nx-darwin-arm64 under the MIT license.
@nx/nx-darwin-x64 under the MIT license.
@nx/nx-freebsd-x64 under the MIT license.
@nx/nx-linux-arm-gnueabihf under the MIT license.
@nx/nx-linux-arm64-gnu under the MIT license.
@nx/nx-linux-arm64-musl under the MIT license.
@nx/nx-linux-x64-gnu under the MIT license.
@nx/nx-linux-x64-musl under the MIT license.
@nx/nx-win32-arm64-msvc under the MIT license.
@nx/nx-win32-x64-msvc under the MIT license.
@nx/react under the MIT license.
@nx/storybook under the MIT license.
@nx/vite under the MIT license.
@nx/web under the MIT license.
@nx/workspace under the MIT license.
@open-draft/deferred-promise under the MIT license.
@open-draft/logger under the MIT license.
@open-draft/until under the MIT license.
@oxc-resolver/binding-darwin-arm64 under the MIT license.
@oxc-resolver/binding-darwin-x64 under the MIT license.
@oxc-resolver/binding-freebsd-x64 under the MIT license.
@oxc-resolver/binding-linux-arm-gnueabihf under the MIT license.
@oxc-resolver/binding-linux-arm64-gnu under the MIT license.
@oxc-resolver/binding-linux-arm64-musl under the MIT license.
@oxc-resolver/binding-linux-riscv64-gnu under the MIT license.
@oxc-resolver/binding-linux-s390x-gnu under the MIT license.
@oxc-resolver/binding-linux-x64-gnu under the MIT license.
@oxc-resolver/binding-linux-x64-musl under the MIT license.
@oxc-resolver/binding-wasm32-wasi under the MIT license.
@oxc-resolver/binding-win32-arm64-msvc under the MIT license.
@oxc-resolver/binding-win32-x64-msvc under the MIT license.
@phenomnomnominal/tsquery under the MIT license.
@pkgjs/parseargs under the ISC license.
@pkgr/core under the MIT license.
@polka/url under the MIT license.
@radix-ui/number under the MIT license.
@radix-ui/primitive under the MIT license.
@radix-ui/react-arrow under the MIT license.
@radix-ui/react-collection under the MIT license.
@radix-ui/react-compose-refs under the MIT license.
@radix-ui/react-context under the MIT license.
@radix-ui/react-direction under the MIT license.
@radix-ui/react-dismissable-layer under the MIT license.
@radix-ui/react-dropdown-menu under the MIT license.
@radix-ui/react-focus-guards under the MIT license.
@radix-ui/react-focus-scope under the MIT license.
@radix-ui/react-id under the MIT license.
@radix-ui/react-menu under the MIT license.
@radix-ui/react-popper under the MIT license.
@radix-ui/react-portal under the MIT license.
@radix-ui/react-presence under the MIT license.
@radix-ui/react-primitive under the MIT license.
@radix-ui/react-roving-focus under the MIT license.
@radix-ui/react-slider under the MIT license.
@radix-ui/react-slot under the MIT license.
@radix-ui/react-use-callback-ref under the MIT license.
@radix-ui/react-use-controllable-state under the MIT license.
@radix-ui/react-use-effect-event under the MIT license.
@radix-ui/react-use-escape-keydown under the MIT license.
@radix-ui/react-use-layout-effect under the MIT license.
@radix-ui/react-use-previous under the MIT license.
@radix-ui/react-use-rect under the MIT license.
@radix-ui/react-use-size under the MIT license.
@radix-ui/rect under the MIT license.
@react-spring/animated under the MIT license.
@react-spring/core under the MIT license.
@react-spring/rafz under the MIT license.
@react-spring/shared under the MIT license.
@react-spring/three under the MIT license.
@react-spring/types under the MIT license.
@react-three/drei under the MIT license.
@react-three/fiber under the MIT license.
@reduxjs/toolkit under the MIT license.
@remix-run/router under the MIT license.
@rolldown/pluginutils under the MIT license.
@rollup/pluginutils under the MIT license.
@rollup/rollup-android-arm-eabi under the MIT license.
@rollup/rollup-android-arm64 under the MIT license.
@rollup/rollup-darwin-arm64 under the MIT license.
@rollup/rollup-darwin-x64 under the MIT license.
@rollup/rollup-freebsd-arm64 under the MIT license.
@rollup/rollup-freebsd-x64 under the MIT license.
@rollup/rollup-linux-arm-gnueabihf under the MIT license.
@rollup/rollup-linux-arm-musleabihf under the MIT license.
@rollup/rollup-linux-arm64-gnu under the MIT license.
@rollup/rollup-linux-arm64-musl under the MIT license.
@rollup/rollup-linux-loong64-gnu under the MIT license.
@rollup/rollup-linux-loong64-musl under the MIT license.
@rollup/rollup-linux-ppc64-gnu under the MIT license.
@rollup/rollup-linux-ppc64-musl under the MIT license.
@rollup/rollup-linux-riscv64-gnu under the MIT license.
@rollup/rollup-linux-riscv64-musl under the MIT license.
@rollup/rollup-linux-s390x-gnu under the MIT license.
@rollup/rollup-linux-x64-gnu under the MIT license.
@rollup/rollup-linux-x64-musl under the MIT license.
@rollup/rollup-openbsd-x64 under the MIT license.
@rollup/rollup-openharmony-arm64 under the MIT license.
@rollup/rollup-win32-arm64-msvc under the MIT license.
@rollup/rollup-win32-ia32-msvc under the MIT license.
@rollup/rollup-win32-x64-gnu under the MIT license.
@rollup/rollup-win32-x64-msvc under the MIT license.
@sideway/address under the BSD-3-Clause license.
@sideway/formula under the BSD-3-Clause license.
@sideway/pinpoint under the BSD-3-Clause license.
@sinclair/typebox under the MIT license.
@sindresorhus/is under the MIT license.
@sinonjs/commons under the BSD-3-Clause license.
@sinonjs/fake-timers under the BSD-3-Clause license.
@sinonjs/samsam under the BSD-3-Clause license.
@sinonjs/text-encoding under the Apache-2.0 license.
@smithy/abort-controller under the Apache-2.0 license.
@smithy/chunked-blob-reader-native under the Apache-2.0 license.
@smithy/chunked-blob-reader under the Apache-2.0 license.
@smithy/config-resolver under the Apache-2.0 license.
@smithy/core under the Apache-2.0 license.
@smithy/credential-provider-imds under the Apache-2.0 license.
@smithy/eventstream-codec under the Apache-2.0 license.
@smithy/eventstream-serde-browser under the Apache-2.0 license.
@smithy/eventstream-serde-config-resolver under the Apache-2.0 license.
@smithy/eventstream-serde-node under the Apache-2.0 license.
@smithy/eventstream-serde-universal under the Apache-2.0 license.
@smithy/fetch-http-handler under the Apache-2.0 license.
@smithy/hash-blob-browser under the Apache-2.0 license.
@smithy/hash-node under the Apache-2.0 license.
@smithy/hash-stream-node under the Apache-2.0 license.
@smithy/invalid-dependency under the Apache-2.0 license.
@smithy/is-array-buffer under the Apache-2.0 license.
@smithy/md5-js under the Apache-2.0 license.
@smithy/middleware-compression under the Apache-2.0 license.
@smithy/middleware-content-length under the Apache-2.0 license.
@smithy/middleware-endpoint under the Apache-2.0 license.
@smithy/middleware-retry under the Apache-2.0 license.
@smithy/middleware-serde under the Apache-2.0 license.
@smithy/middleware-stack under the Apache-2.0 license.
@smithy/node-config-provider under the Apache-2.0 license.
@smithy/node-http-handler under the Apache-2.0 license.
@smithy/property-provider under the Apache-2.0 license.
@smithy/protocol-http under the Apache-2.0 license.
@smithy/querystring-builder under the Apache-2.0 license.
@smithy/querystring-parser under the Apache-2.0 license.
@smithy/service-error-classification under the Apache-2.0 license.
@smithy/shared-ini-file-loader under the Apache-2.0 license.
@smithy/signature-v4 under the Apache-2.0 license.
@smithy/smithy-client under the Apache-2.0 license.
@smithy/types under the Apache-2.0 license.
@smithy/url-parser under the Apache-2.0 license.
@smithy/util-base64 under the Apache-2.0 license.
@smithy/util-body-length-browser under the Apache-2.0 license.
@smithy/util-body-length-node under the Apache-2.0 license.
@smithy/util-buffer-from under the Apache-2.0 license.
@smithy/util-config-provider under the Apache-2.0 license.
@smithy/util-defaults-mode-browser under the Apache-2.0 license.
@smithy/util-defaults-mode-node under the Apache-2.0 license.
@smithy/util-endpoints under the Apache-2.0 license.
@smithy/util-hex-encoding under the Apache-2.0 license.
@smithy/util-middleware under the Apache-2.0 license.
@smithy/util-retry under the Apache-2.0 license.
@smithy/util-stream under the Apache-2.0 license.
@smithy/util-uri-escape under the Apache-2.0 license.
@smithy/util-utf8 under the Apache-2.0 license.
@smithy/util-waiter under the Apache-2.0 license.
@smithy/uuid under the Apache-2.0 license.
@standard-schema/utils under the MIT license.
@storybook/addon-actions under the MIT license.
@storybook/addon-backgrounds under the MIT license.
@storybook/addon-console under the MIT license.
@storybook/addon-controls under the MIT license.
@storybook/addon-docs under the MIT license.
@storybook/addon-essentials under the MIT license.
@storybook/addon-highlight under the MIT license.
@storybook/addon-interactions under the MIT license.
@storybook/addon-links under the MIT license.
@storybook/addon-measure under the MIT license.
@storybook/addon-outline under the MIT license.
@storybook/addon-toolbars under the MIT license.
@storybook/addon-viewport under the MIT license.
@storybook/blocks under the MIT license.
@storybook/builder-vite under the MIT license.
@storybook/components under the MIT license.
@storybook/core-common under the MIT license.
@storybook/core-server under the MIT license.
@storybook/core under the MIT license.
@storybook/csf-plugin under the MIT license.
@storybook/csf-tools under the MIT license.
@storybook/csf under the MIT license.
@storybook/global under the MIT license.
@storybook/icons under the MIT license.
@storybook/instrumenter under the MIT license.
@storybook/manager-api under the MIT license.
@storybook/preview-api under the MIT license.
@storybook/react-dom-shim under the MIT license.
@storybook/react-vite under the MIT license.
@storybook/react under the MIT license.
@storybook/test-runner under the MIT license.
@storybook/test under the MIT license.
@storybook/theming under the MIT license.
@stylistic/eslint-plugin under the MIT license.
@svgr/babel-plugin-add-jsx-attribute under the MIT license.
@svgr/babel-plugin-remove-jsx-attribute under the MIT license.
@svgr/babel-plugin-remove-jsx-empty-expression under the MIT license.
@svgr/babel-plugin-replace-jsx-attribute-value under the MIT license.
@svgr/babel-plugin-svg-dynamic-title under the MIT license.
@svgr/babel-plugin-svg-em-dimensions under the MIT license.
@svgr/babel-plugin-transform-react-native-svg under the MIT license.
@svgr/babel-plugin-transform-svg-component under the MIT license.
@svgr/babel-preset under the MIT license.
@svgr/core under the MIT license.
@svgr/hast-util-to-babel-ast under the MIT license.
@svgr/plugin-jsx under the MIT license.
@svgr/plugin-svgo under the MIT license.
@svgr/webpack under the MIT license.
@swc-node/core under the MIT license.
@swc-node/register under the MIT license.
@swc-node/sourcemap-support under the MIT license.
@swc/cli under the MIT license.
@swc/core-darwin-arm64 under the Apache-2.0 AND MIT licenses.
@swc/core-darwin-x64 under the Apache-2.0 AND MIT licenses.
@swc/core-linux-arm-gnueabihf under the Apache-2.0 license.
@swc/core-linux-arm64-gnu under the Apache-2.0 AND MIT licenses.
@swc/core-linux-arm64-musl under the Apache-2.0 AND MIT licenses.
@swc/core-linux-x64-gnu under the Apache-2.0 AND MIT licenses.
@swc/core-linux-x64-musl under the Apache-2.0 AND MIT licenses.
@swc/core-win32-arm64-msvc under the Apache-2.0 AND MIT licenses.
@swc/core-win32-ia32-msvc under the Apache-2.0 AND MIT licenses.
@swc/core-win32-x64-msvc under the Apache-2.0 AND MIT licenses.
@swc/core under the Apache-2.0 license.
@swc/counter under the Apache-2.0 license.
@swc/helpers under the Apache-2.0 license.
@swc/jest under the MIT license.
@swc/types under the Apache-2.0 license.
@szmarczak/http-timer under the MIT license.
@testing-library/dom under the MIT license.
@testing-library/jest-dom under the MIT license.
@testing-library/react under the MIT license.
@testing-library/user-event under the MIT license.
@tokenizer/inflate under the MIT license.
@tokenizer/token under the MIT license.
@trysound/sax under the ISC license.
@tsconfig/node10 under the MIT license.
@tsconfig/node12 under the MIT license.
@tsconfig/node14 under the MIT license.
@tsconfig/node16 under the MIT license.
@tweenjs/tween.js under the MIT license.
@tybys/wasm-util under the MIT license.
@types/archiver under the MIT license.
@types/aria-query under the MIT license.
@types/aws-lambda under the MIT license.
@types/babel__core under the MIT license.
@types/babel__generator under the MIT license.
@types/babel__template under the MIT license.
@types/babel__traverse under the MIT license.
@types/chai under the MIT license.
@types/cls-hooked under the MIT license.
@types/cookie under the MIT license.
@types/deep-eql under the MIT license.
@types/doctrine under the MIT license.
@types/draco3d under the MIT license.
@types/eslint-scope under the MIT license.
@types/eslint under the MIT license.
@types/estree under the MIT license.
@types/graceful-fs under the MIT license.
@types/http-cache-semantics under the MIT license.
@types/humanize-duration under the MIT license.
@types/istanbul-lib-coverage under the MIT license.
@types/istanbul-lib-report under the MIT license.
@types/istanbul-reports under the MIT license.
@types/js-yaml under the MIT license.
@types/json-schema under the MIT license.
@types/json5 under the MIT license.
@types/lodash under the MIT license.
@types/mdx under the MIT license.
@types/node under the MIT license.
@types/offscreencanvas under the MIT license.
@types/parse-json under the MIT license.
@types/prop-types under the MIT license.
@types/react-dom under the MIT license.
@types/react-reconciler under the MIT license.
@types/react under the MIT license.
@types/readdir-glob under the MIT license.
@types/resolve under the MIT license.
@types/semver under the MIT license.
@types/sinon under the MIT license.
@types/sinonjs__fake-timers under the MIT license.
@types/stack-utils under the MIT license.
@types/stats.js under the MIT license.
@types/statuses under the MIT license.
@types/three under the MIT license.
@types/tough-cookie under the MIT license.
@types/use-sync-external-store under the MIT license.
@types/uuid under the MIT license.
@types/wait-on under the MIT license.
@types/webxr under the MIT license.
@types/ws under the MIT license.
@types/yargs-parser under the MIT license.
@types/yargs under the MIT license.
@typescript-eslint/eslint-plugin under the MIT license.
@typescript-eslint/parser under the BSD-2-Clause license.
@typescript-eslint/project-service under the MIT license.
@typescript-eslint/scope-manager under the MIT license.
@typescript-eslint/tsconfig-utils under the MIT license.
@typescript-eslint/type-utils under the MIT license.
@typescript-eslint/types under the MIT license.
@typescript-eslint/typescript-estree under the MIT license.
@typescript-eslint/utils under the MIT license.
@typescript-eslint/visitor-keys under the MIT license.
@ungap/structured-clone under the ISC license.
@unrs/resolver-binding-android-arm-eabi under the MIT license.
@unrs/resolver-binding-android-arm64 under the MIT license.
@unrs/resolver-binding-darwin-arm64 under the MIT license.
@unrs/resolver-binding-darwin-x64 under the MIT license.
@unrs/resolver-binding-freebsd-x64 under the MIT license.
@unrs/resolver-binding-linux-arm-gnueabihf under the MIT license.
@unrs/resolver-binding-linux-arm-musleabihf under the MIT license.
@unrs/resolver-binding-linux-arm64-gnu under the MIT license.
@unrs/resolver-binding-linux-arm64-musl under the MIT license.
@unrs/resolver-binding-linux-ppc64-gnu under the MIT license.
@unrs/resolver-binding-linux-riscv64-gnu under the MIT license.
@unrs/resolver-binding-linux-riscv64-musl under the MIT license.
@unrs/resolver-binding-linux-s390x-gnu under the MIT license.
@unrs/resolver-binding-linux-x64-gnu under the MIT license.
@unrs/resolver-binding-linux-x64-musl under the MIT license.
@unrs/resolver-binding-wasm32-wasi under the MIT license.
@unrs/resolver-binding-win32-arm64-msvc under the MIT license.
@unrs/resolver-binding-win32-ia32-msvc under the MIT license.
@unrs/resolver-binding-win32-x64-msvc under the MIT license.
@use-gesture/core under the MIT license.
@use-gesture/react under the MIT license.
@vitejs/plugin-react-swc under the MIT license.
@vitest/coverage-v8 under the MIT license.
@vitest/expect under the MIT license.
@vitest/mocker under the MIT license.
@vitest/pretty-format under the MIT license.
@vitest/runner under the MIT license.
@vitest/snapshot under the MIT license.
@vitest/spy under the MIT license.
@vitest/ui under the MIT license.
@vitest/utils under the MIT license.
@webassemblyjs/ast under the MIT license.
@webassemblyjs/floating-point-hex-parser under the MIT license.
@webassemblyjs/helper-api-error under the MIT license.
@webassemblyjs/helper-buffer under the MIT license.
@webassemblyjs/helper-numbers under the MIT license.
@webassemblyjs/helper-wasm-bytecode under the MIT license.
@webassemblyjs/helper-wasm-section under the MIT license.
@webassemblyjs/ieee754 under the MIT license.
@webassemblyjs/leb128 under the Apache-2.0 license.
@webassemblyjs/utf8 under the MIT license.
@webassemblyjs/wasm-edit under the MIT license.
@webassemblyjs/wasm-gen under the MIT license.
@webassemblyjs/wasm-opt under the MIT license.
@webassemblyjs/wasm-parser under the MIT license.
@webassemblyjs/wast-printer under the MIT license.
@webgpu/types under the BSD-3-Clause license.
@xhmikosr/archive-type under the MIT license.
@xhmikosr/bin-check under the MIT license.
@xhmikosr/bin-wrapper under the MIT license.
@xhmikosr/decompress-tar under the MIT license.
@xhmikosr/decompress-tarbz2 under the MIT license.
@xhmikosr/decompress-targz under the MIT license.
@xhmikosr/decompress-unzip under the MIT license.
@xhmikosr/decompress under the MIT license.
@xhmikosr/downloader under the MIT license.
@xhmikosr/os-filter-obj under the MIT license.
@xstate/react under the MIT license.
@xtuc/ieee754 under the BSD-3-Clause license.
@xtuc/long under the Apache-2.0 license.
@yarnpkg/lockfile under the BSD-2-Clause license.
@yarnpkg/parsers under the BSD-2-Clause license.
@zkochan/js-yaml under the MIT license.
@aws-cdk/aws-service-spec under the Apache-2.0 license.
@aws-cdk/cloudformation-diff under the Apache-2.0 license.
@aws-cdk/cx-api under the Apache-2.0 license.
@aws-cdk/service-spec-types under the Apache-2.0 license.
@aws-sdk/credential-provider-cognito-identity under the Apache-2.0 license.
@aws-sdk/credential-provider-login under the Apache-2.0 license.
@aws-sdk/credential-providers under the Apache-2.0 license.
@aws-sdk/property-provider under the Apache-2.0 license.
@cdklabs/tskb under the Apache-2.0 license.
@jridgewell/set-array under the MIT license.
@oclif/core under the MIT license.
@oclif/linewrap under the ISC license.
@oclif/plugin-help under the MIT license.
@oclif/screen under the MIT license.
@rtsao/scc under the MIT license.
@types/aws4 under the MIT license.
@types/cacheable-request under the MIT license.
@types/cli-progress under the MIT license.
@types/keyv under the MIT license.
@types/responselike under the MIT license.
numpy under the BSD-3-Clause license.
scipy under the 0BSD license.
shapely under the 0BSD license.
flake8 under the MIT license.
tensorflow under the Apache-2.0 license.
tensorflow-probability under the Apache-2.0 license.
tf_keras under the Apache-2.0 license.
keras under the Apache-2.0 license.
pandas under the Apache-2.0 license.
matplotlib under the Apache-2.0 license.
gymnasium under the MIT license.
PyOpenGL under the 0BSD license.
annoy under the Apache-2.0 license.
redis under the MIT license.
psutil under the BSD-3-Clause license.
kubernetes under the Apache-2.0 license.
minio under the Apache-2.0 license.
pytest-cov under the MIT license.
coach-base under the Apache-2.0 license.
scikit-learn under the BSD 3-Clause License.
scikit-image under the 0BSD license.
pillow under the MIT-CMU License.
ale-py under the GPL-2.0-only license.
pygame under the LGPL license(s).
bokeh under the BSD 3-Clause.
pytest under the MIT license.
ament_cmake license under the Apache-2.0 license.
rclcpp license under the Apache-2.0 license.
rmw under the Apache-2.0 license.
rosidl_generator_c under the Apache-2.0 license.
aws_common under the Apache-2.0 license.
ament_cmake_gtest under the Apache-2.0 license.
aws_ros2_common under the Apache-2.0 license.
AWSSDK under the Apache-2.0 license.
ament_cmake_gmock under the Apache-2.0 license.
geometry_msgs under the Apache-2.0 license.
kinesis_video_msgs under the Apache-2.0 license.
kinesis_webrtc_manager under the Apache-2.0 license.
std_msgs under the Apache-2.0 license.
kinesis_webrtc_streamer under the Apache-2.0 license.
kinesis_manager under the Apache-2.0 license.
image_transport under the BSD license.
rmw_implementation under the Apache-2.0 license.
kinesis_video_streamer under the Apache-2.0 license.
rosidl_default_generators under the Apache-2.0 license.
diagnostic_msgs under the Apache-2.0 license.
h264_encoder_core under the Apache-2.0 license.
sensor_msgs under the Apache-2.0 license.
h264_video_encoder under the Apache-2.0 license.
PkgConfig under the MIT license.
CURL under the curl license.
KVSSDK under the Apache-2.0 license.
ament_cmake_python under the Apache-2.0 license.
cv_bridge under the Apache-2.0 license.
ament_lint_auto under the Apache-2.0 license.
ament_cmake_pytest under the Apache-2.0 license.
deepracer_simulation_environment under the Apache-2.0 license.
std_srvs license under the Apache-2.0 license.
deepracer_msgs under the Apache-2.0 license.
gz-sim8 license under the Apache-2.0 license.
gz-plugin2 under the Apache-2.0 license.
deepracer_gazebo_system_plugin under the Apache-2.0 license.
catkin license under the Apache-2.0 license.
libproducer under the Apache-2.0 license.
producer under the Apache-2.0 license.
fractional-indexing under the CC0-1.0 license
********************
OPEN SOURCE LICENSES
********************
0BSD - http://landley.net/toybox/license.html
Apache-2.0 - https://www.apache.org/licenses/LICENSE-2.0
BSD-2-Clause - https://opensource.org/licenses/BSD-2-Clause
BSD-3-Clause - https://opensource.org/licenses/BSD-3-Clause
ISC - https://www.isc.org/licenses/
MIT - https://opensource.org/license/mit/
MIT-0 - https://github.com/aws/mit-0
curl - https://curl.se/docs/copyright.html
LGPL - https://spdx.org/licenses/LGPL-2.1-or-later.html
CC0-1.0 - https://creativecommons.org/publicdomain/zero/1.0/