summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-03-30 23:03:27 +0000
committerGerald Carter <jerry@samba.org>2003-03-30 23:03:27 +0000
commit750468d427d554d1968a77bcd4948919c2a3946d (patch)
treefc81a37de28e65a05c1a868b5c322f003ff59ac3 /source3/smbd
parentaef719f753c5cdfcacb33653ed0ca0f22b7cf8ea (diff)
downloadsamba-750468d427d554d1968a77bcd4948919c2a3946d.tar.gz
samba-750468d427d554d1968a77bcd4948919c2a3946d.tar.bz2
samba-750468d427d554d1968a77bcd4948919c2a3946d.zip
update copyright notice since it we are now almost 4 months into 2003
(This used to be commit 6a17c23a549e1e2ce2b428421fbf0b81b37ad0c1)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/server.c2
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()));