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

Unified Diff: third_party/devscripts/licensecheck.pl

Issue 14761007: Add Python templating engine Jinja2 to third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | third_party/jinja2/AUTHORS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/devscripts/licensecheck.pl
diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl
index acc21306828df38dddfeb8fed8edcba32e7009bc..beb1d3bdf511464c28a5f47e07e8a0b3a39530c7 100755
--- a/third_party/devscripts/licensecheck.pl
+++ b/third_party/devscripts/licensecheck.pl
@@ -480,6 +480,8 @@ sub parselicense($) {
} elsif ($licensetext =~ /subject to the BSD License/) {
# TODO(sbc): remove this case once we fix: http://crbug.com/177268
$license = "BSD-like $license";
+ } elsif ($licensetext =~ /license BSD/) {
+ $license = "BSD-like $license";
} elsif ($licensetext =~ /GOVERNED BY A BSD-STYLE SOURCE LICENSE/) {
$license = "BSD-like $license";
}
« no previous file with comments | « no previous file | third_party/jinja2/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698