s4: Happy New Year 2011
authorStefan Metzmacher <metze@samba.org>
Sun, 2 Jan 2011 16:55:55 +0000 (17:55 +0100)
committerStefan Metzmacher <metze@samba.org>
Sun, 2 Jan 2011 17:42:12 +0000 (18:42 +0100)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Jan  2 18:42:12 CET 2011 on sn-devel-104

source4/smbd/server.c

index 0b1ff068f9bf69decb775db242de966596bd657a..0a4e38d398acb198b0a8f5fe438c1f5b5f78b50a 100644 (file)
@@ -365,7 +365,7 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[
        umask(0);
 
        DEBUG(0,("%s version %s started.\n", binary_name, SAMBA_VERSION_STRING));
-       DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2010\n"));
+       DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2011\n"));
 
        if (sizeof(uint16_t) < 2 || sizeof(uint32_t) < 4 || sizeof(uint64_t) < 8) {
                DEBUG(0,("ERROR: Samba is not configured correctly for the word size on your machine\n"));