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

Unified Diff: third_party/devscripts/licensecheck.pl

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
Index: third_party/devscripts/licensecheck.pl
===================================================================
--- third_party/devscripts/licensecheck.pl (revision 106619)
+++ third_party/devscripts/licensecheck.pl (working copy)
@@ -527,6 +527,10 @@
$license = "libpng $license";
}
+ if ($licensetext =~ /under MIT license/) {
+ $license = "MIT license $license";
Paweł Hajdan Jr. 2011/10/21 06:53:30 This is good, just please use "MIT/X11 (BSD like)"
Ronghua 2011/10/21 19:04:06 Done.
+ }
+
$license = "UNKNOWN" if (!length($license));
return $license;
« no previous file with comments | « DEPS ('k') | third_party/jsoncpp/README.chromium » ('j') | tools/checklicenses/checklicenses.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698