diff options
author | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-02 21:57:19 +0000 |
---|---|---|
committer | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-02 21:57:19 +0000 |
commit | a5242d5dc5dc0581609ce232416494abfd683211 (patch) | |
tree | 10399f2b50af5096225b6d5902b6fb1dffab34c0 /third_party | |
parent | 9a2aebe07c306db09211e25eee66553668638de5 (diff) | |
download | chromium_src-a5242d5dc5dc0581609ce232416494abfd683211.zip chromium_src-a5242d5dc5dc0581609ce232416494abfd683211.tar.gz chromium_src-a5242d5dc5dc0581609ce232416494abfd683211.tar.bz2 |
Add match for another "ISC license"
BUG=none
TEST=checklicenses.py should work on third_party/libphonenumber
Review URL: http://codereview.chromium.org/8769025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112799 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rwxr-xr-x | third_party/devscripts/licensecheck.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl index 901e529..6b075e3 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 notice.*permission notice.*all copies/) { + 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/) { $license = "ISC $license"; } |