diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-01-11 13:21:03 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-01-11 13:21:03 +0000 |
commit | f2008e22946ebf676867fb2a3f4c8665b027e664 (patch) | |
tree | 2d3a957ae8cdb7ed9b7b2d08642bdeda29579380 /source3/nmbd | |
parent | 19e9a7e1b947d7f26b9923a9c89ab088d76e340d (diff) | |
download | samba-f2008e22946ebf676867fb2a3f4c8665b027e664.tar.gz samba-f2008e22946ebf676867fb2a3f4c8665b027e664.tar.bz2 samba-f2008e22946ebf676867fb2a3f4c8665b027e664.zip |
update copyright to -2004
metze
(This used to be commit fcb3c9c61ecd787b8d3e5a53ee8f9e04daae76fe)
Diffstat (limited to 'source3/nmbd')
-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 36aa2e2485..880de7f91b 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -662,7 +662,7 @@ static BOOL open_sockets(BOOL isdaemon, int port) reopen_logs(); DEBUG( 0, ( "Netbios nameserver version %s started.\n", SAMBA_VERSION_STRING) ); - DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2003\n" ) ); + DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2004\n" ) ); if ( !reload_nmbd_services(False) ) return(-1); |