Chromium Code Reviews| Index: third_party/devscripts/licensecheck.pl |
| =================================================================== |
| --- third_party/devscripts/licensecheck.pl (revision 106791) |
| +++ third_party/devscripts/licensecheck.pl (working copy) |
| @@ -527,6 +527,10 @@ |
| $license = "libpng $license"; |
| } |
| + if ($licensetext =~ /under MIT license/) { |
| + $license = "MIT/X11 (BSD like) $license"; |
| + } |
| + |
| $license = "UNKNOWN" if (!length($license)); |
| return $license; |