Happy New Year 2023!
authorStefan Metzmacher <metze@samba.org>
Sat, 31 Dec 2022 23:24:28 +0000 (23:24 +0000)
committerStefan Metzmacher <metze@samba.org>
Sun, 1 Jan 2023 00:24:02 +0000 (00:24 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Sun Jan  1 00:24:02 UTC 2023 on sn-devel-184

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

index cfaf922b461257bd202b45f0ad00344c541ab584..67694cb3bc9e549931692202afe08220143db085 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-2022"
+#define COPYRIGHT_STARTUP_MESSAGE      "Copyright Andrew Tridgell and the Samba Team 1992-2023"
 
 #define SAFETY_MARGIN 1024
 #define LARGE_WRITEX_HDR_SIZE 65
index aeb441c21a07d9a58ef45b948cb4a5ab4faa51f8..1c80da0baba05cc0e7dad14d44ac1b3b9617d4a0 100644 (file)
@@ -622,7 +622,7 @@ static int binary_smbd_main(TALLOC_CTX *mem_ctx,
                binary_name,
                SAMBA_VERSION_STRING));
        DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team"
-               " 1992-2022\n"));
+               " 1992-2023\n"));
 
        if (sizeof(uint16_t) < 2 ||
                        sizeof(uint32_t) < 4 ||