| Index: third_party/devscripts/licensecheck.pl
|
| diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl
|
| index 77dc3709779b3a51f797daa49dc36339f4203f69..2dbc5af12efba1a2b96befdd4e69f176f28176d7 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.) ([^ ]+[^., ]),?/) {
|
|
|