From ef295458755c4633db651b8b34683f01786345dc Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Mon, 16 Aug 2010 23:12:25 +0200 Subject: [PATCH] From upstream: Update copyright. Signed-off-by: Thomas Hochstein --- uvballot.pl | 6 +++--- uvbounce.pl | 6 +++--- uvcfv.pl | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/uvballot.pl b/uvballot.pl index b57bd02..4085a7f 100644 --- 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)); diff --git a/uvbounce.pl b/uvbounce.pl index b144c74..1bf5139 100644 --- a/uvbounce.pl +++ b/uvbounce.pl @@ -1,8 +1,8 @@ #!/usr/bin/perl -w ############################################################################### -# UseVoteGer 4.07 Bounce-Verarbeitung -# (c) 2001-2004 Marc Langer +# UseVoteGer 4.09 Bounce-Verarbeitung +# (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 @@ -33,7 +33,7 @@ my %opt_ctl = (); my %bounces = (); my $pop3 = 0; -print STDERR "\n$usevote_version Bounce-Verarbeitung - (c) 2001-2004 Marc Langer\n\n"; +print STDERR "\n$usevote_version Bounce-Verarbeitung - (c) 2001-2005 Marc Langer\n\n"; # unknown parameters remain in @ARGV (for "help") Getopt::Long::Configure(qw(pass_through bundling)); 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)); -- 2.20.1