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 | 750468d427d554d1968a77bcd4948919c2a3946d (patch) | |
tree | fc81a37de28e65a05c1a868b5c322f003ff59ac3 /source3/nmbd/nmbd.c | |
parent | aef719f753c5cdfcacb33653ed0ca0f22b7cf8ea (diff) | |
download | samba-750468d427d554d1968a77bcd4948919c2a3946d.tar.gz samba-750468d427d554d1968a77bcd4948919c2a3946d.tar.bz2 samba-750468d427d554d1968a77bcd4948919c2a3946d.zip |
update copyright notice since it we are now almost 4 months into 2003
(This used to be commit 6a17c23a549e1e2ce2b428421fbf0b81b37ad0c1)
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r-- | source3/nmbd/nmbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index d013b79d3e..013ef9ddb7 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/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); |