diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 23:32:52 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 23:32:52 +0000 |
commit | ed9cea75387fd17e66cdb476a74b415e4ce627bf (patch) | |
tree | 0e54cbeaa45dc8ba0a7a164dfa6d3653d97d0518 /tools/checklicenses | |
parent | 10760e4acd398a047a25284b308134760ce2c0c6 (diff) | |
download | chromium_src-ed9cea75387fd17e66cdb476a74b415e4ce627bf.zip chromium_src-ed9cea75387fd17e66cdb476a74b415e4ce627bf.tar.gz chromium_src-ed9cea75387fd17e66cdb476a74b415e4ce627bf.tar.bz2 |
Add tools/swarm_client/third_party as unknown license.
This is because colorama is missing license header on its files, even if
LICENSE.txt is included. Note that these files are not needed for the build
process to complete.
R=phajdan.jr@chromium.org
NOTRY=true
BUG=colorama:44
Review URL: https://chromiumcodereview.appspot.com/23654007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 847347c..e84b149 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -362,6 +362,12 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/sqlite': [ 'UNKNOWN', ], + + # https://code.google.com/p/colorama/issues/detail?id=44 + 'tools/swarm_client/third_party/colorama': [ + 'UNKNOWN', + ], + 'third_party/swig/Lib/linkruntime.c': [ # http://crbug.com/98585 'UNKNOWN', ], |