@@ -3864,6 +3864,8 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3864
3864
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3865
3865
--------------------------------------------------------------------------------
3866
3866
charcode
3867
+ http
3868
+ http_parser
3867
3869
matcher
3868
3870
path
3869
3871
source_span
@@ -4631,6 +4633,31 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4631
4633
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4632
4634
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4633
4635
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4636
+ --------------------------------------------------------------------------------
4637
+ device_preview
4638
+
4639
+ MIT License
4640
+
4641
+ Copyright (c) 2019 Aloïs Deniel
4642
+
4643
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4644
+ of this software and associated documentation files (the "Software"), to deal
4645
+ in the Software without restriction, including without limitation the rights
4646
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4647
+ copies of the Software, and to permit persons to whom the Software is
4648
+ furnished to do so, subject to the following conditions:
4649
+
4650
+ The above copyright notice and this permission notice shall be included in all
4651
+ copies or substantial portions of the Software.
4652
+
4653
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4654
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4655
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4656
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4657
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4658
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4659
+ SOFTWARE.
4660
+
4634
4661
--------------------------------------------------------------------------------
4635
4662
double-conversion
4636
4663
icu
@@ -5647,6 +5674,30 @@ Legal Terms
5647
5674
5648
5675
--- end of FTL.TXT ---
5649
5676
--------------------------------------------------------------------------------
5677
+ freezed_annotation
5678
+
5679
+ MIT License
5680
+
5681
+ Copyright (c) 2020 Remi Rousselet
5682
+
5683
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5684
+ of this software and associated documentation files (the "Software"), to deal
5685
+ in the Software without restriction, including without limitation the rights
5686
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5687
+ copies of the Software, and to permit persons to whom the Software is
5688
+ furnished to do so, subject to the following conditions:
5689
+
5690
+ The above copyright notice and this permission notice shall be included in all
5691
+ copies or substantial portions of the Software.
5692
+
5693
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5694
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5695
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5696
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5697
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5698
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5699
+ SOFTWARE.
5700
+ --------------------------------------------------------------------------------
5650
5701
fuchsia_sdk
5651
5702
5652
5703
Copyright 2013 The Fuchsia Authors. All rights reserved.
@@ -9185,6 +9236,38 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9185
9236
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9186
9237
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9187
9238
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9239
+ --------------------------------------------------------------------------------
9240
+ json_annotation
9241
+ pedantic
9242
+ term_glyph
9243
+
9244
+ Copyright 2017, the Dart project authors. All rights reserved.
9245
+ Redistribution and use in source and binary forms, with or without
9246
+ modification, are permitted provided that the following conditions are
9247
+ met:
9248
+
9249
+ * Redistributions of source code must retain the above copyright
9250
+ notice, this list of conditions and the following disclaimer.
9251
+ * Redistributions in binary form must reproduce the above
9252
+ copyright notice, this list of conditions and the following
9253
+ disclaimer in the documentation and/or other materials provided
9254
+ with the distribution.
9255
+ * Neither the name of Google Inc. nor the names of its
9256
+ contributors may be used to endorse or promote products derived
9257
+ from this software without specific prior written permission.
9258
+
9259
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9260
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9261
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
9262
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
9263
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
9264
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9265
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
9266
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9267
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9268
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9269
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9270
+
9188
9271
--------------------------------------------------------------------------------
9189
9272
khronos
9190
9273
@@ -11569,6 +11652,97 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
11569
11652
11570
11653
This Source Code Form is "Incompatible With Secondary Licenses", as
11571
11654
defined by the Mozilla Public License, v. 2.0.
11655
+ --------------------------------------------------------------------------------
11656
+ shared_preferences
11657
+ shared_preferences_platform_interface
11658
+
11659
+ // Copyright 2017 The Chromium Authors. All rights reserved.
11660
+ //
11661
+ // Redistribution and use in source and binary forms, with or without
11662
+ // modification, are permitted provided that the following conditions are
11663
+ // met:
11664
+ //
11665
+ // * Redistributions of source code must retain the above copyright
11666
+ // notice, this list of conditions and the following disclaimer.
11667
+ // * Redistributions in binary form must reproduce the above
11668
+ // copyright notice, this list of conditions and the following disclaimer
11669
+ // in the documentation and/or other materials provided with the
11670
+ // distribution.
11671
+ // * Neither the name of Google Inc. nor the names of its
11672
+ // contributors may be used to endorse or promote products derived from
11673
+ // this software without specific prior written permission.
11674
+ //
11675
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11676
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11677
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11678
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11679
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11680
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11681
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11682
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11683
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11684
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11685
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11686
+ --------------------------------------------------------------------------------
11687
+ shared_preferences_macos
11688
+
11689
+ Copyright 2017, the Flutter project authors. All rights reserved.
11690
+ Redistribution and use in source and binary forms, with or without
11691
+ modification, are permitted provided that the following conditions are
11692
+ met:
11693
+
11694
+ * Redistributions of source code must retain the above copyright
11695
+ notice, this list of conditions and the following disclaimer.
11696
+ * Redistributions in binary form must reproduce the above
11697
+ copyright notice, this list of conditions and the following
11698
+ disclaimer in the documentation and/or other materials provided
11699
+ with the distribution.
11700
+ * Neither the name of Google Inc. nor the names of its
11701
+ contributors may be used to endorse or promote products derived
11702
+ from this software without specific prior written permission.
11703
+
11704
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11705
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11706
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11707
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11708
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11709
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11710
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11711
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11712
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11713
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11714
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11715
+ --------------------------------------------------------------------------------
11716
+ shared_preferences_web
11717
+
11718
+ // Copyright 2019 The Chromium Authors. All rights reserved.
11719
+ //
11720
+ // Redistribution and use in source and binary forms, with or without
11721
+ // modification, are permitted provided that the following conditions are
11722
+ // met:
11723
+ //
11724
+ // * Redistributions of source code must retain the above copyright
11725
+ // notice, this list of conditions and the following disclaimer.
11726
+ // * Redistributions in binary form must reproduce the above
11727
+ // copyright notice, this list of conditions and the following disclaimer
11728
+ // in the documentation and/or other materials provided with the
11729
+ // distribution.
11730
+ // * Neither the name of Google Inc. nor the names of its
11731
+ // contributors may be used to endorse or promote products derived from
11732
+ // this software without specific prior written permission.
11733
+ //
11734
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11735
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11736
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11737
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11738
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11739
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11740
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11741
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11742
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11743
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11744
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11745
+
11572
11746
--------------------------------------------------------------------------------
11573
11747
skcms
11574
11748
@@ -13228,36 +13402,6 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13228
13402
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13229
13403
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
13230
13404
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13231
- --------------------------------------------------------------------------------
13232
- term_glyph
13233
-
13234
- Copyright 2017, the Dart project authors. All rights reserved.
13235
- Redistribution and use in source and binary forms, with or without
13236
- modification, are permitted provided that the following conditions are
13237
- met:
13238
-
13239
- * Redistributions of source code must retain the above copyright
13240
- notice, this list of conditions and the following disclaimer.
13241
- * Redistributions in binary form must reproduce the above
13242
- copyright notice, this list of conditions and the following
13243
- disclaimer in the documentation and/or other materials provided
13244
- with the distribution.
13245
- * Neither the name of Google Inc. nor the names of its
13246
- contributors may be used to endorse or promote products derived
13247
- from this software without specific prior written permission.
13248
-
13249
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
13250
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
13251
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
13252
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
13253
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
13254
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
13255
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13256
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13257
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13258
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
13259
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13260
-
13261
13405
--------------------------------------------------------------------------------
13262
13406
test_api
13263
13407
0 commit comments