Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / devscripts / licensecheck.pl
index 2dbc5af..a2db1a9 100755 (executable)
@@ -643,6 +643,10 @@ sub parselicense($) {
         $license = "Anti-Grain Geometry $license";
     }
 
+    if ($licensetext =~ /Developed at SunSoft, a Sun Microsystems, Inc\. business\. Permission to use, copy, modify, and distribute this software is freely granted, provided that this notice is preserved\./) {
+        $license = "SunSoft (BSD like) $license";
+    }
+
     $license = "UNKNOWN" unless $license;
 
     # Remove trailing spaces.