X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=blobdiff_plain;f=uvcfv.pl;h=e5a96915df5d0572f3a0653ded1936967ee0ecee;hp=74174c61ab94abfb6a2fb7d1bccde497a27521f3;hb=a384e31e542e2520ebc1e2402a86fad5507b7da2;hpb=ac7e2c541a18c5c910548f5cddaf56502b6e51b0 diff --git a/uvcfv.pl b/uvcfv.pl index 74174c6..e5a9691 100644 --- a/uvcfv.pl +++ b/uvcfv.pl @@ -1,8 +1,8 @@ #!/usr/bin/perl -w ############################################################################### -# UseVoteGer 4.09 Personalisierte Wahlscheine -# (c) 2001-2005 Marc Langer +# UseVoteGer 4.07 Personalisierte Wahlscheine +# (c) 2001-2004 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 @@ -35,7 +35,7 @@ use UVtemplate; my %opt_ctl = (); -print "\n$usevote_version Personalisierte Wahlscheine - (c) 2001-2005 Marc Langer\n\n"; +print "\n$usevote_version Personalisierte Wahlscheine - (c) 2001-2004 Marc Langer\n\n"; # unknown parameters remain in @ARGV (for "help") Getopt::Long::Configure(qw(pass_through bundling));