Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 2, 2017
2 parents 4b9e759 + 7b88769 commit c7d6e44
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/rabbit_delayed_message.erl
Expand Up @@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Delayed Message
%%
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%%

%% NOTE that this module uses os:timestamp/0 but in the future Erlang
Expand Down
2 changes: 1 addition & 1 deletion src/rabbit_delayed_message_app.erl
Expand Up @@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Delayed Message
%%
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%%

-module(rabbit_delayed_message_app).
Expand Down
2 changes: 1 addition & 1 deletion src/rabbit_delayed_message_sup.erl
Expand Up @@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Delayed Message
%%
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%%

-module(rabbit_delayed_message_sup).
Expand Down
2 changes: 1 addition & 1 deletion src/rabbit_delayed_message_utils.erl
Expand Up @@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Delayed Message
%%
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%%

-module(rabbit_delayed_message_utils).
Expand Down
2 changes: 1 addition & 1 deletion src/rabbit_exchange_type_delayed_message.erl
Expand Up @@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Delayed Message
%%
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%%

-module(rabbit_exchange_type_delayed_message).
Expand Down
2 changes: 1 addition & 1 deletion test/plugin_SUITE.erl
Expand Up @@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Delayed Message
%%
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%%

-module(plugin_SUITE).
Expand Down

0 comments on commit c7d6e44

Please sign in to comment.