Skip to content

Commit

Permalink
Update checklicenses.py to allow GPL v3 in ffmpeg code
Browse files Browse the repository at this point in the history
BUG=

Review URL: https://codereview.chromium.org/607693002

Cr-Commit-Position: refs/heads/master@{#296962}
  • Loading branch information
jrummell-chromium authored and Commit bot committed Sep 26, 2014
1 parent e9672f9 commit a2b9474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/checklicenses/checklicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def PrintUsage():
'GPL',
'GPL (v2)',
'GPL (v2 or later)',
'GPL (v3 or later)',
'UNKNOWN', # http://crbug.com/98123
],
'third_party/fontconfig': [
Expand Down

0 comments on commit a2b9474

Please sign in to comment.