This commit is contained in:
Michael Klishin 2019-12-28 19:35:38 +03:00
parent dfb98150c0
commit 913d2bfe0b
13 changed files with 13 additions and 13 deletions

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqp10_client).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-define(AMQP_PROTOCOL_HEADER, <<"AMQP", 0, 1, 0, 0>>).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqp10_client_app).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqp10_client_connection).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqp10_client_connection_sup).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqp10_client_connections_sup).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqp10_client_frame_reader).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqp10_client_session).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqp10_client_sessions_sup).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqp10_client_sup).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqp10_client_types).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(amqp10_msg).

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
%%
-module(mock_server).