]> the.earth.li Git - autodns.git/blobdiff - autodns.pl
Release 1.0.0
[autodns.git] / autodns.pl
index 33983a48949eedc685ee60dee5f46ae92489cdf3..df5f38e54ce727eb3566c25c0160d0d1147a4dcb 100755 (executable)
@@ -1,12 +1,10 @@
 #!/usr/bin/perl -Tw
-# autodns 0.0.8
-# Copyright 1999-2005 Project Purple. Written by Jonathan McDowell
+# autodns 1.0.0
+# Copyright 1999-2006 Project Purple. Written by Jonathan McDowell
 # See ACKNOWLEDGEMENTS file for full details of contributors.
 # http://www.earth.li/projectpurple/progs/autodns.html
 # Released under the GPL.
 #
-# $Id: autodns.pl,v 1.15 2005/06/15 10:26:25 noodles Exp $
-#
 
 use strict;
 use Date::Parse;
@@ -25,7 +23,7 @@ my ($domain, @MAIL, @GPGERROR, @COMMANDS, %zones, $VERSION);
 use vars qw($me $ccreply $conffile $domainlistroot @cfgfiles $usersfile
        $lockfile $reload_command $expiry $zonefiledir);
 
-$VERSION = "0.0.8";
+$VERSION = "1.0.0";
 
 #
 # Load our config
@@ -222,7 +220,7 @@ print REPLY <<EOF;
 Subject: $subject
 
 AutoDNS $VERSION
-Copyright 1999-2004 Project Purple. Written by Jonathan McDowell.
+Copyright 1999-2006 Project Purple. Written by Jonathan McDowell.
 Released under the GPL.
 
 EOF