Chromium Code Reviews| Index: tools/checklicenses/checklicenses.py |
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
| index 25dedc297496e79c12559e756e66be8c37f34e24..cfbe2f3b1dc3d3019b785dbcc8daf1d1b648b3f9 100755 |
| --- a/tools/checklicenses/checklicenses.py |
| +++ b/tools/checklicenses/checklicenses.py |
| @@ -239,12 +239,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { |
| 'UNKNOWN', # https://rt.cpan.org/Public/Bug/Display.html?id=85915 |
| ], |
| 'third_party/lcov': [ # http://crbug.com/98304 |
|
Paweł Hajdan Jr.
2013/08/16 18:12:11
nit: And now you can remove the bug reference, bec
gkanwar1
2013/08/16 19:22:43
Done.
|
| - 'UNKNOWN', |
| - ], |
| - 'third_party/lcov/contrib/galaxy/genflat.pl': [ |
| 'GPL (v2 or later)', |
| ], |
| - 'third_party/lcov-1.9/contrib/galaxy/genflat.pl': [ |
| + 'third_party/lcov/contrib/galaxy/genflat.pl': [ |
|
Paweł Hajdan Jr.
2013/08/16 18:12:11
nit: This entry can be removed now, it's a subset
gkanwar1
2013/08/16 19:22:43
Done.
|
| 'GPL (v2 or later)', |
| ], |
| 'third_party/libevent': [ # http://crbug.com/98309 |