(c) bump
This commit is contained in:
parent
dfb98150c0
commit
913d2bfe0b
|
@ -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).
|
||||
|
|
|
@ -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>>).
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue