Skip to content

Commit

Permalink
Exclude frontend_server from the license crawl (flutter#4645)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Feb 9, 2018
1 parent 337764e commit b685c86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions tools/licenses/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2106,6 +2106,7 @@ class RepositoryFlutterDirectory extends RepositoryDirectory {
&& entry.name != 'examples'
&& entry.name != 'build'
&& entry.name != 'travis'
&& entry.name != 'frontend_server'
&& super.shouldRecurse(entry);
}

Expand Down
2 changes: 0 additions & 2 deletions travis/licenses_golden/licenses_flutter
Original file line number Diff line number Diff line change
Expand Up @@ -1549,8 +1549,6 @@ ORIGIN: ../../../LICENSE
TYPE: LicenseType.bsd
FILE: ../../../flutter/DEPS
FILE: ../../../flutter/content_handler/meta/sandbox
FILE: ../../../flutter/frontend_server/bin/starter.dart
FILE: ../../../flutter/frontend_server/lib/server.dart
FILE: ../../../flutter/lib/io/dart_io.cc
FILE: ../../../flutter/lib/io/dart_io.h
FILE: ../../../flutter/lib/snapshot/libraries.json
Expand Down

0 comments on commit b685c86

Please sign in to comment.