diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-01-11 13:23:50 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-01-11 13:23:50 +0000 |
commit | 12d6bc3bd0684646e990c2fc6485fe1a92ac98fb (patch) | |
tree | 13f9f8901a33f26424aac0fb2491fb3888629eee | |
parent | d12b793d9ca10f966da3446982a5b1d987d51814 (diff) | |
download | samba-12d6bc3bd0684646e990c2fc6485fe1a92ac98fb.tar.gz samba-12d6bc3bd0684646e990c2fc6485fe1a92ac98fb.tar.xz samba-12d6bc3bd0684646e990c2fc6485fe1a92ac98fb.zip |
update copyright to -2004
metze
-rw-r--r-- | source/nmbd/nmbd.c | 2 | ||||
-rw-r--r-- | source/nsswitch/winbindd.c | 2 | ||||
-rw-r--r-- | source/smbd/server.c | 2 | ||||
-rw-r--r-- | source/wrepld/server.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c index 36aa2e24856..880de7f91bf 100644 --- a/source/nmbd/nmbd.c +++ b/source/nmbd/nmbd.c @@ -662,7 +662,7 @@ static BOOL open_sockets(BOOL isdaemon, int port) reopen_logs(); DEBUG( 0, ( "Netbios nameserver version %s started.\n", SAMBA_VERSION_STRING) ); - DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2003\n" ) ); + DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2004\n" ) ); if ( !reload_nmbd_services(False) ) return(-1); diff --git a/source/nsswitch/winbindd.c b/source/nsswitch/winbindd.c index 4d5b08b4ec2..3124ef63782 100644 --- a/source/nsswitch/winbindd.c +++ b/source/nsswitch/winbindd.c @@ -841,7 +841,7 @@ int main(int argc, char **argv) reopen_logs(); DEBUG(1, ("winbindd version %s started.\n", SAMBA_VERSION_STRING) ); - DEBUGADD( 1, ( "Copyright The Samba Team 2000-2003\n" ) ); + DEBUGADD( 1, ( "Copyright The Samba Team 2000-2004\n" ) ); if (!reload_services_file(False)) { DEBUG(0, ("error opening config file\n")); diff --git a/source/smbd/server.c b/source/smbd/server.c index 89d6f92e983..e7aa41e3433 100644 --- a/source/smbd/server.c +++ b/source/smbd/server.c @@ -745,7 +745,7 @@ void build_options(BOOL screen); reopen_logs(); DEBUG(0,( "smbd version %s started.\n", SAMBA_VERSION_STRING)); - DEBUGADD(0,( "Copyright Andrew Tridgell and the Samba Team 1992-2003\n")); + DEBUGADD(0,( "Copyright Andrew Tridgell and the Samba Team 1992-2004\n")); DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n", (int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid())); diff --git a/source/wrepld/server.c b/source/wrepld/server.c index 25de680982c..80694a616bb 100644 --- a/source/wrepld/server.c +++ b/source/wrepld/server.c @@ -587,7 +587,7 @@ static void process(void) reopen_logs(); DEBUG(1,( "wrepld version %s started.\n", SAMBA_VERSION_STRING)); - DEBUGADD(1,( "Copyright Andrew Tridgell and the Samba Team 1992-2002\n")); + DEBUGADD(1,( "Copyright Andrew Tridgell and the Samba Team 1992-2004\n")); DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n", (int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid())); |