| Index: third_party/devscripts/licensecheck.pl
|
| diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl
|
| index 5e0332780f9e32658418ddfef93cff09fd341c00..67a2bbe7b019e563b2218d8dee10638d4a201fbb 100755
|
| --- a/third_party/devscripts/licensecheck.pl
|
| +++ b/third_party/devscripts/licensecheck.pl
|
| @@ -531,6 +531,8 @@ sub parselicense($) {
|
| $license = "BSD-like $license";
|
| } elsif ($licensetext =~ /GOVERNED BY A BSD-STYLE SOURCE LICENSE/) {
|
| $license = "BSD-like $license";
|
| + } elsif ($licensetext =~ /BSD 3-Clause license/) {
|
| + $license = "BSD (3 clause) $license";
|
| }
|
|
|
| if ($licensetext =~ /Mozilla Public License( Version|, v.) ([^ ]+[^., ]),?/) {
|
|
|