diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-07 15:21:46 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-07 15:21:46 +0000 |
commit | 98e60fa21e8e34bc66e80107f1881a74541662ca (patch) | |
tree | 02b58a90f8534da2893ec21c2affb459e0773096 /tools/checklicenses | |
parent | 5e8ad9b8fc35000c6a6f9a5f1bad6eb4bc11c6b8 (diff) | |
download | chromium_src-98e60fa21e8e34bc66e80107f1881a74541662ca.zip chromium_src-98e60fa21e8e34bc66e80107f1881a74541662ca.tar.gz chromium_src-98e60fa21e8e34bc66e80107f1881a74541662ca.tar.bz2 |
Fix gps.h license issue, by deleting it
BUG=98132,99326
TEST=used gpsfake (from lucid package 2.92) and opened maps.google.com/maps/m
Review URL: http://codereview.chromium.org/8171006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104481 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-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 beb6fd1..51578c5 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -226,9 +226,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/gles2_conform/GTF_ES': [ # http://crbug.com/98131 'UNKNOWN', ], - 'third_party/gpsd/release-2.38/gps.h': [ # http://crbug.com/98132 - 'UNKNOWN', - ], 'third_party/harfbuzz': [ # http://crbug.com/98133 'UNKNOWN', ], |