Merge bug24223.
This commit is contained in:
commit
8e8df92740
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-record(upstream, {params,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_app).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_db).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
%% TODO rename this
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_link).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_link_sup).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_link_sup_sup).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_parameters).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_status).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_sup).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_upstream).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_upstream_exchange).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_util).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_test).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2010-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2010-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_test_all).
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Federation.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is VMware, Inc.
|
||||
%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_federation_unit_test).
|
||||
|
|
|
|||
Loading…
Reference in New Issue