summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 06:08:47 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-12 06:08:47 +0000
commit3f6ea1fbd53004fa597be9bbdc7442f66e99b0bf (patch)
tree87735d4f47d494be9458210302980b30e4188847
parentb2afd3d8ea8fa1fc0d8abb891a99d8ff2eabd30b (diff)
downloadchromium_src-3f6ea1fbd53004fa597be9bbdc7442f66e99b0bf.zip
chromium_src-3f6ea1fbd53004fa597be9bbdc7442f66e99b0bf.tar.gz
chromium_src-3f6ea1fbd53004fa597be9bbdc7442f66e99b0bf.tar.bz2
Cleanup: Remove unused white list entries from checklicenses.py.
NOTRY=true TBR=phajdan.jr@chromium.og Review URL: https://codereview.chromium.org/236313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263494 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xtools/checklicenses/checklicenses.py33
1 files changed, 0 insertions, 33 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 38d4331..5450c37 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -109,9 +109,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'chrome/common/extensions/docs/examples': [ # http://crbug.com/98092
'UNKNOWN',
],
- 'chrome/test/data/gpu/vt': [
- 'UNKNOWN',
- ],
'courgette/third_party/bsdiff_create.cc': [ # http://crbug.com/98095
'UNKNOWN',
],
@@ -134,10 +131,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'GPL (v3.1)',
'GPL (v3 or later)',
],
- 'net/tools/spdyshark': [
- 'GPL (v2 or later)',
- 'UNKNOWN',
- ],
'third_party/WebKit': [
'UNKNOWN',
],
@@ -163,19 +156,7 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/clang_format/script': [
'UNKNOWN',
],
- 'third_party/clang_format/scripts': [
- 'UNKNOWN',
- ],
- # Not used. http://crbug.com/156020
- # Using third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp instead.
- 'third_party/cros_dbus_cplusplus/source/autogen.sh': [
- 'UNKNOWN',
- ],
- # Included in the source tree but not built. http://crbug.com/156020
- 'third_party/cros_dbus_cplusplus/source/examples': [
- 'UNKNOWN',
- ],
'third_party/devscripts': [
'GPL (v2 or later)',
],
@@ -207,14 +188,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/icu': [ # http://crbug.com/98301
'UNKNOWN',
],
- 'third_party/jemalloc': [ # http://crbug.com/98302
- 'UNKNOWN',
- ],
- 'third_party/JSON': [
- 'Perl', # Build-only.
- # License missing upstream on 3 minor files.
- 'UNKNOWN', # https://rt.cpan.org/Public/Bug/Display.html?id=85915
- ],
'third_party/lcov': [ # http://crbug.com/98304
'UNKNOWN',
],
@@ -257,9 +230,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/libvpx/source': [ # http://crbug.com/98319
'UNKNOWN',
],
- 'third_party/libvpx/source/libvpx/examples/includes': [
- 'GPL (v2 or later)',
- ],
'third_party/libxml': [
'UNKNOWN',
],
@@ -397,9 +367,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'tools/gyp/test': [
'UNKNOWN',
],
- 'tools/histograms': [
- 'UNKNOWN',
- ],
'tools/python/google/__init__.py': [
'UNKNOWN',
],