Happy New Year 2017!
authorStefan Metzmacher <metze@samba.org>
Sun, 1 Jan 2017 09:03:49 +0000 (10:03 +0100)
committerStefan Metzmacher <metze@samba.org>
Sun, 1 Jan 2017 12:47:26 +0000 (13:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Sun Jan  1 13:47:26 CET 2017 on sn-devel-144

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

index 75fcb023e28cd07e00c11a383378b857f2ebd8eb..7de47c805ed6f5365009bd05b21c4916612fb740 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-2016"
+#define COPYRIGHT_STARTUP_MESSAGE      "Copyright Andrew Tridgell and the Samba Team 1992-2017"
 
 #define SAFETY_MARGIN 1024
 #define LARGE_WRITEX_HDR_SIZE 65
index 28ecaca575449239099e7ea29e7e31b0e681cc7e..407f258e8aa0e64e22ef840a019f9d2f920d992f 100644 (file)
@@ -376,7 +376,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-2016\n"));
+       DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2017\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"));