Author: schoenfeld-guest
Date: 2008-02-28 19:42:31 +0000 (Thu, 28 Feb 2008)
New Revision: 1077
Modified:
trunk/scripts/licensecheck.pl
Log:
(Hopefully) corrected identation. Correct me if wrong :)
Modified: trunk/scripts/licensecheck.pl
===================================================================
--- trunk/scripts/licensecheck.pl 2008-02-28 19:38:45 UTC (rev 1076)
+++ trunk/scripts/licensecheck.pl 2008-02-28 19:42:31 UTC (rev 1077)
@@ -376,9 +376,9 @@
$license = "GPL$gplver$extrainfo $license";
}
- if ($licensetext =~ /is distributed.*terms.*GPL/) {
- $license = "GPL (unversioned/unknown version)";
- }
+ if ($licensetext =~ /is distributed.*terms.*GPL/) {
+ $license = "GPL (unversioned/unknown version)";
+ }
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/) {
$license = "QPL (part of Qt) $license";
--
To unsubscribe, send mail to [EMAIL PROTECTED]