From: Stefan Metzmacher Date: Wed, 1 Jan 2020 09:05:07 +0000 (+0100) Subject: Happy New Year 2020! X-Git-Tag: ldb-2.1.0~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5040b186753acf72600042753d312bd5945429;p=thirdparty%2Fsamba.git Happy New Year 2020! Signed-off-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Wed Jan 1 12:04:52 UTC 2020 on sn-devel-184 --- diff --git a/source3/include/smb.h b/source3/include/smb.h index 162cdcc1a32..311490d699e 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-2019" +#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2020" #define SAFETY_MARGIN 1024 #define LARGE_WRITEX_HDR_SIZE 65 diff --git a/source4/smbd/server.c b/source4/smbd/server.c index 0fc9125cbba..95acb99b86c 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -630,7 +630,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-2019\n")); + " 1992-2020\n")); if (sizeof(uint16_t) < 2 || sizeof(uint32_t) < 4 ||