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

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: Check SHA-1 hash Created 7 years, 7 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..20fb91bb192ae84bb22e666f049070f16cbaeddf 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -238,6 +238,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/jemalloc': [ # http://crbug.com/98302
'UNKNOWN',
],
+ 'third_party/JSON': [
+ 'UNKNOWN',
Paweł Hajdan Jr. 2013/06/05 03:04:23 New files should have this resolved. The file has
Lei Zhang 2013/06/05 03:08:57 Not all files being checked in have the license th
Nils Barth (inactive) 2013/06/07 09:10:13 To follow up: adding 'Perl' in general, and 'UNKNO
+ ],
'third_party/lcov': [ # http://crbug.com/98304
'UNKNOWN',
],
@@ -381,6 +384,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/tlslite': [
'UNKNOWN',
],
+ 'third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled': [
Paweł Hajdan Jr. 2013/06/05 03:04:23 Why is it here? I don't see this patch having anyt
+ 'GPL (v2 or later)',
+ ],
'third_party/webdriver': [ # http://crbug.com/98590
'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