| Index: third_party/devscripts/licensecheck.pl
|
| diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl
|
| index ee8b6f1048ea57563f64bf2f74ffbfbd13c90812..2127a00e0edf3e971f364323787e6207bcb48022 100755
|
| --- a/third_party/devscripts/licensecheck.pl
|
| +++ b/third_party/devscripts/licensecheck.pl
|
| @@ -512,7 +512,7 @@ sub parselicense($) {
|
| } else {
|
| $license = "BSD $license";
|
| }
|
| - } elsif ($licensetext =~ /Use of this source code is governed by a BSD-style license/) {
|
| + } elsif ($licensetext =~ /a BSD-style license/) {
|
| $license = "BSD-like $license";
|
| } elsif ($licensetext =~ /BSD terms apply/) {
|
| $license = "BSD-like $license";
|
|
|