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