summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslamm@google.com <slamm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-11 01:43:24 +0000
committerslamm@google.com <slamm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-11 01:43:24 +0000
commit98232e118977bc6d5e05509c4d7294e1abb0927b (patch)
tree7a438a6ea82e327a6865c0fdbea9927f1d83b749
parentfd0a6a3a75d7c71e7ad791e09682879ecfea108d (diff)
downloadchromium_src-98232e118977bc6d5e05509c4d7294e1abb0927b.zip
chromium_src-98232e118977bc6d5e05509c4d7294e1abb0927b.tar.gz
chromium_src-98232e118977bc6d5e05509c4d7294e1abb0927b.tar.bz2
Match ISC license with optional phrase ("and its documentation") used by dnspython.
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10310044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136479 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xthird_party/devscripts/licensecheck.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl
index ab33045..df7aebc 100755
--- a/third_party/devscripts/licensecheck.pl
+++ b/third_party/devscripts/licensecheck.pl
@@ -434,7 +434,7 @@ sub parselicense($) {
$license = "MIT/X11 (BSD like) $license";
}
- if ($licensetext =~ /Permission to use, copy, modify, and(\/or)? distribute this software for any purpose (with or )?without fee is hereby granted, provided.*(copyright|entire) notice.*all copies/) {
+ if ($licensetext =~ /Permission to use, copy, modify, and(\/or)? distribute this software (and its documentation )?for any purpose (with or )?without fee is hereby granted, provided.*(copyright|entire) notice.*all copies/) {
$license = "ISC $license";
}