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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 12047113: Make webview_licenses.py script to use licensecheck.pl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small cleanups Created 7 years, 11 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
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 6145785dcd167bd55a5375bcc0273e0150e99fd5..67b791c56039e1820f220d73eb4bfd50f87d8986 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -170,6 +170,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/WebKit': [
'UNKNOWN',
],
+ 'third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/pylint/test/'
+ 'unittest_pyreverse_writer.py': [
+ 'GPL (v2 or later)',
+ ],
'third_party/WebKit/Websites/webkit.org/blog/wp-content/plugins/'
'akismet/akismet.php': [
'GPL (v2 or later)'
« third_party/devscripts/licensecheck.pl ('K') | « third_party/devscripts/licensecheck.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698