Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: tools/checklicenses/checklicenses.py

Issue 8171006: Fix gps.h license issue, by deleting it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/gpsd/release-2.38/gps.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index beb6fd197552ea56e4caa4b31f1149b17174fbfc..51578c51cedf76c8dd29a9f29d88a2adc82195d7 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',
],
« no previous file with comments | « third_party/gpsd/release-2.38/gps.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698