diff options
author | Gerald Carter <jerry@samba.org> | 2003-03-30 23:03:27 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-03-30 23:03:27 +0000 |
commit | 6a17c23a549e1e2ce2b428421fbf0b81b37ad0c1 (patch) | |
tree | dc8c2e7e4b7c513e631c807ad671387448f13205 /source/nmbd/nmbd.c | |
parent | 2a281784c95854e13076b21f8043cd624063d461 (diff) | |
download | samba-6a17c23a549e1e2ce2b428421fbf0b81b37ad0c1.tar.gz |
update copyright notice since it we are now almost 4 months into 2003
Diffstat (limited to 'source/nmbd/nmbd.c')
-rw-r--r-- | source/nmbd/nmbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c index d013b79d3e6..013ef9ddb79 100644 --- a/source/nmbd/nmbd.c +++ b/source/nmbd/nmbd.c @@ -654,7 +654,7 @@ static BOOL open_sockets(BOOL isdaemon, int port) reopen_logs(); DEBUG( 0, ( "Netbios nameserver version %s started.\n", VERSION ) ); - DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2002\n" ) ); + DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2003\n" ) ); if ( !reload_nmbd_services(False) ) return(-1); |