X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=blobdiff_plain;f=uvballot.pl;h=4085a7f2d6182c7d0072156479010aac451bb9a8;hp=b57bd023bfe89cb6a7db25c6f9fd72c6378156ef;hb=101511c2558683515de68ca970a3ecf271ad05a2;hpb=a384e31e542e2520ebc1e2402a86fad5507b7da2 diff --git a/uvballot.pl b/uvballot.pl old mode 100644 new mode 100755 index b57bd02..4085a7f --- a/uvballot.pl +++ b/uvballot.pl @@ -1,8 +1,8 @@ #!/usr/bin/perl -w ############################################################################### -# UseVoteGer 4.07 Wahlscheingenerierung -# (c) 2001-2004 Marc Langer +# UseVoteGer 4.09 Wahlscheingenerierung +# (c) 2001-2005 Marc Langer # # This script package is free software; you can redistribute it and/or # modify it under the terms of the GNU Public License as published by the @@ -31,7 +31,7 @@ use UVtemplate; my %opt_ctl = (); -print STDERR "\n$usevote_version Wahlscheingenerierung - (c) 2001-2004 Marc Langer\n\n"; +print STDERR "\n$usevote_version Wahlscheingenerierung - (c) 2001-2005 Marc Langer\n\n"; # unknown parameters remain in @ARGV (for "help") Getopt::Long::Configure(qw(pass_through bundling));