rev 9271 - people/modax/copyright-helper/trunk

Modestas Vainius modax-guest at alioth.debian.org
Mon Feb 4 12:15:19 UTC 2008


Author: modax-guest
Date: 2008-02-04 12:15:19 +0000 (Mon, 04 Feb 2008)
New Revision: 9271

Modified:
   people/modax/copyright-helper/trunk/CHCore.pm
   people/modax/copyright-helper/trunk/copyright-helper.pl
Log:
0.3.2 - Useless ";"

Modified: people/modax/copyright-helper/trunk/CHCore.pm
===================================================================
--- people/modax/copyright-helper/trunk/CHCore.pm	2008-02-04 12:06:55 UTC (rev 9270)
+++ people/modax/copyright-helper/trunk/CHCore.pm	2008-02-04 12:15:19 UTC (rev 9271)
@@ -718,7 +718,7 @@
     }
     $str .= "\n";
 
-    $str .= sprintf("Credited: %d time%s;\n", $self->getTimesCredited(), ($self->getTimesCredited() == 1) ? "" : "s");
+    $str .= sprintf("Credited: %d time%s\n", $self->getTimesCredited(), ($self->getTimesCredited() == 1) ? "" : "s");
 
     # Alternative names
     my $names = $self->getNames();

Modified: people/modax/copyright-helper/trunk/copyright-helper.pl
===================================================================
--- people/modax/copyright-helper/trunk/copyright-helper.pl	2008-02-04 12:06:55 UTC (rev 9270)
+++ people/modax/copyright-helper/trunk/copyright-helper.pl	2008-02-04 12:15:19 UTC (rev 9271)
@@ -178,7 +178,7 @@
 }
 
 # Entry point
-${main::VERSION}='0.3.1';
+${main::VERSION}='0.3.2';
 print_msg "\n";
 print_msg "Copyright Helper v${main::VERSION}\n";
 print_msg "Extracts copyright and license information from source code\n\n";




More information about the pkg-kde-commits mailing list