From: Stefan Metzmacher Date: Sat, 31 Dec 2022 23:24:28 +0000 (+0000) Subject: Happy New Year 2023! X-Git-Tag: talloc-2.4.0~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6136b8817414176fd79575ce85b95f142f3c980;p=thirdparty%2Fsamba.git Happy New Year 2023! Signed-off-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Sun Jan 1 00:24:02 UTC 2023 on sn-devel-184 --- diff --git a/source3/include/smb.h b/source3/include/smb.h index cfaf922b461..67694cb3bc9 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -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 diff --git a/source4/samba/server.c b/source4/samba/server.c index aeb441c21a0..1c80da0baba 100644 --- a/source4/samba/server.c +++ b/source4/samba/server.c @@ -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 ||