From upstream: Update copyright.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
a384e31e54
commit
ef29545875
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# UseVoteGer 4.07 Wahlscheingenerierung
|
# UseVoteGer 4.09 Wahlscheingenerierung
|
||||||
# (c) 2001-2004 Marc Langer <uv@marclanger.de>
|
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
||||||
#
|
#
|
||||||
# This script package is free software; you can redistribute it and/or
|
# 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
|
# modify it under the terms of the GNU Public License as published by the
|
||||||
|
@ -31,7 +31,7 @@ use UVtemplate;
|
||||||
|
|
||||||
my %opt_ctl = ();
|
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")
|
# unknown parameters remain in @ARGV (for "help")
|
||||||
Getopt::Long::Configure(qw(pass_through bundling));
|
Getopt::Long::Configure(qw(pass_through bundling));
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# UseVoteGer 4.07 Bounce-Verarbeitung
|
# UseVoteGer 4.09 Bounce-Verarbeitung
|
||||||
# (c) 2001-2004 Marc Langer <uv@marclanger.de>
|
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
||||||
#
|
#
|
||||||
# This script package is free software; you can redistribute it and/or
|
# 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
|
# modify it under the terms of the GNU Public License as published by the
|
||||||
|
@ -33,7 +33,7 @@ my %opt_ctl = ();
|
||||||
my %bounces = ();
|
my %bounces = ();
|
||||||
my $pop3 = 0;
|
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")
|
# unknown parameters remain in @ARGV (for "help")
|
||||||
Getopt::Long::Configure(qw(pass_through bundling));
|
Getopt::Long::Configure(qw(pass_through bundling));
|
||||||
|
|
6
uvcfv.pl
6
uvcfv.pl
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# UseVoteGer 4.07 Personalisierte Wahlscheine
|
# UseVoteGer 4.09 Personalisierte Wahlscheine
|
||||||
# (c) 2001-2004 Marc Langer <uv@marclanger.de>
|
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
||||||
#
|
#
|
||||||
# This script package is free software; you can redistribute it and/or
|
# 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
|
# modify it under the terms of the GNU Public License as published by the
|
||||||
|
@ -35,7 +35,7 @@ use UVtemplate;
|
||||||
|
|
||||||
my %opt_ctl = ();
|
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")
|
# unknown parameters remain in @ARGV (for "help")
|
||||||
Getopt::Long::Configure(qw(pass_through bundling));
|
Getopt::Long::Configure(qw(pass_through bundling));
|
||||||
|
|
Loading…
Reference in a new issue