| Index: tools/checklicenses/checklicenses.py
|
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
|
| index 8fabb65911c9a9f06d792d726f326668cfc41796..c816172179ff486647a87f474075f4fd69c5b679 100755
|
| --- a/tools/checklicenses/checklicenses.py
|
| +++ b/tools/checklicenses/checklicenses.py
|
| @@ -211,14 +211,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
|
| 'third_party/lcov/contrib/galaxy/genflat.pl': [
|
| 'GPL (v2 or later)',
|
| ],
|
| - 'third_party/libc++/trunk/include/support/solaris': [
|
| - # http://llvm.org/bugs/show_bug.cgi?id=18291
|
| - 'UNKNOWN',
|
| - ],
|
| - 'third_party/libc++/trunk/src/support/solaris/xlocale.c': [
|
| - # http://llvm.org/bugs/show_bug.cgi?id=18291
|
| - 'UNKNOWN',
|
| - ],
|
| 'third_party/libc++/trunk/test': [
|
| # http://llvm.org/bugs/show_bug.cgi?id=18291
|
| 'UNKNOWN',
|
|
|