diff options
author | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-25 18:24:01 +0000 |
---|---|---|
committer | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-25 18:24:01 +0000 |
commit | a54c078e2575f386a8427c8bcd6fb61fdebaf747 (patch) | |
tree | d8d1ea003a29b92b437dd7ad4bccb8e6bb0e0bf4 /tools | |
parent | 802a30620edcdbda3321e4253f49830f324c4ae2 (diff) | |
download | chromium_src-a54c078e2575f386a8427c8bcd6fb61fdebaf747.zip chromium_src-a54c078e2575f386a8427c8bcd6fb61fdebaf747.tar.gz chromium_src-a54c078e2575f386a8427c8bcd6fb61fdebaf747.tar.bz2 |
Fix licensecheck on third_party/cld
- Remove unused files
- Update license description
- Remove them from suppression list
BUG=98120
TEST=tools/checklicenses/checklicenses.py third_party/cld
Review URL: https://codereview.chromium.org/12676028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 0677536..4dfa7c5 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -186,9 +186,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'UNKNOWN', ], - 'third_party/cld/encodings/compact_lang_det': [ # http://crbug.com/98120 - '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': [ |