From aaeeeb997f67e490de0dba4a555bac47e11bfadf Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Tue, 2 Oct 2012 12:31:02 +0000 Subject: 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 --- third_party/devscripts/licensecheck.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'third_party/devscripts') 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"; } -- cgit v1.1