diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-01-11 13:23:50 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-01-11 13:23:50 +0000 |
commit | 86450924a0ed5ea721eb8555c5192978e875bbbe (patch) | |
tree | 2241ee81c02c4a2528fbde1d2c04be9daa47f64d /source3/nmbd | |
parent | 56f4e9726cb21e9bc4bb99b0972b5bb12ab3e40c (diff) | |
download | samba-86450924a0ed5ea721eb8555c5192978e875bbbe.tar.gz samba-86450924a0ed5ea721eb8555c5192978e875bbbe.tar.bz2 samba-86450924a0ed5ea721eb8555c5192978e875bbbe.zip |
update copyright to -2004
metze
(This used to be commit 12d6bc3bd0684646e990c2fc6485fe1a92ac98fb)
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); |