From bfd14fd6f3f1e793edc4a7ac1704f60e085e6f3a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 20 Oct 2020 21:51:08 -0400 Subject: [PATCH] Update some copyright, version, and contact information. --- README | 6 +++--- valtz | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 1bbee15..90df91e 100644 --- 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 . +Please mail comments and errors and general feedback to . Thanks to + * Magnus Bodin * Paul Jarc * Otto Dandenell - diff --git a/valtz b/valtz index adefae8..5ee3750 100755 --- 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] @@ -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: -- 2.43.2