Update version number and copyright.
Picked from upstream. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
638b24050f
commit
0618b624e9
|
@ -18,7 +18,7 @@ require Exporter;
|
|||
$VERSION = "0.18";
|
||||
|
||||
# Usevote version
|
||||
$usevote_version = "UseVoteGer 4.09";
|
||||
$usevote_version = "UseVoteGer 4.11";
|
||||
|
||||
sub read_config {
|
||||
|
||||
|
@ -45,6 +45,7 @@ sub read_config {
|
|||
voteaccount => "<> (unkonfiguriertes Usevote)",
|
||||
mailfrom => "<> (unkonfiguriertes Usevote)",
|
||||
envelopefrom => "<>",
|
||||
mailboxtype => "mbox",
|
||||
mailstart => "^From ",
|
||||
archivedir => "fertig",
|
||||
tmpdir => "tmp",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/perl -w
|
||||
|
||||
###############################################################################
|
||||
# UseVoteGer 4.09 Wahlscheingenerierung
|
||||
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
||||
# UseVoteGer 4.11 Wahlscheingenerierung
|
||||
# (c) 2001-2012 Marc Langer <uv@marclanger.de>
|
||||
#
|
||||
# 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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/perl -w
|
||||
|
||||
###############################################################################
|
||||
# UseVoteGer 4.09 Bounce-Verarbeitung
|
||||
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
||||
# UseVoteGer 4.11 Bounce-Verarbeitung
|
||||
# (c) 2001-2012 Marc Langer <uv@marclanger.de>
|
||||
#
|
||||
# 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
|
||||
|
|
4
uvcfv.pl
4
uvcfv.pl
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/perl -w
|
||||
|
||||
###############################################################################
|
||||
# UseVoteGer 4.09 Personalisierte Wahlscheine
|
||||
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
||||
# UseVoteGer 4.11 Personalisierte Wahlscheine
|
||||
# (c) 2001-2012 Marc Langer <uv@marclanger.de>
|
||||
#
|
||||
# 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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/perl -w
|
||||
|
||||
###############################################################################
|
||||
# UseVoteGer 4.09 Stimmauswertung
|
||||
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
||||
# UseVoteGer 4.11 Stimmauswertung
|
||||
# (c) 2001-2012 Marc Langer <uv@marclanger.de>
|
||||
#
|
||||
# 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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/perl -w
|
||||
|
||||
###############################################################################
|
||||
# UseVoteGer 4.09 Wahldurchfuehrung
|
||||
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
||||
# UseVoteGer 4.11 Wahldurchfuehrung
|
||||
# (c) 2001-2012 Marc Langer <uv@marclanger.de>
|
||||
#
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue