Author: adsb
Date: 2009-02-11 23:06:04 +0000 (Wed, 11 Feb 2009)
New Revision: 1815

Modified:
   trunk/debian/changelog
   trunk/scripts/licensecheck.pl
Log:
Identify yet another variant of GPL wording. (Closes: #514811)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2009-02-11 20:49:52 UTC (rev 1814)
+++ trunk/debian/changelog      2009-02-11 23:06:04 UTC (rev 1815)
@@ -17,7 +17,7 @@
       will be produced instead.
   * licensecheck:
     + Remove C /* */ comments. Based on a patch by Jörg Sommer.
-    + Identify another form of GPL wording.
+    + Identify another couple of forms of GPL wording. (Closes: #514811)
     + Add .xs (Perl XS files) and .vala (GNOME Vala source files) to the
       default list of files to process. (Closes: #513770, #514337)
     + Fix a bug in a regular expression which meant that .h files weren't

Modified: trunk/scripts/licensecheck.pl
===================================================================
--- trunk/scripts/licensecheck.pl       2009-02-11 20:49:52 UTC (rev 1814)
+++ trunk/scripts/licensecheck.pl       2009-02-11 23:06:04 UTC (rev 1815)
@@ -405,7 +405,7 @@
        $license = "LGPL$gplver$extrainfo $license";
     }
 
-    if ($licensetext =~ /is free software.? you can redistribute it and\/or 
modify it under the terms of (?:version [^ ]+ (?:\(?only\)? )?of )?the GNU 
General Public License/i) {
+    if ($licensetext =~ /is free software.? you (can|may) redistribute it 
and\/or modify it under the terms of (?:version [^ ]+ (?:\(?only\)? )?of )?the 
GNU General Public License/i) {
        $license = "GPL$gplver$extrainfo $license";
     }
 



-- 
To unsubscribe, send mail to [email protected].

Reply via email to