diff options
author | Gerald Carter <jerry@samba.org> | 2003-03-30 23:03:11 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-03-30 23:03:11 +0000 |
commit | 744aa7208537374c33f7a0129c20c5c665d3d933 (patch) | |
tree | 31aa194e9ecfb3ae9daeac6cd8d08915ebb2dd84 /source3 | |
parent | 456a4be3f3a75514c2b8bac3a266bb5f57bf5859 (diff) | |
download | samba-744aa7208537374c33f7a0129c20c5c665d3d933.tar.gz samba-744aa7208537374c33f7a0129c20c5c665d3d933.tar.bz2 samba-744aa7208537374c33f7a0129c20c5c665d3d933.zip |
update copyright notice since it we are now almost 4 months into 2003
(This used to be commit 0751d2f117b4274dd19388d856de75d9fc739865)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nmbd/nmbd.c | 2 | ||||
-rw-r--r-- | source3/smbd/server.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index fc08645f1d..5685db7452 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -663,7 +663,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 4a79916efe..056231c344 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -759,7 +759,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())); |