]> gitweb.michael.orlitzky.com - valtz.git/commitdiff
Update some copyright, version, and contact information.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 21 Oct 2020 01:51:08 +0000 (21:51 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 21 Oct 2020 01:51:08 +0000 (21:51 -0400)
README
valtz

diff --git a/README b/README
index 1bbee159ec2370b19109a1dc88a1d05af0171a41..90df91eedd2a529943a2d5db74b36b1413329883 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-valtz 0.7, ; (C) 2003 Magnus Bodin, http://x42.com/software/
+valtz 0.8
 ============================================================
 
 Validation tool for tinydns-data zone files.
@@ -139,10 +139,10 @@ All errors in the zonefiles are sent to STDERR.
            2>/var/log/remote.example.org-zones.log
 
 
-Please mail comments and errors and general feedback to <magnus@bodin.org>.
+Please mail comments and errors and general feedback to <michael@orlitzky.com>.
 
 
 Thanks to
+  * Magnus Bodin
   * Paul Jarc
   * Otto Dandenell
-
diff --git a/valtz b/valtz
index adefae8ec3cf41a0696eb7e9dda49b97145aa68e..5ee3750b3266c15d6c105f97e9e328a759c03130 100755 (executable)
--- a/valtz
+++ b/valtz
@@ -43,8 +43,8 @@ use File::Temp qw/ tempfile /;
 use File::Copy qw/ move /;
 
 
-my $VERSION = $1 if '$Revision: 0.7 $' =~ /(\d+\.\d+)/;
-my $COPYRIGHT = '; (C) 2003 Magnus Bodin, http://x42.com/software/';
+my $VERSION = '0.8';
+
 
 $| = 1;
 my %opt;
@@ -899,7 +899,7 @@ my $files = funiq(@ARGV);
 if ($opt{h} || $opt{H} || $opt{'?'})
 {
     print <<"--EOT";
-valtz $VERSION, $COPYRIGHT
+valtz $VERSION
 validates tinydns-data zone files
 Usage:
   $0 [-hfFqrRiItT] <file(s)>
@@ -1019,7 +1019,7 @@ All errors in the zonefiles are sent to STDERR.
 elsif (@{$files} == 0)
 {
     print <<"--EOT";
-valtz $VERSION, $COPYRIGHT
+valtz $VERSION
 validates tinydns-data zone files
 Usage:
   Simple validation: