flet-web 0.70.0.dev5494__py3-none-any.whl → 0.70.0.dev5509__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of flet-web might be problematic. Click here for more details.
- flet_web/version.py +1 -1
- flet_web/web/assets/NOTICES +759 -134
- flet_web/web/canvaskit/canvaskit.js +5 -5
- flet_web/web/canvaskit/canvaskit.js.symbols +11768 -11724
- flet_web/web/canvaskit/canvaskit.wasm +0 -0
- flet_web/web/canvaskit/chromium/canvaskit.js +5 -5
- flet_web/web/canvaskit/chromium/canvaskit.js.symbols +10764 -10708
- flet_web/web/canvaskit/chromium/canvaskit.wasm +0 -0
- flet_web/web/canvaskit/skwasm.js +113 -110
- flet_web/web/canvaskit/skwasm.js.symbols +12096 -12005
- flet_web/web/canvaskit/skwasm.wasm +0 -0
- flet_web/web/canvaskit/skwasm_heavy.js +140 -0
- flet_web/web/canvaskit/skwasm_heavy.js.symbols +13766 -0
- flet_web/web/canvaskit/skwasm_heavy.wasm +0 -0
- flet_web/web/flutter.js +3 -3
- flet_web/web/flutter.js.map +3 -3
- flet_web/web/flutter_bootstrap.js +5 -5
- flet_web/web/flutter_service_worker.js +18 -15
- flet_web/web/main.dart.js +151466 -150048
- flet_web/web/main.dart.mjs +829 -33982
- flet_web/web/main.dart.wasm +0 -0
- flet_web/web/pyodide/micropip-0.8.0-py3-none-any.whl +2 -2
- {flet_web-0.70.0.dev5494.dist-info → flet_web-0.70.0.dev5509.dist-info}/METADATA +2 -2
- {flet_web-0.70.0.dev5494.dist-info → flet_web-0.70.0.dev5509.dist-info}/RECORD +26 -23
- {flet_web-0.70.0.dev5494.dist-info → flet_web-0.70.0.dev5509.dist-info}/WHEEL +0 -0
- {flet_web-0.70.0.dev5494.dist-info → flet_web-0.70.0.dev5509.dist-info}/top_level.txt +0 -0
flet_web/web/assets/NOTICES
CHANGED
|
@@ -2632,7 +2632,6 @@ path_provider_linux
|
|
|
2632
2632
|
path_provider_platform_interface
|
|
2633
2633
|
path_provider_windows
|
|
2634
2634
|
plugin_platform_interface
|
|
2635
|
-
process
|
|
2636
2635
|
shared_preferences
|
|
2637
2636
|
shared_preferences_android
|
|
2638
2637
|
shared_preferences_foundation
|
|
@@ -4165,11 +4164,14 @@ Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net>
|
|
|
4165
4164
|
Copyright (c) 2000-2005 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
|
|
4166
4165
|
Copyright (c) 2001-2002 Greg Stein <gstein@users.sourceforge.net>
|
|
4167
4166
|
Copyright (c) 2002-2016 Karl Waclawek <karl@waclawek.net>
|
|
4168
|
-
Copyright (c) 2016-
|
|
4167
|
+
Copyright (c) 2016-2025 Sebastian Pipping <sebastian@pipping.org>
|
|
4169
4168
|
Copyright (c) 2016 Cristian Rodríguez <crrodriguez@opensuse.org>
|
|
4170
4169
|
Copyright (c) 2016 Thomas Beutlich <tc@tbeu.de>
|
|
4171
4170
|
Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
|
|
4172
4171
|
Copyright (c) 2022 Thijs Schreijer <thijs@thijsschreijer.nl>
|
|
4172
|
+
Copyright (c) 2023 Hanno Böck <hanno@gentoo.org>
|
|
4173
|
+
Copyright (c) 2023 Sony Corporation / Snild Dolkow <snild@sony.com>
|
|
4174
|
+
Copyright (c) 2024 Taichi Haradaguchi <20001722@ymail.ne.jp>
|
|
4173
4175
|
|
|
4174
4176
|
Licensed under the MIT license:
|
|
4175
4177
|
|
|
@@ -4201,7 +4203,7 @@ Copyright (c) 2001-2002 Greg Stein <gstein@users.sourceforge.net>
|
|
|
4201
4203
|
Copyright (c) 2002-2016 Karl Waclawek <karl@waclawek.net>
|
|
4202
4204
|
Copyright (c) 2005-2009 Steven Solie <steven@solie.ca>
|
|
4203
4205
|
Copyright (c) 2016 Eric Rahm <erahm@mozilla.com>
|
|
4204
|
-
Copyright (c) 2016-
|
|
4206
|
+
Copyright (c) 2016-2025 Sebastian Pipping <sebastian@pipping.org>
|
|
4205
4207
|
Copyright (c) 2016 Gaurav <g.gupta@samsung.com>
|
|
4206
4208
|
Copyright (c) 2016 Thomas Beutlich <tc@tbeu.de>
|
|
4207
4209
|
Copyright (c) 2016 Gustavo Grieco <gustavo.grieco@imag.fr>
|
|
@@ -4220,10 +4222,15 @@ Copyright (c) 2018 Mariusz Zaborski <oshogbo@vexillium.org>
|
|
|
4220
4222
|
Copyright (c) 2019 David Loffredo <loffredo@steptools.com>
|
|
4221
4223
|
Copyright (c) 2019-2020 Ben Wagner <bungeman@chromium.org>
|
|
4222
4224
|
Copyright (c) 2019 Vadim Zeitlin <vadim@zeitlins.org>
|
|
4223
|
-
Copyright (c) 2021
|
|
4225
|
+
Copyright (c) 2021 Donghee Na <donghee.na@python.org>
|
|
4224
4226
|
Copyright (c) 2022 Samanta Navarro <ferivoz@riseup.net>
|
|
4225
4227
|
Copyright (c) 2022 Jeffrey Walton <noloader@gmail.com>
|
|
4226
4228
|
Copyright (c) 2022 Jann Horn <jannh@google.com>
|
|
4229
|
+
Copyright (c) 2022 Sean McBride <sean@rogue-research.com>
|
|
4230
|
+
Copyright (c) 2023 Owain Davies <owaind@bath.edu>
|
|
4231
|
+
Copyright (c) 2023-2024 Sony Corporation / Snild Dolkow <snild@sony.com>
|
|
4232
|
+
Copyright (c) 2024-2025 Berkay Eren Ürün <berkay.ueruen@siemens.com>
|
|
4233
|
+
Copyright (c) 2024 Hanno Böck <hanno@gentoo.org>
|
|
4227
4234
|
|
|
4228
4235
|
Licensed under the MIT license:
|
|
4229
4236
|
|
|
@@ -4284,7 +4291,7 @@ Copyright (c) 2001-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
|
|
|
4284
4291
|
Copyright (c) 2002 Greg Stein <gstein@users.sourceforge.net>
|
|
4285
4292
|
Copyright (c) 2002-2016 Karl Waclawek <karl@waclawek.net>
|
|
4286
4293
|
Copyright (c) 2005-2009 Steven Solie <steven@solie.ca>
|
|
4287
|
-
Copyright (c) 2016-
|
|
4294
|
+
Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org>
|
|
4288
4295
|
Copyright (c) 2016 Pascal Cuoq <cuoq@trust-in-soft.com>
|
|
4289
4296
|
Copyright (c) 2016 Don Lewis <truckman@apache.org>
|
|
4290
4297
|
Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
|
|
@@ -4292,8 +4299,10 @@ Copyright (c) 2017 Alexander Bluhm <alexander.bluhm@gmx.net>
|
|
|
4292
4299
|
Copyright (c) 2017 Benbuck Nason <bnason@netflix.com>
|
|
4293
4300
|
Copyright (c) 2017 José Gutiérrez de la Concha <jose@zeroc.com>
|
|
4294
4301
|
Copyright (c) 2019 David Loffredo <loffredo@steptools.com>
|
|
4295
|
-
Copyright (c) 2021
|
|
4302
|
+
Copyright (c) 2021 Donghee Na <donghee.na@python.org>
|
|
4296
4303
|
Copyright (c) 2022 Martin Ettl <ettl.martin78@googlemail.com>
|
|
4304
|
+
Copyright (c) 2022 Sean McBride <sean@rogue-research.com>
|
|
4305
|
+
Copyright (c) 2023 Hanno Böck <hanno@gentoo.org>
|
|
4297
4306
|
|
|
4298
4307
|
Licensed under the MIT license:
|
|
4299
4308
|
|
|
@@ -4323,13 +4332,14 @@ Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net>
|
|
|
4323
4332
|
Copyright (c) 2001-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
|
|
4324
4333
|
Copyright (c) 2004-2009 Karl Waclawek <karl@waclawek.net>
|
|
4325
4334
|
Copyright (c) 2005-2007 Steven Solie <steven@solie.ca>
|
|
4326
|
-
Copyright (c) 2016-
|
|
4335
|
+
Copyright (c) 2016-2023 Sebastian Pipping <sebastian@pipping.org>
|
|
4327
4336
|
Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
|
|
4328
4337
|
Copyright (c) 2019 David Loffredo <loffredo@steptools.com>
|
|
4329
4338
|
Copyright (c) 2020 Joe Orton <jorton@redhat.com>
|
|
4330
4339
|
Copyright (c) 2020 Kleber Tarcísio <klebertarcisio@yahoo.com.br>
|
|
4331
4340
|
Copyright (c) 2021 Tim Bray <tbray@textuality.com>
|
|
4332
4341
|
Copyright (c) 2022 Martin Ettl <ettl.martin78@googlemail.com>
|
|
4342
|
+
Copyright (c) 2022 Sean McBride <sean@rogue-research.com>
|
|
4333
4343
|
|
|
4334
4344
|
Licensed under the MIT license:
|
|
4335
4345
|
|
|
@@ -4361,6 +4371,8 @@ Copyright (c) 2002-2009 Karl Waclawek <karl@waclawek.net>
|
|
|
4361
4371
|
Copyright (c) 2016-2017 Sebastian Pipping <sebastian@pipping.org>
|
|
4362
4372
|
Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
|
|
4363
4373
|
Copyright (c) 2017 Franek Korta <fkorta@gmail.com>
|
|
4374
|
+
Copyright (c) 2022 Sean McBride <sean@rogue-research.com>
|
|
4375
|
+
Copyright (c) 2025 Hanno Böck <hanno@gentoo.org>
|
|
4364
4376
|
|
|
4365
4377
|
Licensed under the MIT license:
|
|
4366
4378
|
|
|
@@ -4389,7 +4401,7 @@ Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
|
|
|
4389
4401
|
Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net>
|
|
4390
4402
|
Copyright (c) 2002 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
|
|
4391
4403
|
Copyright (c) 2002-2005 Karl Waclawek <karl@waclawek.net>
|
|
4392
|
-
Copyright (c) 2016-
|
|
4404
|
+
Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org>
|
|
4393
4405
|
Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
|
|
4394
4406
|
|
|
4395
4407
|
Licensed under the MIT license:
|
|
@@ -4454,7 +4466,7 @@ Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
|
|
|
4454
4466
|
Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net>
|
|
4455
4467
|
Copyright (c) 2002 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
|
|
4456
4468
|
Copyright (c) 2005 Karl Waclawek <karl@waclawek.net>
|
|
4457
|
-
Copyright (c) 2016-
|
|
4469
|
+
Copyright (c) 2016-2023 Sebastian Pipping <sebastian@pipping.org>
|
|
4458
4470
|
|
|
4459
4471
|
Licensed under the MIT license:
|
|
4460
4472
|
|
|
@@ -4566,6 +4578,34 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4566
4578
|
--------------------------------------------------------------------------------
|
|
4567
4579
|
expat
|
|
4568
4580
|
|
|
4581
|
+
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
|
|
4582
|
+
Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net>
|
|
4583
|
+
Copyright (c) 2002 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
|
|
4584
|
+
Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org>
|
|
4585
|
+
|
|
4586
|
+
Licensed under the MIT license:
|
|
4587
|
+
|
|
4588
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4589
|
+
a copy of this software and associated documentation files (the
|
|
4590
|
+
"Software"), to deal in the Software without restriction, including
|
|
4591
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
4592
|
+
distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
4593
|
+
persons to whom the Software is furnished to do so, subject to the
|
|
4594
|
+
following conditions:
|
|
4595
|
+
|
|
4596
|
+
The above copyright notice and this permission notice shall be included
|
|
4597
|
+
in all copies or substantial portions of the Software.
|
|
4598
|
+
|
|
4599
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4600
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4601
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
4602
|
+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
4603
|
+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
4604
|
+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
4605
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4606
|
+
--------------------------------------------------------------------------------
|
|
4607
|
+
expat
|
|
4608
|
+
|
|
4569
4609
|
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
|
|
4570
4610
|
Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net>
|
|
4571
4611
|
Copyright (c) 2002 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
|
|
@@ -4630,10 +4670,10 @@ Copyright (c) 2002 Greg Stein <gstein@users.sourceforge.net>
|
|
|
4630
4670
|
Copyright (c) 2002-2006 Karl Waclawek <karl@waclawek.net>
|
|
4631
4671
|
Copyright (c) 2002-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
|
|
4632
4672
|
Copyright (c) 2005-2009 Steven Solie <steven@solie.ca>
|
|
4633
|
-
Copyright (c) 2016-
|
|
4673
|
+
Copyright (c) 2016-2023 Sebastian Pipping <sebastian@pipping.org>
|
|
4634
4674
|
Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
|
|
4635
4675
|
Copyright (c) 2019 David Loffredo <loffredo@steptools.com>
|
|
4636
|
-
Copyright (c) 2021
|
|
4676
|
+
Copyright (c) 2021 Donghee Na <donghee.na@python.org>
|
|
4637
4677
|
|
|
4638
4678
|
Licensed under the MIT license:
|
|
4639
4679
|
|
|
@@ -4662,7 +4702,7 @@ Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
|
|
|
4662
4702
|
Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net>
|
|
4663
4703
|
Copyright (c) 2002 Karl Waclawek <karl@waclawek.net>
|
|
4664
4704
|
Copyright (c) 2002 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
|
|
4665
|
-
Copyright (c) 2017
|
|
4705
|
+
Copyright (c) 2017-2024 Sebastian Pipping <sebastian@pipping.org>
|
|
4666
4706
|
|
|
4667
4707
|
Licensed under the MIT license:
|
|
4668
4708
|
|
|
@@ -4692,10 +4732,11 @@ Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net>
|
|
|
4692
4732
|
Copyright (c) 2002-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
|
|
4693
4733
|
Copyright (c) 2004-2006 Karl Waclawek <karl@waclawek.net>
|
|
4694
4734
|
Copyright (c) 2005-2007 Steven Solie <steven@solie.ca>
|
|
4695
|
-
Copyright (c) 2016-
|
|
4735
|
+
Copyright (c) 2016-2023 Sebastian Pipping <sebastian@pipping.org>
|
|
4696
4736
|
Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
|
|
4697
4737
|
Copyright (c) 2019 David Loffredo <loffredo@steptools.com>
|
|
4698
|
-
Copyright (c) 2021
|
|
4738
|
+
Copyright (c) 2021 Donghee Na <donghee.na@python.org>
|
|
4739
|
+
Copyright (c) 2024 Hanno Böck <hanno@gentoo.org>
|
|
4699
4740
|
|
|
4700
4741
|
Licensed under the MIT license:
|
|
4701
4742
|
|
|
@@ -4830,7 +4871,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4830
4871
|
expat
|
|
4831
4872
|
|
|
4832
4873
|
Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
|
|
4833
|
-
Copyright (c) 2001-
|
|
4874
|
+
Copyright (c) 2001-2025 Expat maintainers
|
|
4834
4875
|
|
|
4835
4876
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
4836
4877
|
a copy of this software and associated documentation files (the
|
|
@@ -4885,7 +4926,8 @@ expat
|
|
|
4885
4926
|
Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net>
|
|
4886
4927
|
Copyright (c) 2002 Greg Stein <gstein@users.sourceforge.net>
|
|
4887
4928
|
Copyright (c) 2005 Karl Waclawek <karl@waclawek.net>
|
|
4888
|
-
Copyright (c) 2017-
|
|
4929
|
+
Copyright (c) 2017-2023 Sebastian Pipping <sebastian@pipping.org>
|
|
4930
|
+
Copyright (c) 2023 Orgad Shaneh <orgad.shaneh@audiocodes.com>
|
|
4889
4931
|
|
|
4890
4932
|
Licensed under the MIT license:
|
|
4891
4933
|
|
|
@@ -4939,9 +4981,37 @@ expat
|
|
|
4939
4981
|
Copyright (c) 2002-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
|
|
4940
4982
|
Copyright (c) 2002-2006 Karl Waclawek <karl@waclawek.net>
|
|
4941
4983
|
Copyright (c) 2003 Greg Stein <gstein@users.sourceforge.net>
|
|
4942
|
-
Copyright (c) 2016-
|
|
4984
|
+
Copyright (c) 2016-2025 Sebastian Pipping <sebastian@pipping.org>
|
|
4943
4985
|
Copyright (c) 2018 Yury Gribov <tetra2005@gmail.com>
|
|
4944
4986
|
Copyright (c) 2019 David Loffredo <loffredo@steptools.com>
|
|
4987
|
+
Copyright (c) 2023-2024 Sony Corporation / Snild Dolkow <snild@sony.com>
|
|
4988
|
+
Copyright (c) 2024 Taichi Haradaguchi <20001722@ymail.ne.jp>
|
|
4989
|
+
|
|
4990
|
+
Licensed under the MIT license:
|
|
4991
|
+
|
|
4992
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4993
|
+
a copy of this software and associated documentation files (the
|
|
4994
|
+
"Software"), to deal in the Software without restriction, including
|
|
4995
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
4996
|
+
distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
4997
|
+
persons to whom the Software is furnished to do so, subject to the
|
|
4998
|
+
following conditions:
|
|
4999
|
+
|
|
5000
|
+
The above copyright notice and this permission notice shall be included
|
|
5001
|
+
in all copies or substantial portions of the Software.
|
|
5002
|
+
|
|
5003
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5004
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5005
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
5006
|
+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
5007
|
+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
5008
|
+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
5009
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5010
|
+
--------------------------------------------------------------------------------
|
|
5011
|
+
expat
|
|
5012
|
+
|
|
5013
|
+
Copyright (c) 2022 Mark Brand <markbrand@google.com>
|
|
5014
|
+
Copyright (c) 2025 Sebastian Pipping <sebastian@pipping.org>
|
|
4945
5015
|
|
|
4946
5016
|
Licensed under the MIT license:
|
|
4947
5017
|
|
|
@@ -5371,7 +5441,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
5371
5441
|
This Source Code Form is "Incompatible With Secondary Licenses", as
|
|
5372
5442
|
defined by the Mozilla Public License, v. 2.0.
|
|
5373
5443
|
|
|
5374
|
-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/
|
|
5444
|
+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/a4e60e5add75b3d06f380aad73ca660a719fa738
|
|
5375
5445
|
/third_party/fallback_root_certificates/
|
|
5376
5446
|
|
|
5377
5447
|
--------------------------------------------------------------------------------
|
|
@@ -31619,6 +31689,36 @@ Redistribution and use in source and binary forms, with or without modification,
|
|
|
31619
31689
|
|
|
31620
31690
|
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.
|
|
31621
31691
|
--------------------------------------------------------------------------------
|
|
31692
|
+
process
|
|
31693
|
+
|
|
31694
|
+
Copyright 2013, the Dart project authors.
|
|
31695
|
+
|
|
31696
|
+
Redistribution and use in source and binary forms, with or without
|
|
31697
|
+
modification, are permitted provided that the following conditions are
|
|
31698
|
+
met:
|
|
31699
|
+
|
|
31700
|
+
* Redistributions of source code must retain the above copyright
|
|
31701
|
+
notice, this list of conditions and the following disclaimer.
|
|
31702
|
+
* Redistributions in binary form must reproduce the above
|
|
31703
|
+
copyright notice, this list of conditions and the following
|
|
31704
|
+
disclaimer in the documentation and/or other materials provided
|
|
31705
|
+
with the distribution.
|
|
31706
|
+
* Neither the name of Google LLC nor the names of its
|
|
31707
|
+
contributors may be used to endorse or promote products derived
|
|
31708
|
+
from this software without specific prior written permission.
|
|
31709
|
+
|
|
31710
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
31711
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
31712
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
31713
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
31714
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
31715
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
31716
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
31717
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
31718
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
31719
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
31720
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31721
|
+
--------------------------------------------------------------------------------
|
|
31622
31722
|
proj4dart
|
|
31623
31723
|
|
|
31624
31724
|
MIT License
|
|
@@ -31699,134 +31799,627 @@ The above software in this distribution may have been modified by
|
|
|
31699
31799
|
THL A29 Limited ("Tencent Modifications").
|
|
31700
31800
|
All Tencent Modifications are Copyright (C) 2015 THL A29 Limited.
|
|
31701
31801
|
--------------------------------------------------------------------------------
|
|
31702
|
-
|
|
31703
|
-
record_android
|
|
31704
|
-
record_ios
|
|
31705
|
-
record_linux
|
|
31706
|
-
record_macos
|
|
31707
|
-
record_platform_interface
|
|
31708
|
-
record_web
|
|
31709
|
-
record_windows
|
|
31802
|
+
re2
|
|
31710
31803
|
|
|
31711
|
-
|
|
31712
|
-
|
|
31713
|
-
|
|
31714
|
-
|
|
31715
|
-
|
|
31716
|
-
|
|
31717
|
-
|
|
31718
|
-
|
|
31719
|
-
|
|
31720
|
-
|
|
31721
|
-
// in the documentation and/or other materials provided with the
|
|
31722
|
-
// distribution.
|
|
31723
|
-
// * Neither the name of openapi4j nor the names of its
|
|
31724
|
-
// contributors may be used to endorse or promote products derived from
|
|
31725
|
-
// this software without specific prior written permission.
|
|
31726
|
-
//
|
|
31727
|
-
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
31728
|
-
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
31729
|
-
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
31730
|
-
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
31731
|
-
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
31732
|
-
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
31733
|
-
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
31734
|
-
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
31735
|
-
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
31736
|
-
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
31737
|
-
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31804
|
+
Copyright (c) 2002 by Lucent Technologies.
|
|
31805
|
+
Permission to use, copy, modify, and distribute this software for any
|
|
31806
|
+
purpose without fee is hereby granted, provided that this entire notice
|
|
31807
|
+
is included in all copies of any software which is or includes a copy
|
|
31808
|
+
or modification of this software and in all copies of the supporting
|
|
31809
|
+
documentation for such software.
|
|
31810
|
+
THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
|
|
31811
|
+
WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY
|
|
31812
|
+
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
|
|
31813
|
+
OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
|
|
31738
31814
|
--------------------------------------------------------------------------------
|
|
31739
|
-
|
|
31740
|
-
rive_common
|
|
31741
|
-
|
|
31742
|
-
MIT License
|
|
31815
|
+
re2
|
|
31743
31816
|
|
|
31744
|
-
Copyright (c)
|
|
31817
|
+
Copyright (c) 2009 The RE2 Authors. All rights reserved.
|
|
31745
31818
|
|
|
31746
|
-
|
|
31747
|
-
|
|
31748
|
-
|
|
31749
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31750
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
31751
|
-
furnished to do so, subject to the following conditions:
|
|
31819
|
+
Redistribution and use in source and binary forms, with or without
|
|
31820
|
+
modification, are permitted provided that the following conditions are
|
|
31821
|
+
met:
|
|
31752
31822
|
|
|
31753
|
-
|
|
31754
|
-
|
|
31823
|
+
* Redistributions of source code must retain the above copyright
|
|
31824
|
+
notice, this list of conditions and the following disclaimer.
|
|
31825
|
+
* Redistributions in binary form must reproduce the above
|
|
31826
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
31827
|
+
in the documentation and/or other materials provided with the
|
|
31828
|
+
distribution.
|
|
31829
|
+
* Neither the name of Google Inc. nor the names of its
|
|
31830
|
+
contributors may be used to endorse or promote products derived from
|
|
31831
|
+
this software without specific prior written permission.
|
|
31755
31832
|
|
|
31756
|
-
|
|
31757
|
-
|
|
31758
|
-
|
|
31759
|
-
|
|
31760
|
-
|
|
31761
|
-
|
|
31762
|
-
|
|
31833
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
31834
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
31835
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
31836
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
31837
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
31838
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
31839
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
31840
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
31841
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
31842
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
31843
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31763
31844
|
--------------------------------------------------------------------------------
|
|
31764
|
-
|
|
31845
|
+
re2
|
|
31765
31846
|
|
|
31766
|
-
|
|
31767
|
-
|
|
31768
|
-
Copyright (c) 2022 Hitesh Kumar Saini <saini123hitesh@gmail.com>
|
|
31769
|
-
|
|
31770
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31771
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
31772
|
-
in the Software without restriction, including without limitation the rights
|
|
31773
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31774
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
31775
|
-
furnished to do so, subject to the following conditions:
|
|
31776
|
-
|
|
31777
|
-
The above copyright notice and this permission notice shall be included in all
|
|
31778
|
-
copies or substantial portions of the Software.
|
|
31779
|
-
|
|
31780
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31781
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31782
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31783
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31784
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31785
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31786
|
-
SOFTWARE.
|
|
31847
|
+
Copyright 1999-2005 The RE2 Authors. All Rights Reserved.
|
|
31787
31848
|
|
|
31788
|
-
|
|
31789
|
-
|
|
31849
|
+
Redistribution and use in source and binary forms, with or without
|
|
31850
|
+
modification, are permitted provided that the following conditions are
|
|
31851
|
+
met:
|
|
31790
31852
|
|
|
31791
|
-
|
|
31792
|
-
|
|
31793
|
-
|
|
31794
|
-
|
|
31795
|
-
|
|
31796
|
-
|
|
31797
|
-
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
|
|
31801
|
-
|
|
31802
|
-
|
|
31803
|
-
|
|
31804
|
-
|
|
31805
|
-
|
|
31806
|
-
|
|
31807
|
-
|
|
31808
|
-
|
|
31809
|
-
LIABILITY, WHETHER IN
|
|
31810
|
-
|
|
31811
|
-
SOFTWARE.
|
|
31853
|
+
* Redistributions of source code must retain the above copyright
|
|
31854
|
+
notice, this list of conditions and the following disclaimer.
|
|
31855
|
+
* Redistributions in binary form must reproduce the above
|
|
31856
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
31857
|
+
in the documentation and/or other materials provided with the
|
|
31858
|
+
distribution.
|
|
31859
|
+
* Neither the name of Google Inc. nor the names of its
|
|
31860
|
+
contributors may be used to endorse or promote products derived from
|
|
31861
|
+
this software without specific prior written permission.
|
|
31862
|
+
|
|
31863
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
31864
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
31865
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
31866
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
31867
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
31868
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
31869
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
31870
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
31871
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
31872
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
31873
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31812
31874
|
--------------------------------------------------------------------------------
|
|
31813
|
-
|
|
31875
|
+
re2
|
|
31814
31876
|
|
|
31815
|
-
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
|
|
31820
|
-
|
|
31821
|
-
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
|
|
31827
|
-
|
|
31828
|
-
|
|
31829
|
-
|
|
31877
|
+
Copyright 2003-2009 Google Inc. All rights reserved.
|
|
31878
|
+
|
|
31879
|
+
Redistribution and use in source and binary forms, with or without
|
|
31880
|
+
modification, are permitted provided that the following conditions are
|
|
31881
|
+
met:
|
|
31882
|
+
|
|
31883
|
+
* Redistributions of source code must retain the above copyright
|
|
31884
|
+
notice, this list of conditions and the following disclaimer.
|
|
31885
|
+
* Redistributions in binary form must reproduce the above
|
|
31886
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
31887
|
+
in the documentation and/or other materials provided with the
|
|
31888
|
+
distribution.
|
|
31889
|
+
* Neither the name of Google Inc. nor the names of its
|
|
31890
|
+
contributors may be used to endorse or promote products derived from
|
|
31891
|
+
this software without specific prior written permission.
|
|
31892
|
+
|
|
31893
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
31894
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
31895
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
31896
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
31897
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
31898
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
31899
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
31900
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
31901
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
31902
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
31903
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31904
|
+
--------------------------------------------------------------------------------
|
|
31905
|
+
re2
|
|
31906
|
+
|
|
31907
|
+
Copyright 2003-2009 The RE2 Authors. All Rights Reserved.
|
|
31908
|
+
|
|
31909
|
+
Redistribution and use in source and binary forms, with or without
|
|
31910
|
+
modification, are permitted provided that the following conditions are
|
|
31911
|
+
met:
|
|
31912
|
+
|
|
31913
|
+
* Redistributions of source code must retain the above copyright
|
|
31914
|
+
notice, this list of conditions and the following disclaimer.
|
|
31915
|
+
* Redistributions in binary form must reproduce the above
|
|
31916
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
31917
|
+
in the documentation and/or other materials provided with the
|
|
31918
|
+
distribution.
|
|
31919
|
+
* Neither the name of Google Inc. nor the names of its
|
|
31920
|
+
contributors may be used to endorse or promote products derived from
|
|
31921
|
+
this software without specific prior written permission.
|
|
31922
|
+
|
|
31923
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
31924
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
31925
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
31926
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
31927
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
31928
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
31929
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
31930
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
31931
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
31932
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
31933
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31934
|
+
--------------------------------------------------------------------------------
|
|
31935
|
+
re2
|
|
31936
|
+
|
|
31937
|
+
Copyright 2003-2010 Google Inc. All Rights Reserved.
|
|
31938
|
+
|
|
31939
|
+
Redistribution and use in source and binary forms, with or without
|
|
31940
|
+
modification, are permitted provided that the following conditions are
|
|
31941
|
+
met:
|
|
31942
|
+
|
|
31943
|
+
* Redistributions of source code must retain the above copyright
|
|
31944
|
+
notice, this list of conditions and the following disclaimer.
|
|
31945
|
+
* Redistributions in binary form must reproduce the above
|
|
31946
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
31947
|
+
in the documentation and/or other materials provided with the
|
|
31948
|
+
distribution.
|
|
31949
|
+
* Neither the name of Google Inc. nor the names of its
|
|
31950
|
+
contributors may be used to endorse or promote products derived from
|
|
31951
|
+
this software without specific prior written permission.
|
|
31952
|
+
|
|
31953
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
31954
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
31955
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
31956
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
31957
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
31958
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
31959
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
31960
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
31961
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
31962
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
31963
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31964
|
+
--------------------------------------------------------------------------------
|
|
31965
|
+
re2
|
|
31966
|
+
|
|
31967
|
+
Copyright 2006 The RE2 Authors. All Rights Reserved.
|
|
31968
|
+
|
|
31969
|
+
Redistribution and use in source and binary forms, with or without
|
|
31970
|
+
modification, are permitted provided that the following conditions are
|
|
31971
|
+
met:
|
|
31972
|
+
|
|
31973
|
+
* Redistributions of source code must retain the above copyright
|
|
31974
|
+
notice, this list of conditions and the following disclaimer.
|
|
31975
|
+
* Redistributions in binary form must reproduce the above
|
|
31976
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
31977
|
+
in the documentation and/or other materials provided with the
|
|
31978
|
+
distribution.
|
|
31979
|
+
* Neither the name of Google Inc. nor the names of its
|
|
31980
|
+
contributors may be used to endorse or promote products derived from
|
|
31981
|
+
this software without specific prior written permission.
|
|
31982
|
+
|
|
31983
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
31984
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
31985
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
31986
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
31987
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
31988
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
31989
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
31990
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
31991
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
31992
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
31993
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31994
|
+
--------------------------------------------------------------------------------
|
|
31995
|
+
re2
|
|
31996
|
+
|
|
31997
|
+
Copyright 2006-2007 The RE2 Authors. All Rights Reserved.
|
|
31998
|
+
|
|
31999
|
+
Redistribution and use in source and binary forms, with or without
|
|
32000
|
+
modification, are permitted provided that the following conditions are
|
|
32001
|
+
met:
|
|
32002
|
+
|
|
32003
|
+
* Redistributions of source code must retain the above copyright
|
|
32004
|
+
notice, this list of conditions and the following disclaimer.
|
|
32005
|
+
* Redistributions in binary form must reproduce the above
|
|
32006
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
32007
|
+
in the documentation and/or other materials provided with the
|
|
32008
|
+
distribution.
|
|
32009
|
+
* Neither the name of Google Inc. nor the names of its
|
|
32010
|
+
contributors may be used to endorse or promote products derived from
|
|
32011
|
+
this software without specific prior written permission.
|
|
32012
|
+
|
|
32013
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32014
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32015
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32016
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32017
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32018
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32019
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32020
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32021
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32022
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32023
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32024
|
+
--------------------------------------------------------------------------------
|
|
32025
|
+
re2
|
|
32026
|
+
|
|
32027
|
+
Copyright 2007 The RE2 Authors. All Rights Reserved.
|
|
32028
|
+
|
|
32029
|
+
Redistribution and use in source and binary forms, with or without
|
|
32030
|
+
modification, are permitted provided that the following conditions are
|
|
32031
|
+
met:
|
|
32032
|
+
|
|
32033
|
+
* Redistributions of source code must retain the above copyright
|
|
32034
|
+
notice, this list of conditions and the following disclaimer.
|
|
32035
|
+
* Redistributions in binary form must reproduce the above
|
|
32036
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
32037
|
+
in the documentation and/or other materials provided with the
|
|
32038
|
+
distribution.
|
|
32039
|
+
* Neither the name of Google Inc. nor the names of its
|
|
32040
|
+
contributors may be used to endorse or promote products derived from
|
|
32041
|
+
this software without specific prior written permission.
|
|
32042
|
+
|
|
32043
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32044
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32045
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32046
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32047
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32048
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32049
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32050
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32051
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32052
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32053
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32054
|
+
--------------------------------------------------------------------------------
|
|
32055
|
+
re2
|
|
32056
|
+
|
|
32057
|
+
Copyright 2008 The RE2 Authors. All Rights Reserved.
|
|
32058
|
+
|
|
32059
|
+
Redistribution and use in source and binary forms, with or without
|
|
32060
|
+
modification, are permitted provided that the following conditions are
|
|
32061
|
+
met:
|
|
32062
|
+
|
|
32063
|
+
* Redistributions of source code must retain the above copyright
|
|
32064
|
+
notice, this list of conditions and the following disclaimer.
|
|
32065
|
+
* Redistributions in binary form must reproduce the above
|
|
32066
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
32067
|
+
in the documentation and/or other materials provided with the
|
|
32068
|
+
distribution.
|
|
32069
|
+
* Neither the name of Google Inc. nor the names of its
|
|
32070
|
+
contributors may be used to endorse or promote products derived from
|
|
32071
|
+
this software without specific prior written permission.
|
|
32072
|
+
|
|
32073
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32074
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32075
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32076
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32077
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32078
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32079
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32080
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32081
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32082
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32083
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32084
|
+
--------------------------------------------------------------------------------
|
|
32085
|
+
re2
|
|
32086
|
+
|
|
32087
|
+
Copyright 2009 The RE2 Authors. All Rights Reserved.
|
|
32088
|
+
|
|
32089
|
+
Redistribution and use in source and binary forms, with or without
|
|
32090
|
+
modification, are permitted provided that the following conditions are
|
|
32091
|
+
met:
|
|
32092
|
+
|
|
32093
|
+
* Redistributions of source code must retain the above copyright
|
|
32094
|
+
notice, this list of conditions and the following disclaimer.
|
|
32095
|
+
* Redistributions in binary form must reproduce the above
|
|
32096
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
32097
|
+
in the documentation and/or other materials provided with the
|
|
32098
|
+
distribution.
|
|
32099
|
+
* Neither the name of Google Inc. nor the names of its
|
|
32100
|
+
contributors may be used to endorse or promote products derived from
|
|
32101
|
+
this software without specific prior written permission.
|
|
32102
|
+
|
|
32103
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32104
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32105
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32106
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32107
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32108
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32109
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32110
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32111
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32112
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32113
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32114
|
+
--------------------------------------------------------------------------------
|
|
32115
|
+
re2
|
|
32116
|
+
|
|
32117
|
+
Copyright 2010 The RE2 Authors. All Rights Reserved.
|
|
32118
|
+
|
|
32119
|
+
Redistribution and use in source and binary forms, with or without
|
|
32120
|
+
modification, are permitted provided that the following conditions are
|
|
32121
|
+
met:
|
|
32122
|
+
|
|
32123
|
+
* Redistributions of source code must retain the above copyright
|
|
32124
|
+
notice, this list of conditions and the following disclaimer.
|
|
32125
|
+
* Redistributions in binary form must reproduce the above
|
|
32126
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
32127
|
+
in the documentation and/or other materials provided with the
|
|
32128
|
+
distribution.
|
|
32129
|
+
* Neither the name of Google Inc. nor the names of its
|
|
32130
|
+
contributors may be used to endorse or promote products derived from
|
|
32131
|
+
this software without specific prior written permission.
|
|
32132
|
+
|
|
32133
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32134
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32135
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32136
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32137
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32138
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32139
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32140
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32141
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32142
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32143
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32144
|
+
--------------------------------------------------------------------------------
|
|
32145
|
+
re2
|
|
32146
|
+
|
|
32147
|
+
Copyright 2016 The RE2 Authors. All Rights Reserved.
|
|
32148
|
+
|
|
32149
|
+
Redistribution and use in source and binary forms, with or without
|
|
32150
|
+
modification, are permitted provided that the following conditions are
|
|
32151
|
+
met:
|
|
32152
|
+
|
|
32153
|
+
* Redistributions of source code must retain the above copyright
|
|
32154
|
+
notice, this list of conditions and the following disclaimer.
|
|
32155
|
+
* Redistributions in binary form must reproduce the above
|
|
32156
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
32157
|
+
in the documentation and/or other materials provided with the
|
|
32158
|
+
distribution.
|
|
32159
|
+
* Neither the name of Google Inc. nor the names of its
|
|
32160
|
+
contributors may be used to endorse or promote products derived from
|
|
32161
|
+
this software without specific prior written permission.
|
|
32162
|
+
|
|
32163
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32164
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32165
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32166
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32167
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32168
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32169
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32170
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32171
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32172
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32173
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32174
|
+
--------------------------------------------------------------------------------
|
|
32175
|
+
re2
|
|
32176
|
+
|
|
32177
|
+
Copyright 2018 The RE2 Authors. All Rights Reserved.
|
|
32178
|
+
|
|
32179
|
+
Redistribution and use in source and binary forms, with or without
|
|
32180
|
+
modification, are permitted provided that the following conditions are
|
|
32181
|
+
met:
|
|
32182
|
+
|
|
32183
|
+
* Redistributions of source code must retain the above copyright
|
|
32184
|
+
notice, this list of conditions and the following disclaimer.
|
|
32185
|
+
* Redistributions in binary form must reproduce the above
|
|
32186
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
32187
|
+
in the documentation and/or other materials provided with the
|
|
32188
|
+
distribution.
|
|
32189
|
+
* Neither the name of Google Inc. nor the names of its
|
|
32190
|
+
contributors may be used to endorse or promote products derived from
|
|
32191
|
+
this software without specific prior written permission.
|
|
32192
|
+
|
|
32193
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32194
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32195
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32196
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32197
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32198
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32199
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32200
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32201
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32202
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32203
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32204
|
+
--------------------------------------------------------------------------------
|
|
32205
|
+
re2
|
|
32206
|
+
|
|
32207
|
+
Copyright 2019 The RE2 Authors. All Rights Reserved.
|
|
32208
|
+
|
|
32209
|
+
Redistribution and use in source and binary forms, with or without
|
|
32210
|
+
modification, are permitted provided that the following conditions are
|
|
32211
|
+
met:
|
|
32212
|
+
|
|
32213
|
+
* Redistributions of source code must retain the above copyright
|
|
32214
|
+
notice, this list of conditions and the following disclaimer.
|
|
32215
|
+
* Redistributions in binary form must reproduce the above
|
|
32216
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
32217
|
+
in the documentation and/or other materials provided with the
|
|
32218
|
+
distribution.
|
|
32219
|
+
* Neither the name of Google Inc. nor the names of its
|
|
32220
|
+
contributors may be used to endorse or promote products derived from
|
|
32221
|
+
this software without specific prior written permission.
|
|
32222
|
+
|
|
32223
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32224
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32225
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32226
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32227
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32228
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32229
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32230
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32231
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32232
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32233
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32234
|
+
--------------------------------------------------------------------------------
|
|
32235
|
+
re2
|
|
32236
|
+
|
|
32237
|
+
Copyright 2022 The RE2 Authors. All Rights Reserved.
|
|
32238
|
+
|
|
32239
|
+
Redistribution and use in source and binary forms, with or without
|
|
32240
|
+
modification, are permitted provided that the following conditions are
|
|
32241
|
+
met:
|
|
32242
|
+
|
|
32243
|
+
* Redistributions of source code must retain the above copyright
|
|
32244
|
+
notice, this list of conditions and the following disclaimer.
|
|
32245
|
+
* Redistributions in binary form must reproduce the above
|
|
32246
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
32247
|
+
in the documentation and/or other materials provided with the
|
|
32248
|
+
distribution.
|
|
32249
|
+
* Neither the name of Google Inc. nor the names of its
|
|
32250
|
+
contributors may be used to endorse or promote products derived from
|
|
32251
|
+
this software without specific prior written permission.
|
|
32252
|
+
|
|
32253
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32254
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32255
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32256
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32257
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32258
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32259
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32260
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32261
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32262
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32263
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32264
|
+
--------------------------------------------------------------------------------
|
|
32265
|
+
re2
|
|
32266
|
+
|
|
32267
|
+
Copyright 2023 The RE2 Authors. All Rights Reserved.
|
|
32268
|
+
|
|
32269
|
+
Redistribution and use in source and binary forms, with or without
|
|
32270
|
+
modification, are permitted provided that the following conditions are
|
|
32271
|
+
met:
|
|
32272
|
+
|
|
32273
|
+
* Redistributions of source code must retain the above copyright
|
|
32274
|
+
notice, this list of conditions and the following disclaimer.
|
|
32275
|
+
* Redistributions in binary form must reproduce the above
|
|
32276
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
32277
|
+
in the documentation and/or other materials provided with the
|
|
32278
|
+
distribution.
|
|
32279
|
+
* Neither the name of Google Inc. nor the names of its
|
|
32280
|
+
contributors may be used to endorse or promote products derived from
|
|
32281
|
+
this software without specific prior written permission.
|
|
32282
|
+
|
|
32283
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32284
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32285
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32286
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32287
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32288
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32289
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32290
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32291
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32292
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32293
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32294
|
+
--------------------------------------------------------------------------------
|
|
32295
|
+
record
|
|
32296
|
+
record_android
|
|
32297
|
+
record_ios
|
|
32298
|
+
record_linux
|
|
32299
|
+
record_macos
|
|
32300
|
+
record_platform_interface
|
|
32301
|
+
record_web
|
|
32302
|
+
record_windows
|
|
32303
|
+
|
|
32304
|
+
// Copyright 2022 openapi4j authors. All rights reserved.
|
|
32305
|
+
//
|
|
32306
|
+
// Redistribution and use in source and binary forms, with or without
|
|
32307
|
+
// modification, are permitted provided that the following conditions are
|
|
32308
|
+
// met:
|
|
32309
|
+
//
|
|
32310
|
+
// * Redistributions of source code must retain the above copyright
|
|
32311
|
+
// notice, this list of conditions and the following disclaimer.
|
|
32312
|
+
// * Redistributions in binary form must reproduce the above
|
|
32313
|
+
// copyright notice, this list of conditions and the following disclaimer
|
|
32314
|
+
// in the documentation and/or other materials provided with the
|
|
32315
|
+
// distribution.
|
|
32316
|
+
// * Neither the name of openapi4j nor the names of its
|
|
32317
|
+
// contributors may be used to endorse or promote products derived from
|
|
32318
|
+
// this software without specific prior written permission.
|
|
32319
|
+
//
|
|
32320
|
+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
32321
|
+
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
32322
|
+
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
32323
|
+
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
32324
|
+
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
32325
|
+
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
32326
|
+
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
32327
|
+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
32328
|
+
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
32329
|
+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
32330
|
+
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
32331
|
+
--------------------------------------------------------------------------------
|
|
32332
|
+
rive
|
|
32333
|
+
rive_common
|
|
32334
|
+
|
|
32335
|
+
MIT License
|
|
32336
|
+
|
|
32337
|
+
Copyright (c) 2020 Rive
|
|
32338
|
+
|
|
32339
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
32340
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
32341
|
+
in the Software without restriction, including without limitation the rights
|
|
32342
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
32343
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
32344
|
+
furnished to do so, subject to the following conditions:
|
|
32345
|
+
|
|
32346
|
+
The above copyright notice and this permission notice shall be included in all
|
|
32347
|
+
copies or substantial portions of the Software.
|
|
32348
|
+
|
|
32349
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
32350
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
32351
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
32352
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
32353
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
32354
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
32355
|
+
SOFTWARE.
|
|
32356
|
+
--------------------------------------------------------------------------------
|
|
32357
|
+
safe_local_storage
|
|
32358
|
+
|
|
32359
|
+
MIT License
|
|
32360
|
+
|
|
32361
|
+
Copyright (c) 2022 Hitesh Kumar Saini <saini123hitesh@gmail.com>
|
|
32362
|
+
|
|
32363
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
32364
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
32365
|
+
in the Software without restriction, including without limitation the rights
|
|
32366
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
32367
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
32368
|
+
furnished to do so, subject to the following conditions:
|
|
32369
|
+
|
|
32370
|
+
The above copyright notice and this permission notice shall be included in all
|
|
32371
|
+
copies or substantial portions of the Software.
|
|
32372
|
+
|
|
32373
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
32374
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
32375
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
32376
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
32377
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
32378
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
32379
|
+
SOFTWARE.
|
|
32380
|
+
|
|
32381
|
+
--------------------------------------------------------------------------------
|
|
32382
|
+
screen_brightness_android
|
|
32383
|
+
|
|
32384
|
+
MIT License
|
|
32385
|
+
|
|
32386
|
+
Copyright (c) 2021 Jack Liu
|
|
32387
|
+
|
|
32388
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
32389
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
32390
|
+
in the Software without restriction, including without limitation the rights
|
|
32391
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
32392
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
32393
|
+
furnished to do so, subject to the following conditions:
|
|
32394
|
+
|
|
32395
|
+
The above copyright notice and this permission notice shall be included in all
|
|
32396
|
+
copies or substantial portions of the Software.
|
|
32397
|
+
|
|
32398
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
32399
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
32400
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
32401
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
32402
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
32403
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
32404
|
+
SOFTWARE.
|
|
32405
|
+
--------------------------------------------------------------------------------
|
|
32406
|
+
screen_brightness_platform_interface
|
|
32407
|
+
|
|
32408
|
+
MIT License
|
|
32409
|
+
|
|
32410
|
+
Copyright (c) 2021 Jack Liu
|
|
32411
|
+
|
|
32412
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
32413
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
32414
|
+
in the Software without restriction, including without limitation the rights
|
|
32415
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
32416
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
32417
|
+
furnished to do so, subject to the following conditions:
|
|
32418
|
+
|
|
32419
|
+
The above copyright notice and this permission notice shall be included in all
|
|
32420
|
+
copies or substantial portions of the Software.
|
|
32421
|
+
|
|
32422
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31830
32423
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31831
32424
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31832
32425
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
@@ -33914,6 +34507,38 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
33914
34507
|
--------------------------------------------------------------------------------
|
|
33915
34508
|
skia
|
|
33916
34509
|
|
|
34510
|
+
Copyright 2025 Google Inc.
|
|
34511
|
+
|
|
34512
|
+
Redistribution and use in source and binary forms, with or without
|
|
34513
|
+
modification, are permitted provided that the following conditions are
|
|
34514
|
+
met:
|
|
34515
|
+
|
|
34516
|
+
* Redistributions of source code must retain the above copyright
|
|
34517
|
+
notice, this list of conditions and the following disclaimer.
|
|
34518
|
+
|
|
34519
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
34520
|
+
notice, this list of conditions and the following disclaimer in
|
|
34521
|
+
the documentation and/or other materials provided with the
|
|
34522
|
+
distribution.
|
|
34523
|
+
|
|
34524
|
+
* Neither the name of the copyright holder nor the names of its
|
|
34525
|
+
contributors may be used to endorse or promote products derived
|
|
34526
|
+
from this software without specific prior written permission.
|
|
34527
|
+
|
|
34528
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
34529
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
34530
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
34531
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
34532
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
34533
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
34534
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
34535
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
34536
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
34537
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
34538
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
34539
|
+
--------------------------------------------------------------------------------
|
|
34540
|
+
skia
|
|
34541
|
+
|
|
33917
34542
|
Copyright 2025 Google LLC
|
|
33918
34543
|
|
|
33919
34544
|
Redistribution and use in source and binary forms, with or without
|