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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 8251003: Add jsoncpp in DEPS and the gyp file to build jsoncpp in chromium. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 2 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
« third_party/devscripts/licensecheck.pl ('K') | « third_party/jsoncpp/jsoncpp.gyp ('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
===================================================================
--- tools/checklicenses/checklicenses.py (revision 106619)
+++ tools/checklicenses/checklicenses.py (working copy)
@@ -238,6 +238,9 @@
'third_party/icu': [ # http://crbug.com/98301
'UNKNOWN',
],
+ 'third_party/jsoncpp': [
+ 'MIT license'
Paweł Hajdan Jr. 2011/10/21 06:53:30 nit: I think this should say "MIT/X11 (BSD like)",
Ronghua 2011/10/21 19:04:06 Done.
+ ],
'third_party/jemalloc': [ # http://crbug.com/98302
'UNKNOWN',
],
« third_party/devscripts/licensecheck.pl ('K') | « third_party/jsoncpp/jsoncpp.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698