diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-10 15:12:28 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-10 15:12:28 +0000 |
commit | 10984a564d0f9d630d60f7d15c1ad5aea7b23995 (patch) | |
tree | 41fc10cb3ac8d0d2ba383ba85a9d203e09d2b3d2 /tools/checklicenses | |
parent | fdbf691a9f51709cc574a2feb978c190a3595c26 (diff) | |
download | chromium_src-10984a564d0f9d630d60f7d15c1ad5aea7b23995.zip chromium_src-10984a564d0f9d630d60f7d15c1ad5aea7b23995.tar.gz chromium_src-10984a564d0f9d630d60f7d15c1ad5aea7b23995.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
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104481
Review URL: http://codereview.chromium.org/8171006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104716 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', ], |