diff options
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r-- | source3/smbd/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
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())); |