X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=elect_zips;h=19cf981700342d9a9f2c29c1969194de142b9248;hp=7671bc02901eb830d6304607455afa80a7355ad3;hb=6c65de3aa51fec4db1324dc4f6149ef54936ade8;hpb=6aa33c3a44b3684b0b176ac0cc743106bd0348b5 diff --git a/elect_zips b/elect_zips index 7671bc0..19cf981 100755 --- a/elect_zips +++ b/elect_zips @@ -1,5 +1,21 @@ #!/usr/bin/perl -w +# Copyright 2009-2012, Equinox Software, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + use strict; my $VERSION = '1.00';