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