]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Happy New Year 2022!
authorStefan Metzmacher <metze@samba.org>
Sat, 1 Jan 2022 00:31:01 +0000 (01:31 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 1 Jan 2022 01:24:21 +0000 (01:24 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Sat Jan  1 01:24:21 UTC 2022 on sn-devel-184

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

index 8638c80bf95b5dc2a6c62845b1e687d499d032ac..90105e00b14c28c9aa272a9d0d5b631646b2447b 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-2021"
+#define COPYRIGHT_STARTUP_MESSAGE      "Copyright Andrew Tridgell and the Samba Team 1992-2022"
 
 #define SAFETY_MARGIN 1024
 #define LARGE_WRITEX_HDR_SIZE 65
index 2915cd327c2cad3d1993a929c03cea5562aebf33..21a1d71b2838fd0090e6f5ebba655d132466c2ea 100644 (file)
@@ -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-2021\n"));
+               " 1992-2022\n"));
 
        if (sizeof(uint16_t) < 2 ||
                        sizeof(uint32_t) < 4 ||