diff options
Diffstat (limited to 'third_party/devscripts/licensecheck.pl')
-rwxr-xr-x | third_party/devscripts/licensecheck.pl | 2 |
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 ([^ ]+)/) { |