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 | 86450924a0ed5ea721eb8555c5192978e875bbbe (patch) | |
tree | 2241ee81c02c4a2528fbde1d2c04be9daa47f64d | |
parent | 56f4e9726cb21e9bc4bb99b0972b5bb12ab3e40c (diff) | |
download | samba-86450924a0ed5ea721eb8555c5192978e875bbbe.tar.gz samba-86450924a0ed5ea721eb8555c5192978e875bbbe.tar.bz2 samba-86450924a0ed5ea721eb8555c5192978e875bbbe.zip |
update copyright to -2004
metze
(This used to be commit 12d6bc3bd0684646e990c2fc6485fe1a92ac98fb)
-rw-r--r-- | source3/nmbd/nmbd.c | 2 | ||||
-rw-r--r-- | source3/nsswitch/winbindd.c | 2 | ||||
-rw-r--r-- | source3/smbd/server.c | 2 | ||||
-rw-r--r-- | source3/wrepld/server.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 36aa2e2485..880de7f91b 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/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/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 4d5b08b4ec..3124ef6378 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/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/source3/smbd/server.c b/source3/smbd/server.c index 89d6f92e98..e7aa41e343 100644 --- a/source3/smbd/server.c +++ b/source3/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/source3/wrepld/server.c b/source3/wrepld/server.c index 25de680982..80694a616b 100644 --- a/source3/wrepld/server.c +++ b/source3/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())); |