summaryrefslogtreecommitdiff
path: root/source3
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
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')
-rw-r--r--source3/nmbd/nmbd.c2
-rw-r--r--source3/smbd/server.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index d013b79d3e..013ef9ddb7 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -654,7 +654,7 @@ static BOOL open_sockets(BOOL isdaemon, int port)
reopen_logs();
DEBUG( 0, ( "Netbios nameserver version %s started.\n", VERSION ) );
- DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2002\n" ) );
+ DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2003\n" ) );
if ( !reload_nmbd_services(False) )
return(-1);
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()));