1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

update copyright notice since it we are now almost 4 months into 2003

(This used to be commit 6a17c23a549e1e2ce2b428421fbf0b81b37ad0c1)
This commit is contained in:
Gerald Carter 2003-03-30 23:03:27 +00:00
parent aef719f753
commit 750468d427
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -755,7 +755,7 @@ static BOOL init_structs(void )
reopen_logs();
DEBUG(0,( "smbd version %s started.\n", VERSION));
DEBUGADD(0,( "Copyright Andrew Tridgell and the Samba Team 1992-2002\n"));
DEBUGADD(0,( "Copyright Andrew Tridgell and the Samba Team 1992-2003\n"));
DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
(int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));