Chromium Code Reviews| Index: tools/checklicenses/checklicenses.py |
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
| index 1a1c1ca707462c4d30e8f6ef66bde185b0d83227..a702a414dfb95224f1ce591bacf7737c52896fe8 100755 |
| --- a/tools/checklicenses/checklicenses.py |
| +++ b/tools/checklicenses/checklicenses.py |
| @@ -284,8 +284,8 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { |
| 'third_party/libvpx/source/libvpx/examples/includes': [ |
| 'GPL (v2 or later)', |
| ], |
| - 'third_party/libwebp': [ # http://crbug.com/98448 |
| - 'UNKNOWN', |
| + 'third_party/libwebp': [ |
| + 'BSD (3 clause)', |
|
Lei Zhang
2013/03/22 02:16:04
Shouldn't you be able to remove this block? BSD (3
jzern
2013/03/22 02:37:49
Oh yes, I wasn't thinking of the use of the list w
|
| ], |
| 'third_party/libxml': [ |
| 'UNKNOWN', |