Skip to content

Commit

Permalink
Update licenses for Garnet/FXL renaming (flutter#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Sep 12, 2017
1 parent 31d03de commit 7fd7ecd
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 184 deletions.
4 changes: 4 additions & 0 deletions tools/licenses/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2150,6 +2150,10 @@ class RepositoryGarnetDirectory extends RepositoryDirectory {
@override
bool shouldRecurse(fs.IoNode entry) {
return entry.name != 'bin'
&& entry.name != 'docs'
&& entry.name != 'examples'
&& entry.name != 'go'
&& entry.name != 'lib'
&& super.shouldRecurse(entry);
}

Expand Down
Loading

0 comments on commit 7fd7ecd

Please sign in to comment.