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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1893333005: Add license to checklicenses.py for protobuf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | 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 944c577fd0c9babc40be580b8cf5793ce4828353..c34525027293e7963c12f0c7e34a705e4c5705e7 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -478,6 +478,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
'third_party/protobuf': [ # http://crbug.com/98455
+ # third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp
+ 'MIT/X11 (BSD like) Public domain MIT/X11 (BSD like)',
Lei Zhang 2016/04/18 21:25:21 Oh geez, because of the amalgamation in jsoncpp.cp
+
'UNKNOWN',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698