update copyright to -2004
authorStefan Metzmacher <metze@samba.org>
Sun, 11 Jan 2004 13:21:03 +0000 (13:21 +0000)
committerStefan Metzmacher <metze@samba.org>
Sun, 11 Jan 2004 13:21:03 +0000 (13:21 +0000)
metze
(This used to be commit fcb3c9c61ecd787b8d3e5a53ee8f9e04daae76fe)

source3/nmbd/nmbd.c
source3/nsswitch/winbindd.c
source3/smbd/server.c
source3/wrepld/server.c

index 36aa2e2485662e07fc7547aba82239110eaacd3d..880de7f91bf26ce4a318c0ff8934a508aa3e4e34 100644 (file)
@@ -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);
index 8ce528d2b0d7ab8101c366b7530e304e2191d41d..4c03522461eb0faa22c237facded4c5f89bc05a6 100644 (file)
@@ -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"));
index 89d6f92e9831b3d051581baed0a789ad3887fef8..e7aa41e3433599f9bebf8e4413936caefb0ff78c 100644 (file)
@@ -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()));
index 25de680982ce8722775c0feeeb70b68a53ca8dfb..80694a616bb51df0e4a587b8f5018cac361391ac 100644 (file)
@@ -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()));