X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=blobdiff_plain;f=uvballot.pl;h=7d7ff270f8c90e5b805cb9c3186398aa6f3c12a3;hp=b57bd023bfe89cb6a7db25c6f9fd72c6378156ef;hb=b4bfb234881080210ca8d019b8aa317b3a709d56;hpb=a384e31e542e2520ebc1e2402a86fad5507b7da2 diff --git a/uvballot.pl b/uvballot.pl old mode 100644 new mode 100755 index b57bd02..7d7ff27 --- 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.12 Wahlscheingenerierung +# (c) 2001-2014 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));