Chromium Code Reviews| Index: third_party/devscripts/licensecheck.pl |
| =================================================================== |
| --- third_party/devscripts/licensecheck.pl (revision 106619) |
| +++ third_party/devscripts/licensecheck.pl (working copy) |
| @@ -527,6 +527,10 @@ |
| $license = "libpng $license"; |
| } |
| + if ($licensetext =~ /under MIT license/) { |
| + $license = "MIT license $license"; |
|
Paweł Hajdan Jr.
2011/10/21 06:53:30
This is good, just please use "MIT/X11 (BSD like)"
Ronghua
2011/10/21 19:04:06
Done.
|
| + } |
| + |
| $license = "UNKNOWN" if (!length($license)); |
| return $license; |