summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-09-09 16:37:54 +0000
committerChristopher R. Hertel <crh@samba.org>1998-09-09 16:37:54 +0000
commit5de3c136808d891ca25009beefc194dc825a5a16 (patch)
treebc8deecdbd4b610e09920306f37ed3f9e8546b39 /source3/nmbd
parent6e0c276ec8b918165a19b3dfc86bc7bef6d1f706 (diff)
downloadsamba-5de3c136808d891ca25009beefc194dc825a5a16.tar.gz
samba-5de3c136808d891ca25009beefc194dc825a5a16.tar.bz2
samba-5de3c136808d891ca25009beefc194dc825a5a16.zip
Copyright notices written to debug logs are now through 1998.
Chris -)----- (This used to be commit ac13c29d46f564fc340b652b4b71dfa92e4b5b16)
Diffstat (limited to 'source3/nmbd')
-rw-r--r--source3/nmbd/nmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index ef3713c134..482e136ba4 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -662,7 +662,7 @@ int main(int argc,char *argv[])
reopen_logs();
DEBUG( 1, ( "Netbios nameserver version %s started.\n", VERSION ) );
- DEBUGADD( 1, ( "Copyright Andrew Tridgell 1994-1997\n" ) );
+ DEBUGADD( 1, ( "Copyright Andrew Tridgell 1994-1998\n" ) );
if( !get_myname( myhostname, NULL) )
{