Skip to content

Commit c38a3d6

Browse files
Bump (c) year
1 parent ffabc34 commit c38a3d6

File tree

1,129 files changed

+1134
-1134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,129 files changed

+1134
-1134
lines changed

README.md

Lines changed: 1 addition & 1 deletion

deps/amqp10_client/src/amqp10_client.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-module(amqp10_client).

deps/amqp10_client/src/amqp10_client.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-define(AMQP_PROTOCOL_HEADER, <<"AMQP", 0, 1, 0, 0>>).

deps/amqp10_client/src/amqp10_client_app.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-module(amqp10_client_app).

deps/amqp10_client/src/amqp10_client_connection.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77

88
-module(amqp10_client_connection).

deps/amqp10_client/src/amqp10_client_connection_sup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77
-module(amqp10_client_connection_sup).
88

deps/amqp10_client/src/amqp10_client_connections_sup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77
-module(amqp10_client_connections_sup).
88

deps/amqp10_client/src/amqp10_client_frame_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77
-module(amqp10_client_frame_reader).
88

deps/amqp10_client/src/amqp10_client_session.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77
-module(amqp10_client_session).
88

deps/amqp10_client/src/amqp10_client_sessions_sup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
66
%%
77
-module(amqp10_client_sessions_sup).
88

0 commit comments

Comments
 (0)