diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-06-27 09:37:58 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-06-27 22:33:35 -0700 |
commit | 398f72c9a0d1da496a7fb408cef3c2d156cff170 (patch) | |
tree | 5e8ed22e099149a884b849e08f5d21b04a1812a0 /votify | |
parent | Update current to the council-201506 election. (diff) | |
download | elections-398f72c9a0d1da496a7fb408cef3c2d156cff170.tar.gz elections-398f72c9a0d1da496a7fb408cef3c2d156cff170.tar.bz2 elections-398f72c9a0d1da496a7fb408cef3c2d156cff170.zip |
Start some cleanup of Election code.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'votify')
-rwxr-xr-x | votify | 18 |
1 files changed, 2 insertions, 16 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/perl -w # $Id: votify,v 1.5 2005/05/16 04:03:46 agriffis Exp $ # -# Copyright 2005 Gentoo Foundation +# Copyright 2005-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # # votify: generate, verify and submit voting ballots for trustee elections @@ -21,7 +21,7 @@ use strict; ###################################################################### (my $zero = $0) =~ s,.*/,,; -(my $version = '$Revision: 1.5 $') =~ s/.*?(\d.*\d).*/$zero version $1\n/; +(my $version = $Votify::version) =~ s/.*?(\d.*\d).*/$zero version $1\n/; my (%opt); sub grabfile_int { @@ -226,18 +226,4 @@ EOF } __END__ - -$Log: votify,v $ -Revision 1.5 2005/05/16 04:03:46 agriffis -add first pass at countify --rank - -Revision 1.3 2005/05/09 23:12:02 agriffis -Add support for registered voters - -Revision 1.2 2005/05/05 23:03:46 agriffis -Fix indentation (and some output as well) - -Revision 1.1 2005/05/05 22:05:34 agriffis -first pass at Gentoo Foundation voting program - # vim:sw=4 et |