summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-18 20:39:28 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-18 20:39:28 +0000
commit1d0079155dc88b3793e36b01a5888fc58b0ce374 (patch)
tree61cc519226e2ec60d20d961d7709f54a8140fd99 /tools/checklicenses
parent1288873b3b33527aa8d2a24baa711e70d99eb8cd (diff)
downloadchromium_src-1d0079155dc88b3793e36b01a5888fc58b0ce374.zip
chromium_src-1d0079155dc88b3793e36b01a5888fc58b0ce374.tar.gz
chromium_src-1d0079155dc88b3793e36b01a5888fc58b0ce374.tar.bz2
Attempt at making checklicenses green after first run on the real bots.
Review URL: http://codereview.chromium.org/7935011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101714 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 0bd79d0..211528b 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -91,9 +91,22 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'chrome/test/data/layout_tests/LayoutTests': [
'UNKNOWN',
],
+ 'chrome/test/data/plugin': [
+ 'UNKNOWN',
+ ],
'courgette/third_party/bsdiff_create.cc': [
'UNKNOWN',
],
+ 'data/mozilla_js_tests': [
+ 'UNKNOWN',
+ ],
+ 'data/page_cycler': [
+ 'UNKNOWN',
+ 'GPL (v2 or later)',
+ ],
+ 'data/tab_switching': [
+ 'UNKNOWN',
+ ],
'googleurl': [
'UNKNOWN',
],
@@ -361,6 +374,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/zlib/trees.h': [
'UNKNOWN',
],
+ 'third_party/WebKit/LayoutTests/fast/xsl': [
+ 'MPL (v1.1)',
+ ],
'tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py': [
'UNKNOWN',
],
@@ -400,6 +416,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'v8/test/cctest': [
'UNKNOWN',
],
+ 'webkit/data/ico_decoder': [
+ 'UNKNOWN',
+ ],
}