Commit a2b9474f authored by jrummell's avatar jrummell Committed by Commit bot

Update checklicenses.py to allow GPL v3 in ffmpeg code

BUG=

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

Cr-Commit-Position: refs/heads/master@{#296962}
parent e9672f96
...@@ -186,6 +186,7 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { ...@@ -186,6 +186,7 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'GPL', 'GPL',
'GPL (v2)', 'GPL (v2)',
'GPL (v2 or later)', 'GPL (v2 or later)',
'GPL (v3 or later)',
'UNKNOWN', # http://crbug.com/98123 'UNKNOWN', # http://crbug.com/98123
], ],
'third_party/fontconfig': [ 'third_party/fontconfig': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment