Happy New Year 2016!
authorStefan Metzmacher <metze@samba.org>
Thu, 31 Dec 2015 23:17:59 +0000 (00:17 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 1 Jan 2016 02:23:14 +0000 (03:23 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri Jan  1 03:23:14 CET 2016 on sn-devel-144

source3/include/smb.h
source4/smbd/server.c

index d1d7a81d8ea5547ccc52bfb117c4ffa6f29b0489..94a0e8a4bf1baacbdaa117a67bcfd4daef90b69e 100644 (file)
@@ -30,7 +30,7 @@
 #include "libds/common/roles.h"
 
 /* logged when starting the various Samba daemons */
-#define COPYRIGHT_STARTUP_MESSAGE      "Copyright Andrew Tridgell and the Samba Team 1992-2015"
+#define COPYRIGHT_STARTUP_MESSAGE      "Copyright Andrew Tridgell and the Samba Team 1992-2016"
 
 #define SAFETY_MARGIN 1024
 #define LARGE_WRITEX_HDR_SIZE 65
index cb1a20b4eccd2552913f45a127ee07b7527f9e28..fa6bff150e720bb90be89af8975cbafaecb73d5a 100644 (file)
@@ -370,7 +370,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-2015\n"));
+       DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2016\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"));