Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b4524a3

Browse files
committed
run license script
1 parent 5aa90fb commit b4524a3

File tree

5 files changed

+654
-3
lines changed

5 files changed

+654
-3
lines changed

ci/licenses.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function verify_licenses() (
173173

174174
local actualLicenseCount
175175
actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')"
176-
local expectedLicenseCount=909 # When changing this number: Update the error message below as well describing the newly expected license types.
176+
local expectedLicenseCount=918
177177

178178
if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then
179179
echo "=============================== ERROR ==============================="

ci/licenses_golden/excluded_files

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,33 @@
13441344
../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/xchacha20_poly1305_test.json
13451345
../../../flutter/third_party/boringssl/src/third_party/wycheproof_testvectors/xchacha20_poly1305_test.txt
13461346
../../../flutter/third_party/boringssl/src/util
1347+
../../../flutter/third_party/brotli/.editorconfig
1348+
../../../flutter/third_party/brotli/.git
1349+
../../../flutter/third_party/brotli/.gitattributes
1350+
../../../flutter/third_party/brotli/.github
1351+
../../../flutter/third_party/brotli/.gitignore
1352+
../../../flutter/third_party/brotli/BUILD.bazel
1353+
../../../flutter/third_party/brotli/CHANGELOG.md
1354+
../../../flutter/third_party/brotli/CMakeLists.txt
1355+
../../../flutter/third_party/brotli/CONTRIBUTING.md
1356+
../../../flutter/third_party/brotli/MANIFEST.in
1357+
../../../flutter/third_party/brotli/README
1358+
../../../flutter/third_party/brotli/README.md
1359+
../../../flutter/third_party/brotli/SECURITY.md
1360+
../../../flutter/third_party/brotli/WORKSPACE.bazel
1361+
../../../flutter/third_party/brotli/c/fuzz/.bazelrc
1362+
../../../flutter/third_party/brotli/c/fuzz/BUILD.bazel
1363+
../../../flutter/third_party/brotli/c/fuzz/WORKSPACE.bazel
1364+
../../../flutter/third_party/brotli/csharp
1365+
../../../flutter/third_party/brotli/docs
1366+
../../../flutter/third_party/brotli/go
1367+
../../../flutter/third_party/brotli/java
1368+
../../../flutter/third_party/brotli/js
1369+
../../../flutter/third_party/brotli/python
1370+
../../../flutter/third_party/brotli/research
1371+
../../../flutter/third_party/brotli/scripts
1372+
../../../flutter/third_party/brotli/setup.py
1373+
../../../flutter/third_party/brotli/tests
13471374
../../../flutter/third_party/cpu_features/src/.clang-format
13481375
../../../flutter/third_party/cpu_features/src/.git
13491376
../../../flutter/third_party/cpu_features/src/.github

0 commit comments

Comments
 (0)