X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fversion.pl;h=3ce52700ec8df523459943a90d94366e2cef17f4;hb=8ccb679964e6761c209fe2c3ee7a1084295dca97;hp=2bf3a7fe560d28c50aede799da0aa9240b0d95c1;hpb=2546ef0cfaaca39e65985e414258071a636979af;p=spider.git diff --git a/cmd/show/version.pl b/cmd/show/version.pl index 2bf3a7fe..3ce52700 100644 --- a/cmd/show/version.pl +++ b/cmd/show/version.pl @@ -9,7 +9,6 @@ my @out; push @out, "DX Spider Cluster version $main::version"; -push @out, "written in perl for unix"; -push @out, "Copyright (c) 1998 Dirk Koopman G1TLH"; +push @out, "Copyright (c) 1998-1999 Dirk Koopman G1TLH"; return (1, @out);