1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

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

(This used to be commit 0751d2f117b4274dd19388d856de75d9fc739865)
This commit is contained in:
Gerald Carter 2003-03-30 23:03:11 +00:00
parent 456a4be3f3
commit 744aa72085
2 changed files with 2 additions and 2 deletions

View File

@ -663,7 +663,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

@ -759,7 +759,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()));