From 664f1e30f816ef64f85b5df841592675a6fe06f2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 9 Jan 2004 06:59:48 +0000 Subject: [PATCH] Update Copyright to 1992-2004 Jerry should I change this in 3_0 and HEAD as well? metze --- source/smbd/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/smbd/server.c b/source/smbd/server.c index 35e50602fab..914271100f6 100644 --- a/source/smbd/server.c +++ b/source/smbd/server.c @@ -299,7 +299,7 @@ static void setup_process_model(struct event_context *events, reopen_logs(); DEBUG(0,("smbd version %s started.\n", SAMBA_VERSION)); - DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2003\n")); + DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2004\n")); /* Output the build options to the debug log */ build_options(False);