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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 15736030: Add JSON.pm to third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to v2.59, proper override 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
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index bc1a2af2a147c41007bd552006bd98c59a8954e6..f2cbc5da210bbfb9cbd8c2ec389d168de3d6d8e1 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -238,6 +238,11 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/jemalloc': [ # http://crbug.com/98302
'UNKNOWN',
],
+ 'third_party/JSON': [
+ 'Perl', # Build-only
Paweł Hajdan Jr. 2013/06/06 18:16:03 nit: End each comment with a dot, here and below.
Nils Barth (inactive) 2013/06/07 09:10:13 Done.
+ # License missing upstream on 3 minor files
+ 'UNKNOWN', # https://rt.cpan.org/Public/Bug/Display.html?id=85915
+ ],
'third_party/lcov': [ # http://crbug.com/98304
'UNKNOWN',
],
« 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