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)):