summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-09-09 16:37:54 +0000
committerChristopher R. Hertel <crh@samba.org>1998-09-09 16:37:54 +0000
commitac13c29d46f564fc340b652b4b71dfa92e4b5b16 (patch)
treee59388a70dc80a793838a1775246569a92fd0c25 /source/smbd/server.c
parent0de01f45980c7bc261248a9cead972a8d8cbd594 (diff)
downloadsamba-ac13c29d46f564fc340b652b4b71dfa92e4b5b16.tar.gz
samba-ac13c29d46f564fc340b652b4b71dfa92e4b5b16.tar.xz
samba-ac13c29d46f564fc340b652b4b71dfa92e4b5b16.zip
Copyright notices written to debug logs are now through 1998.
Chris -)-----
Diffstat (limited to 'source/smbd/server.c')
-rw-r--r--source/smbd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c
index 5af62fd4a7e..44d53c70cfa 100644
--- a/source/smbd/server.c
+++ b/source/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()));