Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / devscripts / licensecheck.pl
index 0227ad1..0379627 100755 (executable)
@@ -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";
     }