Author: schoenfeld-guest
Date: 2008-02-28 19:47:06 +0000 (Thu, 28 Feb 2008)
New Revision: 1078
Modified:
trunk/scripts/licensecheck.pl
Log:
add the missing $license and change spaces into tab in the middle
Modified: trunk/scripts/licensecheck.pl
===================================================================
--- trunk/scripts/licensecheck.pl 2008-02-28 19:42:31 UTC (rev 1077)
+++ trunk/scripts/licensecheck.pl 2008-02-28 19:47:06 UTC (rev 1078)
@@ -377,7 +377,7 @@
}
if ($licensetext =~ /is distributed.*terms.*GPL/) {
- $license = "GPL (unversioned/unknown version)";
+ $license = "GPL (unversioned/unknown version) $license";
}
if ($licensetext =~ /This file is part of the .*Qt GUI Toolkit. This file
may be distributed under the terms of the Q Public License as defined/) {
--
To unsubscribe, send mail to [EMAIL PROTECTED]