Index: tools/checklicenses/checklicenses.py |
=================================================================== |
--- tools/checklicenses/checklicenses.py (revision 242050) |
+++ tools/checklicenses/checklicenses.py (working copy) |
@@ -215,6 +215,18 @@ |
'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', |
+ ], |
'third_party/libevent': [ # http://crbug.com/98309 |
'UNKNOWN', |
], |