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 12771026: checklicenses: remove libwebp from path whitelist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reports as BSD-like after libwebp-0.3.1 Created 7 years, 6 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 | « no previous file | 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 98bb71b56f31e700875870e9f2616ac2b51c9750..28c4dce0215f6a99b6ee4fac2c5153f054565f3a 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -292,9 +292,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/libvpx/source/libvpx/examples/includes': [
'GPL (v2 or later)',
],
- 'third_party/libwebp': [ # http://crbug.com/98448
- 'UNKNOWN',
- ],
'third_party/libxml': [
'UNKNOWN',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698