summaryrefslogtreecommitdiff
path: root/deps/rabbit_common/src/supervisor2.erl
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-01-22 09:00:14 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-01-22 09:00:14 +0300
commit52479099ecc9807097ad0af70b6c5d54cb5031e7 (patch)
tree6ea6e9fab763aa77bcc4a46e5694e62bb7656063 /deps/rabbit_common/src/supervisor2.erl
parent279c768ff1f8f064531a90b99fcf80682e487c82 (diff)
downloadrabbitmq-server-git-52479099ecc9807097ad0af70b6c5d54cb5031e7.tar.gz
Bump (c) year
Diffstat (limited to 'deps/rabbit_common/src/supervisor2.erl')
-rw-r--r--deps/rabbit_common/src/supervisor2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbit_common/src/supervisor2.erl b/deps/rabbit_common/src/supervisor2.erl
index 08c764d0d8..d6e8b82262 100644
--- a/deps/rabbit_common/src/supervisor2.erl
+++ b/deps/rabbit_common/src/supervisor2.erl
@@ -40,7 +40,7 @@
%% 5) normal, and {shutdown, _} exit reasons are all treated the same
%% (i.e. are regarded as normal exits)
%%
-%% All modifications are (C) 2010-2020 VMware, Inc. or its affiliates.
+%% All modifications are (C) 2010-2021 VMware, Inc. or its affiliates.
%%
%% %CopyrightBegin%
%%