Chromium Code Reviews| Index: third_party/devscripts/licensecheck.pl |
| =================================================================== |
| --- third_party/devscripts/licensecheck.pl (revision 159662) |
| +++ third_party/devscripts/licensecheck.pl (working copy) |
| @@ -434,6 +434,10 @@ |
| $license = "MIT/X11 (BSD like) $license"; |
| } |
| + if ($licensetext =~ /This file is distributed under the University of Illinois Open Source License./){ |
|
Paweł Hajdan Jr.
2012/10/02 11:01:31
nit: I forgot about it earlier, but if possible (i
Alexander Potapenko
2012/10/02 11:39:33
I've just removed the dot.
|
| + $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"; |
| } |