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

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: Created 7 years, 9 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/devscripts/licensecheck.pl ('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 1a1c1ca707462c4d30e8f6ef66bde185b0d83227..a702a414dfb95224f1ce591bacf7737c52896fe8 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -284,8 +284,8 @@ 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/libwebp': [
+ 'BSD (3 clause)',
Lei Zhang 2013/03/22 02:16:04 Shouldn't you be able to remove this block? BSD (3
jzern 2013/03/22 02:37:49 Oh yes, I wasn't thinking of the use of the list w
],
'third_party/libxml': [
'UNKNOWN',
« no previous file with comments | « third_party/devscripts/licensecheck.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698