diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-26 07:44:34 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-26 07:44:34 +0000 |
commit | 41e0f9c88f9ece2cb771458fe916f2ee363304c9 (patch) | |
tree | f06f1ffb9fb5ea3e3e3dee1d79d23b68ae4061f5 /tools/checklicenses | |
parent | b48aaa3261dc3afb29527e9d18e6dc8a3386ca91 (diff) | |
download | chromium_src-41e0f9c88f9ece2cb771458fe916f2ee363304c9.zip chromium_src-41e0f9c88f9ece2cb771458fe916f2ee363304c9.tar.gz chromium_src-41e0f9c88f9ece2cb771458fe916f2ee363304c9.tar.bz2 |
Suppressing license warnings on pymox.
BUG=None
TEST=None
R=thestig@chromium.org
Review URL: http://codereview.chromium.org/8668002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 4fd2c05..032159d 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -320,6 +320,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/pylib': [ 'UNKNOWN', ], + 'third_party/pymox': [ # http://crbug.com/105457 + 'UNKNOWN', + ], 'third_party/scons-2.0.1/engine/SCons': [ # http://crbug.com/98462 'UNKNOWN', ], |