Merge branch 'stable'

This commit is contained in:
Michael Klishin 2017-04-02 22:01:27 +03:00
commit b6982875de
48 changed files with 52 additions and 48 deletions

View File

@ -10,4 +10,8 @@ it, use <a href="http://www.rabbitmq.com/man/rabbitmq-plugins.1.man.html">rabbit
## Documentation ## Documentation
* [RabbitMQ management UI documentation](http://www.rabbitmq.com/management.html). * [RabbitMQ management UI documentation](http://www.rabbitmq.com/management.html).
* [HTTP API documentation](http://www.rabbitmq.com/management.html#http-api) and [reference](https://raw.githack.com/rabbitmq/rabbitmq-management/rabbitmq_v3_6_8/priv/www/api/index.html) * [HTTP API documentation](http://www.rabbitmq.com/management.html#http-api) and [reference](https://raw.githack.com/rabbitmq/rabbitmq-management/rabbitmq_v3_6_9/priv/www/api/index.html)
## Copyright
(c) Pivotal Software Inc., 2007-2017.

View File

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

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Management Plugin. %% The Original Code is RabbitMQ Management Plugin.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
%% Useful documentation about CORS: %% Useful documentation about CORS:

View File

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

View File

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

View File

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

View File

@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ Management Console. %% The Original Code is RabbitMQ Management Console.
%% %%
%% The Initial Developer of the Original Code is GoPivotal, Inc. %% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
%% When management extensions are enabled and/or disabled at runtime, the %% When management extensions are enabled and/or disabled at runtime, the

View File

@ -10,7 +10,7 @@
%% %%
%% The Original Code is RabbitMQ. %% The Original Code is RabbitMQ.
%% %%
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(rabbit_mgmt_sup_sup). -module(rabbit_mgmt_sup_sup).

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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