summaryrefslogtreecommitdiffstats
path: root/third_party/devscripts/licensecheck.pl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/devscripts/licensecheck.pl')
-rwxr-xr-xthird_party/devscripts/licensecheck.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl
index abdb1a4..1afbacdd 100755
--- a/third_party/devscripts/licensecheck.pl
+++ b/third_party/devscripts/licensecheck.pl
@@ -450,6 +450,8 @@ sub parselicense($) {
$license = "BSD-like $license";
} elsif ($licensetext =~ /BSD terms apply/) {
$license = "BSD-like $license";
+ } elsif ($licensetext =~ /GOVERNED BY A BSD-STYLE SOURCE LICENSE/) {
+ $license = "BSD-like $license";
}
if ($licensetext =~ /Mozilla Public License Version ([^ ]+)/) {