Index: third_party/devscripts/licensecheck.pl |
=================================================================== |
--- third_party/devscripts/licensecheck.pl (revision 112368) |
+++ third_party/devscripts/licensecheck.pl (working copy) |
@@ -436,6 +436,8 @@ |
if ($licensetext =~ /Permission to use, copy, modify, and(\/or)? distribute this software for any purpose with or without fee is hereby granted, provided.*copyright notice.*permission notice.*all copies/) { |
$license = "ISC $license"; |
+ } elsif ($licensetext =~ /Permission to use, copy, modify, and distribute this software for any purpose without fee is hereby granted/) { |
Paweł Hajdan Jr.
2011/12/02 18:19:05
This is very similar to the above regex. Could you
GeorgeY
2011/12/02 18:37:23
Sure. done.
|
+ $license = "ISC $license"; |
} |
if ($licensetext =~ /THIS SOFTWARE IS PROVIDED .*AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY/) { |