summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2022-01-05 09:08:52 +0400
committerGitHub <noreply@github.com>2022-01-05 09:08:52 +0400
commitcc2a5f08201ecdd1d5843b9738658be90e458fdb (patch)
tree41b0f935371e11d32c61bee8f342dd9cb8028e80
parentd8db77444d7ef58769e01c4d80131adf3d69d830 (diff)
parent5ab0719612ebe4ad5b80b7d8e346c63d46b0dd6b (diff)
downloadrabbitmq-server-git-cc2a5f08201ecdd1d5843b9738658be90e458fdb.tar.gz
Merge pull request #3954 from rabbitmq/mergify/bp/v3.9.x/pr-3953
Bump (c) year in node startup banner (backport #3953)
-rw-r--r--deps/rabbit_common/include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbit_common/include/rabbit.hrl b/deps/rabbit_common/include/rabbit.hrl
index 1fb3d4e6ea..f40b92a24b 100644
--- a/deps/rabbit_common/include/rabbit.hrl
+++ b/deps/rabbit_common/include/rabbit.hrl
@@ -209,7 +209,7 @@
}).
%%----------------------------------------------------------------------------
--define(COPYRIGHT_MESSAGE, "Copyright (c) 2007-2021 VMware, Inc. or its affiliates.").
+-define(COPYRIGHT_MESSAGE, "Copyright (c) 2007-2022 VMware, Inc. or its affiliates.").
-define(INFORMATION_MESSAGE, "Licensed under the MPL 2.0. Website: https://rabbitmq.com").
%% EMPTY_FRAME_SIZE, 8 = 1 + 2 + 4 + 1