From 895f0e291af00c3d45df0d931900bbad3061b681 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Fri, 20 Dec 2024 09:38:31 -0800 Subject: [PATCH] Roll dart sdk to 3.7.0-266.0.dev (#160624) Changes since last roll: ``` 85569ab5b39 Version 3.7.0-266.0.dev 8c1fa6d05b8 [tfa,aot,dart2wasm] Allow tree-shaking of extension type members independently of their tear-offs 5078a20a6d5 [cfe] Use OffsetMap for BodyBuilder.finishFields a6b0fced839 [tfa,aot,dart2wasm] Retain libraries which only have extensions and extension types 4bcb4b10443 (tag: 3.7.0-265.0.dev) Version 3.7.0-265.0.dev 982b9fad444 [vm] Turn on entry point checking in JIT mode. 04530d578ff Roll dart_style 3.0.1 into the SDK. c2abea31557 [deps] Roll dart-lang/native 3b056e1d500 [dart2wasm] Fix deferred loading tests on optimized configs. ca668b701c3 (tag: 3.7.0-264.0.dev) Version 3.7.0-264.0.dev 54af9b3a39a (tag: 3.7.0-263.0.dev) Version 3.7.0-263.0.dev 72acd9d0ff3 [dart:svg] Add value->newLength parameter name change to templates 57c4da6911d Make Driver.instrumentationService private and final f934e392f2d analyzer: Remove unnecessary Driver.httpServer c5c3544b71f Fix Fuchsia build error. 2f857baba7e [dart2js] Make an check. b3e7e027380 (tag: 3.7.0-262.0.dev) Version 3.7.0-262.0.dev 08252fc9e91 [dartdev] Use VmInteropHandler for invoking sub commands 96c4e4c81f8 [dart2wasm] Use field type instead of global type for static field type. e3e7ca846a8 [gardening] Fix service/uri_mappings_lookup_test. 580107f8474 Migrate generic_type_alias.test 0a5a8f17af8 [vm] Remove BaseIsolate as it serves no purposes anymore. 9820487a3c4 [analyzer] Support enclosingFragments that are local variables dbf60082974 DAS: Support monospaced text (eg code snippets) in generated doc comments 59499d362a2 [dart2wasm] Add support for declaring functions as module elements. a0e1bce4b27 (tag: 3.7.0-261.0.dev) Version 3.7.0-261.0.dev 96fbc264ca1 [dart2wasm] Add indirection for dispatch table calls. d261ded4c72 Bump tools to febccb92d228e678196aa90c109c708ed7ad6ea8 54d62b478d8 [analysis_server] Move Type Hierarchy off ElementLocation to its own internal uri/name encoding b67f61a66c3 [tests] Additional tests for ?? with enum shorthands. e1be04c4704 Implement element and fragment for generic function types a9c3991a7a6 [analysis_server] Migrate LSP Find References to new element model 11904ed3871 [analyzer] Add LinterContext.currentUnit and use it for content in eol_at_end_of_file 38bce3f507d Elements. Migrate test/generated/simple_resolver_test.dart 34cf29701be Elements. Migrate test/src/dart/analysis/search_test.dart e70a91d8e38 [analyzer/linter] Simplify implementation of rule State ee5c4b00840 Roll BoringSSL from 57f525e425a9 to ee0c13ad1808 (22 revisions) 42f0e9aa15b analyzer: Report bad type arg on implicit call 8cc449ac8c1 [dart2wasm] Add utils for pragma reading and updating. 04d70b9fb40 analyzer: Make ResolutionVisitor._libraryElement final d0f34d918f2 [dynamic_modules] Fix multiple_classes/dynamic_interfaces.yaml for vm. 3fba5fb4633 DAS: Seal TypeDecl for simpler switches 946f3287b46 [dart2wasm] Clean up some dead or unnecessary code. 231b463e8fc Roll Fuchsia SDK from 26.20241210.5.1 to 26.20241211.4.1 4e4fec1830b DAS: Correct some broken comment references 69fef4b123c Elements. Use impl types in a few places to avoid casts. ``` --- DEPS | 10 +- engine/src/flutter/ci/licenses.sh | 2 +- .../flutter/ci/licenses_golden/excluded_files | 7 +- .../flutter/ci/licenses_golden/licenses_dart | 6 +- .../ci/licenses_golden/licenses_flutter | 1369 ++++++++--------- .../flutter/sky/packages/sky_engine/LICENSE | 406 +++-- .../tools/dart/create_updated_flutter_deps.py | 5 +- 7 files changed, 887 insertions(+), 918 deletions(-) diff --git a/DEPS b/DEPS index 050abd59f6..9622adf645 100644 --- a/DEPS +++ b/DEPS @@ -56,12 +56,12 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '37bbc285d8d2ad66843703d7f60dcdf23fd76175', + 'dart_revision': '85569ab5b392c1b4a2976d508ceac6026f065e2b', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py 'dart_binaryen_rev': '87f9dac127b387715d8d96ac7ec8fd469d8c2dab', - 'dart_boringssl_rev': '57f525e425a95e7c89fa2df926fa93273bd47311', + 'dart_boringssl_rev': 'ee0c13ad1808379cf16b371a051ac3951f8a09c1', 'dart_core_rev': '7f9f597e64fa52faebd3c0a2214f61a7b081174d', 'dart_devtools_rev': '3e5327a02693b1405359dc5322d7f0a40151b9b7', 'dart_http_rev': '79470d014b467f01b0e7c5b63ab6c86b22dec8db', @@ -70,7 +70,7 @@ vars = { 'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10', 'dart_protobuf_rev': 'da7279c56734cffed4deb1e3a6f93bdcefccf6b8', 'dart_pub_rev': '58de642dc1d07601f6eb2b4ecd94555c0210106b', - 'dart_tools_rev': '223daf5300a5e3f6e09b7e24a5fda1009d6708f7', + 'dart_tools_rev': 'febccb92d228e678196aa90c109c708ed7ad6ea8', 'dart_watcher_rev': 'bc44e6f6b85972e516c44b9ae6c042b4cbd7c72b', 'dart_web_rev': 'bdf112ec64d28285cc29c6c78274ff3a827bb79b', 'dart_webdev_rev': 'ab620d1a81adc57b5045a189e076b9930ae66208', @@ -326,7 +326,7 @@ deps = { Var('dart_git') + '/core.git' + '@' + Var('dart_core_rev'), 'engine/src/flutter/third_party/dart/third_party/pkg/dart_style': - Var('dart_git') + '/dart_style.git@1de89eb3bd340315f9ff5f2afc319cc1d6131b8d', + Var('dart_git') + '/dart_style.git@21de99ec0ff8ace4d946a746fb427fffd6afa535', 'engine/src/flutter/third_party/dart/third_party/pkg/dartdoc': Var('dart_git') + '/dartdoc.git@c7f11603effa88ddacabfd555993f322fca8b3fe', @@ -350,7 +350,7 @@ deps = { Var('dart_git') + '/markdown.git@4d5dbc659955973902f2585c54e94d453532db70', 'engine/src/flutter/third_party/dart/third_party/pkg/native': - Var('dart_git') + '/native.git@da5dc148a0430b6c4224b59178db5385d79b2298', + Var('dart_git') + '/native.git@4d81ce6c5e17164ef63d8a3f5144e5def0702207', 'engine/src/flutter/third_party/dart/third_party/pkg/package_config': Var('dart_git') + '/package_config.git@76f2f6c245451da1fa24d7bbb00251b909e729a5', diff --git a/engine/src/flutter/ci/licenses.sh b/engine/src/flutter/ci/licenses.sh index d71028c375..636c4400e6 100755 --- a/engine/src/flutter/ci/licenses.sh +++ b/engine/src/flutter/ci/licenses.sh @@ -173,7 +173,7 @@ function verify_licenses() ( local actualLicenseCount actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')" - local expectedLicenseCount=918 + local expectedLicenseCount=917 if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then echo "=============================== ERROR ===============================" diff --git a/engine/src/flutter/ci/licenses_golden/excluded_files b/engine/src/flutter/ci/licenses_golden/excluded_files index 12a83959be..bacfaf4c7c 100644 --- a/engine/src/flutter/ci/licenses_golden/excluded_files +++ b/engine/src/flutter/ci/licenses_golden/excluded_files @@ -950,6 +950,7 @@ ../../../flutter/third_party/boringssl/src/.github ../../../flutter/third_party/boringssl/src/.gitignore ../../../flutter/third_party/boringssl/src/API-CONVENTIONS.md +../../../flutter/third_party/boringssl/src/AUTHORS ../../../flutter/third_party/boringssl/src/BREAKING-CHANGES.md ../../../flutter/third_party/boringssl/src/BUILD.bazel ../../../flutter/third_party/boringssl/src/BUILDING.md @@ -1009,6 +1010,7 @@ ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf_test.cc +../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator_test.cc @@ -1018,7 +1020,6 @@ ../../../flutter/third_party/boringssl/src/crypto/hpke/translate_test_vectors.py ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss_test.cc ../../../flutter/third_party/boringssl/src/crypto/impl_dispatch_test.cc -../../../flutter/third_party/boringssl/src/crypto/keccak/keccak_test.cc ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber_test.cc ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash_test.cc ../../../flutter/third_party/boringssl/src/crypto/md5/md5_test.cc @@ -1242,6 +1243,10 @@ ../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/mldsa_65_standard_sign_test.txt ../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/mldsa_65_standard_verify_test.json ../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/mldsa_65_standard_verify_test.txt +../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/mldsa_87_standard_sign_test.json +../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/mldsa_87_standard_sign_test.txt +../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/mldsa_87_standard_verify_test.json +../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/mldsa_87_standard_verify_test.txt ../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/primality_test.json ../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/primality_test.txt ../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha1_mgf1sha1_test.json diff --git a/engine/src/flutter/ci/licenses_golden/licenses_dart b/engine/src/flutter/ci/licenses_golden/licenses_dart index 067fa1a2ac..803b6dbf25 100644 --- a/engine/src/flutter/ci/licenses_golden/licenses_dart +++ b/engine/src/flutter/ci/licenses_golden/licenses_dart @@ -1,4 +1,4 @@ -Signature: da61ac66343c72a7a601b65f748e7b7a +Signature: 961e82ed392722293178038d809aa6d0 ==================================================================================================== LIBRARY: dart @@ -599,7 +599,6 @@ ORIGIN: ../../../flutter/third_party/dart/runtime/platform/utils_macos.h + ../.. ORIGIN: ../../../flutter/third_party/dart/runtime/platform/utils_win.cc + ../../../flutter/third_party/dart/LICENSE ORIGIN: ../../../flutter/third_party/dart/runtime/platform/utils_win.h + ../../../flutter/third_party/dart/LICENSE ORIGIN: ../../../flutter/third_party/dart/runtime/vm/allocation.cc + ../../../flutter/third_party/dart/LICENSE -ORIGIN: ../../../flutter/third_party/dart/runtime/vm/base_isolate.h + ../../../flutter/third_party/dart/LICENSE ORIGIN: ../../../flutter/third_party/dart/runtime/vm/bit_set.h + ../../../flutter/third_party/dart/LICENSE ORIGIN: ../../../flutter/third_party/dart/runtime/vm/bit_vector.cc + ../../../flutter/third_party/dart/LICENSE ORIGIN: ../../../flutter/third_party/dart/runtime/vm/bit_vector.h + ../../../flutter/third_party/dart/LICENSE @@ -951,7 +950,6 @@ FILE: ../../../flutter/third_party/dart/runtime/platform/utils_macos.h FILE: ../../../flutter/third_party/dart/runtime/platform/utils_win.cc FILE: ../../../flutter/third_party/dart/runtime/platform/utils_win.h FILE: ../../../flutter/third_party/dart/runtime/vm/allocation.cc -FILE: ../../../flutter/third_party/dart/runtime/vm/base_isolate.h FILE: ../../../flutter/third_party/dart/runtime/vm/bit_set.h FILE: ../../../flutter/third_party/dart/runtime/vm/bit_vector.cc FILE: ../../../flutter/third_party/dart/runtime/vm/bit_vector.h @@ -4807,7 +4805,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/7ed58b3c462ace547fbf3a2c119e515c676ba20a +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/85569ab5b392c1b4a2976d508ceac6026f065e2b /third_party/fallback_root_certificates/ ==================================================================================================== diff --git a/engine/src/flutter/ci/licenses_golden/licenses_flutter b/engine/src/flutter/ci/licenses_golden/licenses_flutter index 36f280bd78..2b70f308a0 100644 --- a/engine/src/flutter/ci/licenses_golden/licenses_flutter +++ b/engine/src/flutter/ci/licenses_golden/licenses_flutter @@ -38148,117 +38148,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_tls.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/crypto.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/urandom.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/windows.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/aead.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cpu.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/crypto.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/engine.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hkdf.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/objects.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/opensslconf.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/opensslv.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ossl_typ.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs12.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs7.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/poly1305.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/rand.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/safestack.h -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/args.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/client.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/const.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/digest.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/pkcs12.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/server.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/speed.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/tool.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/transport_common.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/transport_common.h -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_tls.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/crypto.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/urandom.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/windows.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/aead.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cpu.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/crypto.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/engine.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hkdf.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/objects.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/opensslconf.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/opensslv.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ossl_typ.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs12.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs7.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/poly1305.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rand.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/safestack.h -FILE: ../../../flutter/third_party/boringssl/src/tool/args.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/client.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/const.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/digest.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/internal.h -FILE: ../../../flutter/third_party/boringssl/src/tool/pkcs12.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/server.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/speed.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/tool.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/transport_common.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/transport_common.h ----------------------------------------------------------------------------------------------------- -Copyright (c) 2014, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: icu ORIGIN: ../../../flutter/third_party/icu/source/i18n/scientificnumberformatter.cpp + ../../../flutter/third_party/icu/LICENSE @@ -38576,71 +38465,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/bn_asn1.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/refcount.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_none.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_win.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/dtls1.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/srtp.h -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_aead_ctx.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_buffer.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_key_share.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/ciphers.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/generate_ed25519.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/genrsa.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/rand.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/bn_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/refcount.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_none.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_win.cc -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dtls1.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/srtp.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_aead_ctx.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_buffer.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_key_share.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/ciphers.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/generate_ed25519.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/genrsa.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/rand.cc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2015, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: icu ORIGIN: ../../../flutter/third_party/icu/source/data/sprep/rfc3920node.txt + ../../../flutter/third_party/icu/LICENSE @@ -38818,67 +38642,6 @@ freely, subject to the following restrictions: distribution. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/deterministic.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pool.h -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_both.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_client.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_enc.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_server.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/deterministic.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pool.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_both.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_client.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_enc.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_server.cc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2016, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: glfw ORIGIN: ../../../flutter/third_party/glfw/src/null_joystick.c @@ -38907,67 +38670,6 @@ freely, subject to the following restrictions: distribution. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/forkunsafe.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/rand_extra.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/span.h -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/file.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/sign.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/forkunsafe.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/rand_extra.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/span.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/file.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/sign.cc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2017, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: pkg ORIGIN: ../../../flutter/third_party/pkg/coverage/bin/run_and_collect.dart + ../../../flutter/third_party/pkg/coverage/LICENSE @@ -39131,81 +38833,6 @@ FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/md5/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hrss.h -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handoff.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/md5/internal.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hrss.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/handoff.cc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2018, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.cc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2018, Google Inc. -Copyright (c) 2020, Arm Ltd. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: inja ORIGIN: ../../../flutter/third_party/inja/LICENSE @@ -39271,45 +38898,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_derive.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_derive.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h ----------------------------------------------------------------------------------------------------- -Copyright (c) 2019, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: glslang ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/CInterface/spirv_c_interface.cpp @@ -39429,59 +39017,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/hash_to_curve.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/fork_detect.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getrandom_fillin.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/passive.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/fd.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/hash_to_curve.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/fork_detect.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getrandom_fillin.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/passive.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h -FILE: ../../../flutter/third_party/boringssl/src/tool/fd.cc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2020, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: glslang ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/glslang/Public/resource_limits_c.h @@ -39668,41 +39203,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/encrypted_client_hello.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/generate_ech.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/encrypted_client_hello.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/generate_ech.cc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2021, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: glslang ORIGIN: ../../../flutter/third_party/vulkan-deps/glslang/src/SPIRV/GLSL.ext.ARM.h @@ -39795,41 +39295,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/posix_time.h -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/posix_time.h ----------------------------------------------------------------------------------------------------- -Copyright (c) 2022, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: boringssl ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.cc @@ -39891,159 +39356,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/keccak/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/keccak/keccak.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mlkem/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getentropy.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/ios.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/trusty.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/kyber.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pki/certificate.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/target.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3.h -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/certificate.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/keccak/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/keccak/keccak.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getentropy.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/ios.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/trusty.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/kyber.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/certificate.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/target.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3.h -FILE: ../../../flutter/third_party/boringssl/src/pki/certificate.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/verify.cc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2023, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/MODULE.bazel -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bcm_support.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm_interface.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/sysrand_internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_extra.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/mlkem.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify_error.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/time.h -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_credential.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/MODULE.bazel -FILE: ../../../flutter/third_party/boringssl/src/crypto/bcm_support.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm_interface.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/sysrand_internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_extra.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mlkem.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify_error.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/time.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_credential.cc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2024, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mldsa/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/address.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/params.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bcm_public.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/mldsa.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/slhdsa.h -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/address.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/params.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bcm_public.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mldsa.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/slhdsa.h ----------------------------------------------------------------------------------------------------- -Copyright (c) 2024, Google LLC - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: icu ORIGIN: ../../../flutter/third_party/icu/source/i18n/decNumber.h (with ../../../flutter/third_party/icu/LICENSE) @@ -48847,6 +48159,121 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_tls.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/crypto.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mldsa/mldsa.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mlkem/mlkem.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/urandom.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/windows.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/aead.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cpu.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/crypto.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/engine.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hkdf.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/objects.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/opensslconf.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/opensslv.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ossl_typ.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs12.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs7.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/poly1305.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/rand.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/safestack.h +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/args.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/client.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/const.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/digest.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/pkcs12.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/server.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/speed.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/tool.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/transport_common.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/transport_common.h +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_tls.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/crypto.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mldsa/mldsa.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mlkem/mlkem.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/urandom.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/windows.cc +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/aead.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cpu.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/crypto.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/engine.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hkdf.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/objects.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/opensslconf.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/opensslv.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ossl_typ.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs12.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs7.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/poly1305.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rand.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/safestack.h +FILE: ../../../flutter/third_party/boringssl/src/tool/args.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/client.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/const.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/digest.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/internal.h +FILE: ../../../flutter/third_party/boringssl/src/tool/pkcs12.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/server.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/speed.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/tool.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/transport_common.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/transport_common.h +---------------------------------------------------------------------------------------------------- +Copyright 2014 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: accessibility LIBRARY: angle @@ -49416,6 +48843,71 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/bn_asn1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/refcount.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_none.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_win.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/dtls1.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/srtp.h +ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_aead_ctx.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_buffer.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_key_share.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/ciphers.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/generate_ed25519.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/genrsa.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/rand.cc +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/crypto/bn_extra/bn_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/refcount.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_none.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_win.cc +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.cc +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dtls1.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/srtp.h +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_aead_ctx.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_buffer.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_key_share.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/ciphers.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/generate_ed25519.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/genrsa.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/rand.cc +---------------------------------------------------------------------------------------------------- +Copyright 2015 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: boringssl ORIGIN: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) @@ -50099,6 +49591,67 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/deterministic.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pool.h +ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_both.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_client.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_enc.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_server.cc +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/deterministic.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pool.h +FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_both.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_client.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_enc.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_server.cc +---------------------------------------------------------------------------------------------------- +Copyright 2016 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: boringssl ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) @@ -50526,6 +50079,67 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/forkunsafe.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/rand_extra.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/span.h +ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/file.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/sign.cc +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/forkunsafe.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/rand_extra.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.cc +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/span.h +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/file.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/sign.cc +---------------------------------------------------------------------------------------------------- +Copyright 2017 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: zlib ORIGIN: ../../../flutter/third_party/zlib/adler32_simd.c + ../../../LICENSE @@ -51627,6 +51241,81 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/md5/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hrss.h +ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handoff.cc +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/md5/internal.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hrss.h +FILE: ../../../flutter/third_party/boringssl/src/ssl/handoff.cc +---------------------------------------------------------------------------------------------------- +Copyright 2018 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.cc +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.cc +---------------------------------------------------------------------------------------------------- +Copyright 2018 The BoringSSL Authors +Copyright (c) 2020, Arm Ltd. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: zlib ORIGIN: ../../../flutter/third_party/zlib/contrib/bench/zlib_bench.cc + ../../../LICENSE @@ -52251,6 +51940,45 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_derive.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/ec_derive.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.cc +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h +---------------------------------------------------------------------------------------------------- +Copyright 2019 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: zlib ORIGIN: ../../../flutter/third_party/zlib/contrib/optimizations/insert_string.h + ../../../LICENSE @@ -53014,6 +52742,59 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/hash_to_curve.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/fork_detect.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getrandom_fillin.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/passive.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/fd.cc +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/hash_to_curve.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/ec_extra/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/fork_detect.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getrandom_fillin.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/passive.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.cc +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h +FILE: ../../../flutter/third_party/boringssl/src/tool/fd.cc +---------------------------------------------------------------------------------------------------- +Copyright 2020 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: accessibility ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_action_handler_base.cc + ../../../flutter/third_party/accessibility/LICENSE @@ -53538,6 +53319,41 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h +ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/encrypted_client_hello.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/tool/generate_ech.cc +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h +FILE: ../../../flutter/third_party/boringssl/src/ssl/encrypted_client_hello.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/generate_ech.cc +---------------------------------------------------------------------------------------------------- +Copyright 2021 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: pkg ORIGIN: ../../../flutter/third_party/pkg/io/lib/src/charcodes.dart + ../../../flutter/third_party/pkg/io/LICENSE @@ -53904,6 +53720,41 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/posix_time.h +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.cc +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/posix_time.h +---------------------------------------------------------------------------------------------------- +Copyright 2022 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: zlib ORIGIN: ../../../flutter/third_party/zlib/slide_hash_simd.h + ../../../LICENSE @@ -54069,6 +53920,59 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak.cc.inc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getentropy.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/ios.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/trusty.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/kyber.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pki/certificate.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/target.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3.h +ORIGIN: ../../../flutter/third_party/boringssl/src/pki/certificate.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify.cc +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/getentropy.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/ios.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/trusty.cc +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/kyber.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/certificate.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/target.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3.h +FILE: ../../../flutter/third_party/boringssl/src/pki/certificate.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/verify.cc +---------------------------------------------------------------------------------------------------- +Copyright 2023 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: boringssl ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ip_util.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) @@ -54082,6 +53986,83 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file ==================================================================================================== +==================================================================================================== +LIBRARY: boringssl +ORIGIN: ../../../flutter/third_party/boringssl/src/MODULE.bazel +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bcm_support.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm_interface.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/sysrand_internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_extra.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/address.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/internal.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/params.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.h +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.cc +ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bcm_public.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/mldsa.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/mlkem.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify_error.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/slhdsa.h +ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/time.h +ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_credential.cc +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/boringssl/src/MODULE.bazel +FILE: ../../../flutter/third_party/boringssl/src/crypto/bcm_support.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm_interface.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand_extra/sysrand_internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa_extra/rsa_extra.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/address.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/fors.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/merkle.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/params.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/thash.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/wots.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bcm_public.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mldsa.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mlkem.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify_error.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/slhdsa.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/time.h +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_credential.cc +---------------------------------------------------------------------------------------------------- +Copyright 2024 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: boringssl ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/internal.h @@ -57927,6 +57908,7 @@ FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared.l FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck1.png FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck2.png FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck3.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/[Content_Types].xml FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/_rels/.rels FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/customXml/_rels/item1.xml.rels @@ -58043,10 +58025,11 @@ FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg_ FILE: ../../../flutter/third_party/boringssl/src/crypto/hmac_extra/hmac_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke_test_vectors.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/test-vectors.json -FILE: ../../../flutter/third_party/boringssl/src/crypto/keccak/keccak_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_keygen_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_siggen_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_keygen_65_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_keygen_87_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_siggen_65_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_siggen_87_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_decap_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_encap_tests.txt FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_keygen_tests.txt @@ -58434,7 +58417,7 @@ copied and put under another distribution licence ISC license used for completely new code in BoringSSL: -Copyright (c) 2015, Google Inc. +Copyright 2015 The BoringSSL Authors Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -71611,4 +71594,4 @@ freely, subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. ==================================================================================================== -Total license count: 918 +Total license count: 917 diff --git a/engine/src/flutter/sky/packages/sky_engine/LICENSE b/engine/src/flutter/sky/packages/sky_engine/LICENSE index 0105ac26e2..03c2c8ce20 100644 --- a/engine/src/flutter/sky/packages/sky_engine/LICENSE +++ b/engine/src/flutter/sky/packages/sky_engine/LICENSE @@ -22775,22 +22775,6 @@ 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. -------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2014, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- icu Copyright (c) 2014, International Business Machines @@ -23075,22 +23059,6 @@ 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. -------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2015, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- icu Copyright (c) 2015, International Business Machines Corporation and @@ -23257,22 +23225,6 @@ freely, subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2016, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- dart Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file @@ -23326,22 +23278,6 @@ freely, subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2017, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- pkg Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file @@ -23503,39 +23439,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2018, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2018, Google Inc. -Copyright (c) 2020, Arm Ltd. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- dart Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file @@ -23638,22 +23541,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2019, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- glslang Copyright (c) 2019, Viktor Latypov @@ -23802,22 +23689,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2020, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- glslang Copyright (c) 2020, Travis Fort @@ -24030,22 +23901,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2021, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- dart Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file @@ -24149,22 +24004,6 @@ SOFTWARE. -------------------------------------------------------------------------------- boringssl -Copyright (c) 2022, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- -boringssl - Copyright (c) 2022, Robert Nagy Permission to use, copy, modify, and/or distribute this software for any @@ -24240,22 +24079,6 @@ 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. -------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2023, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- dart Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file @@ -24316,38 +24139,6 @@ 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. -------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2024, Google Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- -boringssl - -Copyright (c) 2024, Google LLC - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --------------------------------------------------------------------------------- dart Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file @@ -26342,6 +26133,22 @@ 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. -------------------------------------------------------------------------------- +boringssl + +Copyright 2014 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- accessibility angle icu @@ -26594,6 +26401,22 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- boringssl +Copyright 2015 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + Copyright 2015 The Chromium Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file @@ -26841,6 +26664,22 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- boringssl +Copyright 2016 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + Copyright 2016 The Chromium Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file @@ -27054,6 +26893,22 @@ 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. -------------------------------------------------------------------------------- +boringssl + +Copyright 2017 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- zlib Copyright 2017 The Chromium Authors @@ -27462,6 +27317,39 @@ 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. -------------------------------------------------------------------------------- +boringssl + +Copyright 2018 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + +Copyright 2018 The BoringSSL Authors +Copyright (c) 2020, Arm Ltd. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- zlib Copyright 2018 The Chromium Authors @@ -27813,6 +27701,22 @@ 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. -------------------------------------------------------------------------------- +boringssl + +Copyright 2019 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- zlib Copyright 2019 The Chromium Authors @@ -28133,6 +28037,22 @@ 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. -------------------------------------------------------------------------------- +boringssl + +Copyright 2020 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- accessibility Copyright 2020 The Chromium Authors. All rights reserved. @@ -28418,6 +28338,22 @@ 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. -------------------------------------------------------------------------------- +boringssl + +Copyright 2021 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- libjxl Copyright 2021 The Chromium Authors. All rights reserved. @@ -28756,6 +28692,22 @@ 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. -------------------------------------------------------------------------------- +boringssl + +Copyright 2022 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- zlib Copyright 2022 The Chromium Authors @@ -29015,6 +28967,22 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- boringssl +Copyright 2023 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +boringssl + Copyright 2023 The Chromium Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file @@ -29174,6 +29142,22 @@ 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. -------------------------------------------------------------------------------- +boringssl + +Copyright 2024 The BoringSSL Authors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- fuchsia_sdk Copyright 2024 The Fuchsia Authors. All rights reserved. @@ -32253,7 +32237,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/37bbc285d8d2ad66843703d7f60dcdf23fd76175 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/85569ab5b392c1b4a2976d508ceac6026f065e2b /third_party/fallback_root_certificates/ -------------------------------------------------------------------------------- @@ -32374,7 +32358,7 @@ copied and put under another distribution licence ISC license used for completely new code in BoringSSL: -Copyright (c) 2015, Google Inc. +Copyright 2015 The BoringSSL Authors Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/engine/src/tools/dart/create_updated_flutter_deps.py b/engine/src/tools/dart/create_updated_flutter_deps.py index 2f51a97440..aff060f83a 100755 --- a/engine/src/tools/dart/create_updated_flutter_deps.py +++ b/engine/src/tools/dart/create_updated_flutter_deps.py @@ -17,7 +17,7 @@ import sys DART_SCRIPT_DIR = os.path.dirname(sys.argv[0]) OLD_DART_DEPS = os.path.realpath(os.path.join(DART_SCRIPT_DIR, '../../third_party/dart/DEPS')) DART_DEPS = os.path.realpath(os.path.join(DART_SCRIPT_DIR, '../../flutter/third_party/dart/DEPS')) -FLUTTER_DEPS = os.path.realpath(os.path.join(DART_SCRIPT_DIR, '../../flutter/DEPS')) +FLUTTER_DEPS = os.path.realpath(os.path.join(DART_SCRIPT_DIR, '../../../../DEPS')) class VarImpl(object): def __init__(self, local_scope): @@ -107,8 +107,7 @@ def Main(argv): while i < len(lines) and (lines[i].startswith(" # WARNING: end of dart dependencies") == 0): i = i + 1 for (k, v) in sorted(old_deps.items()): - if (k.startswith('src/flutter/third_party/dart/') or - k.startswith('src/third_party/dart/')): + if (k.startswith('engine/src/flutter/third_party/dart/')): for (dart_k, dart_v) in (list(new_deps.items())): dart_k_suffix = dart_k[len('sdk/') if dart_k.startswith('sdk/') else 0:] if (k.endswith(dart_k_suffix)):