From 750468d427d554d1968a77bcd4948919c2a3946d Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sun, 30 Mar 2003 23:03:27 +0000 Subject: update copyright notice since it we are now almost 4 months into 2003 (This used to be commit 6a17c23a549e1e2ce2b428421fbf0b81b37ad0c1) --- source3/nmbd/nmbd.c | 2 +- source3/smbd/server.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index d013b79d3e..013ef9ddb7 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -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); diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 7848e71db2..9d43db20c6 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -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())); -- cgit