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

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: +MIT whitelist for checklicenses on pexpect 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..d2bca4c6d5f03c0a51780dd7568eb700d517e120 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': [
Paweł Hajdan Jr. 2012/10/16 17:10:07 This should link to an upstream bug about missing
+ '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