summaryrefslogtreecommitdiffstats
path: root/source/nmbd/nmbd.c
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
commitac13c29d46f564fc340b652b4b71dfa92e4b5b16 (patch)
treee59388a70dc80a793838a1775246569a92fd0c25 /source/nmbd/nmbd.c
parent0de01f45980c7bc261248a9cead972a8d8cbd594 (diff)
downloadsamba-ac13c29d46f564fc340b652b4b71dfa92e4b5b16.tar.gz
samba-ac13c29d46f564fc340b652b4b71dfa92e4b5b16.tar.xz
samba-ac13c29d46f564fc340b652b4b71dfa92e4b5b16.zip
Copyright notices written to debug logs are now through 1998.
Chris -)-----
Diffstat (limited to 'source/nmbd/nmbd.c')
-rw-r--r--source/nmbd/nmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c
index ef3713c1342..482e136ba4e 100644
--- a/source/nmbd/nmbd.c
+++ b/source/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) )
{