update copyright notice since it we are now almost 4 months into 2003
authorGerald Carter <jerry@samba.org>
Sun, 30 Mar 2003 23:03:27 +0000 (23:03 +0000)
committerGerald Carter <jerry@samba.org>
Sun, 30 Mar 2003 23:03:27 +0000 (23:03 +0000)
(This used to be commit 6a17c23a549e1e2ce2b428421fbf0b81b37ad0c1)

source3/nmbd/nmbd.c
source3/smbd/server.c

index d013b79d3e6b952c5d1c6e0b25fcc7dd77e6c8c4..013ef9ddb79ae9e76de86cf1065005bbc5f0b7e0 100644 (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);
index 7848e71db208be75bcc48515741beab3d012e8df..9d43db20c694b0483dffc5605a5c907d4625abde 100644 (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()));