diff --git a/source3/include/smb.h b/source3/include/smb.h index 0fd9471c356..dfdb79cba56 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-2018" +#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2019" #define SAFETY_MARGIN 1024 #define LARGE_WRITEX_HDR_SIZE 65 diff --git a/source4/smbd/server.c b/source4/smbd/server.c index 57e05dccade..086fed99273 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -509,7 +509,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-2018\n")); + " 1992-2019\n")); if (sizeof(uint16_t) < 2 || sizeof(uint32_t) < 4 ||