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

Commit f991cf4

Browse files
committed
Licenses 2
1 parent 970000c commit f991cf4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

ci/licenses_golden/excluded_files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2890,6 +2890,7 @@
28902890
../../../third_party/sqlite/Makefile
28912891
../../../third_party/sqlite/README.md
28922892
../../../third_party/sqlite/VERSION
2893+
../../../third_party/stb
28932894
../../../third_party/swiftshader
28942895
../../../third_party/tinygltf
28952896
../../../third_party/vulkan-deps/.git

ci/licenses_golden/tool_signature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Signature: d8b5e1bcc7593e590ac227d01043c4a8
1+
Signature: 996bda987bb421e5aecf9238c247c296
22

tools/licenses/lib/paths.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ final Set<String> skippedPaths = <String>{
184184
r'third_party/skia/third_party/lua', // not linked in
185185
r'third_party/skia/third_party/vello', // not linked in
186186
r'third_party/skia/tools', // contains nothing that ends up in the binary executable
187+
r'third_party/stb',
187188
r'third_party/swiftshader', // only used on hosts for tests
188189
r'third_party/tinygltf',
189190
r'third_party/vulkan-deps/glslang/LICENSE', // excluded to make sure we don't accidentally apply it as a default license

0 commit comments

Comments
 (0)