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

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: Fix permissions and shebangs 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 | « third_party/JSON/out/man/man3/JSON__backportPP__Compat5006.3pm ('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 bc1a2af2a147c41007bd552006bd98c59a8954e6..794eec659420ebe4424f4a74812a787b27692da9 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.
+ # 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',
],
« no previous file with comments | « third_party/JSON/out/man/man3/JSON__backportPP__Compat5006.3pm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698