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";
|
$VERSION = "0.18";
|
||||||
|
|
||||||
# Usevote version
|
# Usevote version
|
||||||
$usevote_version = "UseVoteGer 4.09";
|
$usevote_version = "UseVoteGer 4.11";
|
||||||
|
|
||||||
sub read_config {
|
sub read_config {
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ sub read_config {
|
||||||
voteaccount => "<> (unkonfiguriertes Usevote)",
|
voteaccount => "<> (unkonfiguriertes Usevote)",
|
||||||
mailfrom => "<> (unkonfiguriertes Usevote)",
|
mailfrom => "<> (unkonfiguriertes Usevote)",
|
||||||
envelopefrom => "<>",
|
envelopefrom => "<>",
|
||||||
|
mailboxtype => "mbox",
|
||||||
mailstart => "^From ",
|
mailstart => "^From ",
|
||||||
archivedir => "fertig",
|
archivedir => "fertig",
|
||||||
tmpdir => "tmp",
|
tmpdir => "tmp",
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# UseVoteGer 4.09 Wahlscheingenerierung
|
# UseVoteGer 4.11 Wahlscheingenerierung
|
||||||
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
# (c) 2001-2012 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
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# UseVoteGer 4.09 Bounce-Verarbeitung
|
# UseVoteGer 4.11 Bounce-Verarbeitung
|
||||||
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
# (c) 2001-2012 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
|
||||||
|
|
4
uvcfv.pl
4
uvcfv.pl
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# UseVoteGer 4.09 Personalisierte Wahlscheine
|
# UseVoteGer 4.11 Personalisierte Wahlscheine
|
||||||
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
# (c) 2001-2012 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
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# UseVoteGer 4.09 Stimmauswertung
|
# UseVoteGer 4.11 Stimmauswertung
|
||||||
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
# (c) 2001-2012 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
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# UseVoteGer 4.09 Wahldurchfuehrung
|
# UseVoteGer 4.11 Wahldurchfuehrung
|
||||||
# (c) 2001-2005 Marc Langer <uv@marclanger.de>
|
# (c) 2001-2012 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
|
||||||
|
|
Loading…
Reference in a new issue