Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: tools/checklicenses/checklicenses.py

Issue 11142035: Add pexpect-2.3 to third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: With crbug Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pexpect/screen.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 11b0d22e28005b125c7090c061c986fdd8680363..195305fc4f9c6e1683aaca1c3dac78b5af7f2542 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -315,6 +315,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/ply/__init__.py': [
'UNKNOWN',
],
+ 'third_party/pexpect': [ # http://crbug.com/156113
+ 'UNKNOWN',
+ ],
'third_party/protobuf': [ # http://crbug.com/98455
'UNKNOWN',
],
« no previous file with comments | « third_party/pexpect/screen.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698