summaryrefslogtreecommitdiffstats
path: root/third_party/devscripts
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-02 12:31:02 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-02 12:31:02 +0000
commitaaeeeb997f67e490de0dba4a555bac47e11bfadf (patch)
tree24b9c657fc29c917b980398c4cde5499cadd969f /third_party/devscripts
parentf763d8ff14d4483499b2f3094e906878b13a03cd (diff)
downloadchromium_src-aaeeeb997f67e490de0dba4a555bac47e11bfadf.zip
chromium_src-aaeeeb997f67e490de0dba4a555bac47e11bfadf.tar.gz
chromium_src-aaeeeb997f67e490de0dba4a555bac47e11bfadf.tar.bz2
Whitelist the University of Illinois Opensource License (http://llvm.org/releases/3.1/LICENSE.TXT) for the LLVM bits.
Review URL: https://codereview.chromium.org/10985065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/devscripts')
-rwxr-xr-xthird_party/devscripts/licensecheck.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl
index 98304356..fc476af 100755
--- a/third_party/devscripts/licensecheck.pl
+++ b/third_party/devscripts/licensecheck.pl
@@ -434,6 +434,10 @@ sub parselicense($) {
$license = "MIT/X11 (BSD like) $license";
}
+ if ($licensetext =~ /This file is distributed under the University of Illinois Open Source License/){
+ $license = "University of Illinois/NCSA Open Source License (BSD like) $license";
+ }
+
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";
}