Index: third_party/devscripts/licensecheck.pl |
diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl |
index 0227ad1d02a3332bf6acb50235f9a1c9d5d67b74..03796277dbd51c22d4bdefb7ae6c774b0934fdcc 100755 |
--- a/third_party/devscripts/licensecheck.pl |
+++ b/third_party/devscripts/licensecheck.pl |
@@ -571,7 +571,7 @@ sub parselicense($) { |
$license = "SGI Free Software License B $license"; |
} |
- if ($licensetext =~ /in the public domain/i) { |
+ if ($licensetext =~ /(in|into) the public domain/i) { |
$license = "Public domain $license"; |
} |