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

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
« no previous file with comments | « third_party/devscripts/chromium-1.patch ('k') | third_party/devscripts/licensecheck.pl.orig » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/devscripts/licensecheck.pl
===================================================================
--- third_party/devscripts/licensecheck.pl (revision 106791)
+++ third_party/devscripts/licensecheck.pl (working copy)
@@ -527,6 +527,10 @@
$license = "libpng $license";
}
+ if ($licensetext =~ /under MIT license/) {
+ $license = "MIT/X11 (BSD like) $license";
+ }
+
$license = "UNKNOWN" if (!length($license));
return $license;
« no previous file with comments | « third_party/devscripts/chromium-1.patch ('k') | third_party/devscripts/licensecheck.pl.orig » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698