From 54963d246ead84e2c845ee47d2ede5cf15920a8e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 1 Jan 2021 10:44:37 +0000 Subject: [PATCH] Happy New Year 2021! Signed-off-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Fri Jan 1 11:56:23 UTC 2021 on sn-devel-184 --- source3/include/smb.h | 2 +- source4/samba/server.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/include/smb.h b/source3/include/smb.h index ec4b9cf5f4b..8638c80bf95 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-2020" +#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2021" #define SAFETY_MARGIN 1024 #define LARGE_WRITEX_HDR_SIZE 65 diff --git a/source4/samba/server.c b/source4/samba/server.c index 6e07f048c0f..6cf4e4fb77e 100644 --- a/source4/samba/server.c +++ b/source4/samba/server.c @@ -645,7 +645,7 @@ static int binary_smbd_main(const char *binary_name, binary_name, SAMBA_VERSION_STRING)); DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team" - " 1992-2020\n")); + " 1992-2021\n")); if (sizeof(uint16_t) < 2 || sizeof(uint32_t) < 4 || -- 2.47.2