Happy New Year 2021!
authorStefan Metzmacher <metze@samba.org>
Fri, 1 Jan 2021 10:44:37 +0000 (10:44 +0000)
committerStefan Metzmacher <metze@samba.org>
Fri, 1 Jan 2021 11:56:23 +0000 (11:56 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri Jan  1 11:56:23 UTC 2021 on sn-devel-184

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

index ec4b9cf5f4ba350dec0d586a451d9c94df15beca..8638c80bf95b5dc2a6c62845b1e687d499d032ac 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-2020"
+#define COPYRIGHT_STARTUP_MESSAGE      "Copyright Andrew Tridgell and the Samba Team 1992-2021"
 
 #define SAFETY_MARGIN 1024
 #define LARGE_WRITEX_HDR_SIZE 65
index 6e07f048c0f1e5c54f28bcc20a477b69d0825fae..6cf4e4fb77e203e6dc77b29938ce25c0499c90be 100644 (file)
@@ -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 ||