Index: third_party/devscripts/licensecheck.pl |
diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl |
index 2dbc5af12efba1a2b96befdd4e69f176f28176d7..a2db1a926703defd1b4d9ff93a563a6d9ab7cac1 100755 |
--- a/third_party/devscripts/licensecheck.pl |
+++ b/third_party/devscripts/licensecheck.pl |
@@ -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. |