diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-07 15:29:14 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-07 15:29:14 +0000 |
commit | ede1baf26e1c524f903f2fcb7070f28ae815fad1 (patch) | |
tree | 9131847a5ec964b925eb4e6c04bcc9497f897684 /tools/checklicenses | |
parent | 98e60fa21e8e34bc66e80107f1881a74541662ca (diff) | |
download | chromium_src-ede1baf26e1c524f903f2fcb7070f28ae815fad1.zip chromium_src-ede1baf26e1c524f903f2fcb7070f28ae815fad1.tar.gz chromium_src-ede1baf26e1c524f903f2fcb7070f28ae815fad1.tar.bz2 |
Revert 104481 - 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
TBR=joth@chromium.org
Review URL: http://codereview.chromium.org/8199006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 51578c5..beb6fd1 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -226,6 +226,9 @@ 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', ], |