From 5de3c136808d891ca25009beefc194dc825a5a16 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Wed, 9 Sep 1998 16:37:54 +0000 Subject: Copyright notices written to debug logs are now through 1998. Chris -)----- (This used to be commit ac13c29d46f564fc340b652b4b71dfa92e4b5b16) --- source3/smbd/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/server.c') diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 5af62fd4a7..44d53c70cf 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -608,7 +608,7 @@ static void usage(char *pname) reopen_logs(); DEBUG(1,( "smbd version %s started.\n", VERSION)); - DEBUGADD(1,( "Copyright Andrew Tridgell 1992-1997\n")); + DEBUGADD(1,( "Copyright Andrew Tridgell 1992-1998\n")); DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n", (int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid())); -- cgit