Index: third_party/devscripts/licensecheck.pl |
=================================================================== |
--- third_party/devscripts/licensecheck.pl (revision 241818) |
+++ third_party/devscripts/licensecheck.pl (working copy) |
@@ -497,6 +497,10 @@ |
$license = "University of Illinois/NCSA Open Source License (BSD like) $license"; |
} |
+ if ($licensetext =~ /This file is dual licensed under the MIT and the University of Illinois Open Source License/){ |
+ $license = "dual license: MIT | University of Illinois/NCSA Open Source License (BSD like) $license"; |
Paweł Hajdan Jr.
2013/12/20 08:26:09
There's no need to include "dual license" in the t
Alexander Potapenko
2013/12/20 08:39:44
Removed "dual 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/i) { |
$license = "ISC $license"; |
} |