summaryrefslogtreecommitdiff
path: root/deps/amqp10_common
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2022-03-21 01:21:56 +0400
committerMichael Klishin <klishinm@vmware.com>2022-03-21 01:21:56 +0400
commitc38a3d697d83cafa376592a9aa213347ae1a68af (patch)
tree95e39324bb99aa0fafb5997ee0902398e76a0cd5 /deps/amqp10_common
parentffabc3458620ba9500354c1591cc21cdc234d6f9 (diff)
downloadrabbitmq-server-git-c38a3d697d83cafa376592a9aa213347ae1a68af.tar.gz
Bump (c) year
Diffstat (limited to 'deps/amqp10_common')
-rw-r--r--deps/amqp10_common/src/amqp10_binary_generator.erl2
-rw-r--r--deps/amqp10_common/src/amqp10_binary_parser.erl2
-rw-r--r--deps/amqp10_common/src/amqp10_framing.erl2
3 files changed, 3 insertions, 3 deletions
diff --git a/deps/amqp10_common/src/amqp10_binary_generator.erl b/deps/amqp10_common/src/amqp10_binary_generator.erl
index ff8b1c7348..1912b308bb 100644
--- a/deps/amqp10_common/src/amqp10_binary_generator.erl
+++ b/deps/amqp10_common/src/amqp10_binary_generator.erl
@@ -2,7 +2,7 @@
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
-%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(amqp10_binary_generator).
diff --git a/deps/amqp10_common/src/amqp10_binary_parser.erl b/deps/amqp10_common/src/amqp10_binary_parser.erl
index 376ac47aed..f4f33e15e9 100644
--- a/deps/amqp10_common/src/amqp10_binary_parser.erl
+++ b/deps/amqp10_common/src/amqp10_binary_parser.erl
@@ -2,7 +2,7 @@
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
-%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(amqp10_binary_parser).
diff --git a/deps/amqp10_common/src/amqp10_framing.erl b/deps/amqp10_common/src/amqp10_framing.erl
index fc89e6ef76..fa991b297e 100644
--- a/deps/amqp10_common/src/amqp10_framing.erl
+++ b/deps/amqp10_common/src/amqp10_framing.erl
@@ -2,7 +2,7 @@
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
-%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(amqp10_framing).