added 2001 to the copright dates

This commit is contained in:
minima 2001-01-09 01:24:56 +00:00
parent 736bf55438
commit 0fba7d9a34
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@ implemented (dunno why I didn't do this before - hey ho...) as a consequence
there are set/unset/show baddx (for bad dx callsigns) badnode (for dx from
bad nodes) badspotter (for bad spotters of dx eg VE2STN). Expect more of
this sort of thing...
2. Added one the copyright dates...
06Jan01=======================================================================
1. Fix set/obscount so it actually works.
2. Allow different number formats for set/pingint eg: 5m for 5 minutes and

View File

@ -9,6 +9,6 @@
my @out;
push @out, "DX Spider Cluster version $main::version";
push @out, "Copyright (c) 1998-2000 Dirk Koopman G1TLH";
push @out, "Copyright (c) 1998-2001 Dirk Koopman G1TLH";
return (1, @out);

View File

@ -316,7 +316,7 @@ STDOUT->autoflush(1);
Log('cluster', "DXSpider V$version started");
# banner
dbg('err', "DXSpider DX Cluster Version $version", "Copyright (c) 1998-2000 Dirk Koopman G1TLH");
dbg('err', "DXSpider DX Cluster Version $version", "Copyright (c) 1998-2001 Dirk Koopman G1TLH");
# load Prefixes
dbg('err', "loading prefixes ...");