diff options
author | Gerald Carter <jerry@samba.org> | 2005-10-07 15:43:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:04:55 -0500 |
commit | 8ec32e008a2309e04d954bd7c6740740735628db (patch) | |
tree | 1213d5dd228440fc8d94f3e9a50c2fc73fe66bd0 /source3/nmbd | |
parent | 01a1e5cdb0339a7cb3a85280b118985562bb2d7f (diff) | |
download | samba-8ec32e008a2309e04d954bd7c6740740735628db.tar.gz samba-8ec32e008a2309e04d954bd7c6740740735628db.tar.bz2 samba-8ec32e008a2309e04d954bd7c6740740735628db.zip |
r10822: updating copyright info
(This used to be commit ef3845366bc883e735b2008243b7c05a403f42ca)
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 fcaba03b3d..086878e221 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -720,7 +720,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-2004\n" ) ); + DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) ); if ( !reload_nmbd_services(False) ) return(-1); |