(c) year bump: 2022 => 2023
This commit is contained in:
parent
4ee60d6a6e
commit
ec4f1dba7d
|
@ -76,4 +76,4 @@ RabbitMQ server is [licensed under the MPL 2.0](LICENSE-MPL-RabbitMQ).
|
||||||
|
|
||||||
## Copyright
|
## Copyright
|
||||||
|
|
||||||
(c) 2007-2022 VMware, Inc. or its affiliates.
|
(c) 2007-2023 VMware, Inc. or its affiliates.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(amqp10_client).
|
-module(amqp10_client).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2020-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-define(AMQP_PROTOCOL_HEADER, <<"AMQP", 0, 1, 0, 0>>).
|
-define(AMQP_PROTOCOL_HEADER, <<"AMQP", 0, 1, 0, 0>>).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(amqp10_client_app).
|
-module(amqp10_client_app).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(amqp10_client_connection).
|
-module(amqp10_client_connection).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
-module(amqp10_client_connection_sup).
|
-module(amqp10_client_connection_sup).
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
-module(amqp10_client_connections_sup).
|
-module(amqp10_client_connections_sup).
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
-module(amqp10_client_frame_reader).
|
-module(amqp10_client_frame_reader).
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
-module(amqp10_client_session).
|
-module(amqp10_client_session).
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
-module(amqp10_client_sessions_sup).
|
-module(amqp10_client_sessions_sup).
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
-module(amqp10_client_sup).
|
-module(amqp10_client_sup).
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
-module(amqp10_client_types).
|
-module(amqp10_client_types).
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
-module(amqp10_msg).
|
-module(amqp10_msg).
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2017-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2017-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(activemq_ct_helpers).
|
-module(activemq_ct_helpers).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
-module(mock_server).
|
-module(mock_server).
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2017-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2017-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(msg_SUITE).
|
-module(msg_SUITE).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2017-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2017-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(system_SUITE).
|
-module(system_SUITE).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(amqp10_binary_generator).
|
-module(amqp10_binary_generator).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(amqp10_binary_parser).
|
-module(amqp10_binary_parser).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(amqp10_framing).
|
-module(amqp10_framing).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2020-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-ifndef(AMQP_CLIENT_HRL).
|
-ifndef(AMQP_CLIENT_HRL).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2020-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-include("amqp_client.hrl").
|
-include("amqp_client.hrl").
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @type close_reason(Type) = {shutdown, amqp_reason(Type)}.
|
%% @type close_reason(Type) = {shutdown, amqp_reason(Type)}.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @type close_reason(Type) = {shutdown, amqp_reason(Type)}.
|
%% @type close_reason(Type) = {shutdown, amqp_reason(Type)}.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2011-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2011-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @doc This module is an implementation of the amqp_gen_consumer
|
%% @doc This module is an implementation of the amqp_gen_consumer
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2011-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2011-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @doc A behaviour module for implementing consumers for
|
%% @doc A behaviour module for implementing consumers for
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
@ -317,7 +317,7 @@ client_properties(UserProperties) ->
|
||||||
{<<"version">>, longstr, list_to_binary(Vsn)},
|
{<<"version">>, longstr, list_to_binary(Vsn)},
|
||||||
{<<"platform">>, longstr, <<"Erlang">>},
|
{<<"platform">>, longstr, <<"Erlang">>},
|
||||||
{<<"copyright">>, longstr,
|
{<<"copyright">>, longstr,
|
||||||
<<"Copyright (c) 2007-2022 VMware, Inc. or its affiliates.">>},
|
<<"Copyright (c) 2007-2023 VMware, Inc. or its affiliates.">>},
|
||||||
{<<"information">>, longstr,
|
{<<"information">>, longstr,
|
||||||
<<"Licensed under the MPL. "
|
<<"Licensed under the MPL. "
|
||||||
"See https://www.rabbitmq.com/">>},
|
"See https://www.rabbitmq.com/">>},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @doc This module allows the simple execution of an asynchronous RPC over
|
%% @doc This module allows the simple execution of an asynchronous RPC over
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @doc This is a utility module that is used to expose an arbitrary function
|
%% @doc This is a utility module that is used to expose an arbitrary function
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2011-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2011-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @doc This module is an implementation of the amqp_gen_consumer
|
%% @doc This module is an implementation of the amqp_gen_consumer
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(amqp_uri).
|
-module(amqp_uri).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2013-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2013-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_routing_util).
|
-module(rabbit_routing_util).
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
%% This file is a copy of http_uri.erl from the R13B-1 Erlang/OTP
|
%% This file is a copy of http_uri.erl from the R13B-1 Erlang/OTP
|
||||||
%% distribution with several modifications.
|
%% distribution with several modifications.
|
||||||
|
|
||||||
%% All modifications are Copyright (c) 2009-2022 VMware, Inc. or its affiliates.
|
%% All modifications are Copyright (c) 2009-2023 VMware, Inc. or its affiliates.
|
||||||
|
|
||||||
%% ``The contents of this file are subject to the Erlang Public License,
|
%% ``The contents of this file are subject to the Erlang Public License,
|
||||||
%% Version 1.1, (the "License"); you may not use this file except in
|
%% Version 1.1, (the "License"); you may not use this file except in
|
||||||
%% compliance with the License. You should have received a copy of the
|
%% compliance with the License. You should have received a copy of the
|
||||||
%% Erlang Public License along with this software. If not, it can be
|
%% Erlang Public License along with this software. If not, it can be
|
||||||
%% retrieved via the world wide web at https://www.erlang.org/.
|
%% retrieved via the world wide web at https://www.erlang.org/.
|
||||||
%%
|
%%
|
||||||
%% Software distributed under the License is distributed on an "AS IS"
|
%% Software distributed under the License is distributed on an "AS IS"
|
||||||
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
|
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
|
||||||
%% the License for the specific language governing rights and limitations
|
%% the License for the specific language governing rights and limitations
|
||||||
%% under the License.
|
%% under the License.
|
||||||
%%
|
%%
|
||||||
%% The Initial Developer of the Original Code is Ericsson Utvecklings AB.
|
%% The Initial Developer of the Original Code is Ericsson Utvecklings AB.
|
||||||
%% Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
|
%% Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
|
||||||
%% AB. All Rights Reserved.''
|
%% AB. All Rights Reserved.''
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2016-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(system_SUITE).
|
-module(system_SUITE).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2016-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(unit_SUITE).
|
-module(unit_SUITE).
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2019-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2019-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_boot_state).
|
-module(rabbit_boot_state).
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2020-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_boot_state_sup).
|
-module(rabbit_boot_state_sup).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2015-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2015-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_boot_state_systemd).
|
-module(rabbit_boot_state_systemd).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2019-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2019-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_prelaunch_early_logging).
|
-module(rabbit_prelaunch_early_logging).
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
%% See the License for the specific language governing permissions and
|
%% See the License for the specific language governing permissions and
|
||||||
%% limitations under the License.
|
%% limitations under the License.
|
||||||
%%
|
%%
|
||||||
%% Copyright Ericsson AB 2011-2022. All Rights Reserved.
|
%% Copyright Ericsson AB 2011-2023. All Rights Reserved.
|
||||||
%% Copyright (c) 2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
%% This code originated here and has been modified to suit RabbitMQ:
|
%% This code originated here and has been modified to suit RabbitMQ:
|
||||||
%% https://github.com/erlang/otp/blob/2d43af53899d35423f1c83887026089c91bce010/lib/ssl/src/ssl_dist_sup.erl
|
%% https://github.com/erlang/otp/blob/2d43af53899d35423f1c83887026089c91bce010/lib/ssl/src/ssl_dist_sup.erl
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_prelaunch_file_SUITE).
|
-module(rabbit_prelaunch_file_SUITE).
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
.\" Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.Dd October 26, 2022
|
.Dd October 26, 2022
|
||||||
.Dt RABBITMQ-DIAGNOSTICS 8
|
.Dt RABBITMQ-DIAGNOSTICS 8
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
.\" Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.Dd September 28, 2019
|
.Dd September 28, 2019
|
||||||
.Dt RABBITMQ-ECHOPID.BAT 8
|
.Dt RABBITMQ-ECHOPID.BAT 8
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
.\" Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.Dd September 28, 2019
|
.Dd September 28, 2019
|
||||||
.Dt RABBITMQ-ENV.CONF 5
|
.Dt RABBITMQ-ENV.CONF 5
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
.\" Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.Dd September 28, 2019
|
.Dd September 28, 2019
|
||||||
.Dt RABBITMQ-PLUGINS 8
|
.Dt RABBITMQ-PLUGINS 8
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
.\" Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.Dd June 19, 2021
|
.Dd June 19, 2021
|
||||||
.Dt RABBITMQ-QUEUES 8
|
.Dt RABBITMQ-QUEUES 8
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
.\" Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.Dd September 28, 2019
|
.Dd September 28, 2019
|
||||||
.Dt RABBITMQ-SERVER 8
|
.Dt RABBITMQ-SERVER 8
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
.\" Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.Dd September 28, 2019
|
.Dd September 28, 2019
|
||||||
.Dt RABBITMQ-SERVICE.BAT 8
|
.Dt RABBITMQ-SERVICE.BAT 8
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
.\" Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.Dd June 19, 2021
|
.Dd June 19, 2021
|
||||||
.Dt RABBITMQ-UPGRADE 8
|
.Dt RABBITMQ-UPGRADE 8
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
.\" file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
.\" Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.Dd October 26, 2022
|
.Dd October 26, 2022
|
||||||
.Dt RABBITMQCTL 8
|
.Dt RABBITMQCTL 8
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2018-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2018-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-include("amqqueue_v2.hrl").
|
-include("amqqueue_v2.hrl").
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2020-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-type callback_result() :: 'ok' | {'stop', any()} | {'become', atom(), args()}.
|
-type callback_result() :: 'ok' | {'stop', any()} | {'become', atom(), args()}.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
## License, v. 2.0. If a copy of the MPL was not distributed with this
|
## License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
##
|
##
|
||||||
## Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
##
|
##
|
||||||
|
|
||||||
# Exit immediately if a pipeline, which may consist of a single simple command,
|
# Exit immediately if a pipeline, which may consist of a single simple command,
|
||||||
|
|
|
@ -4,7 +4,7 @@ REM This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
REM License, v. 2.0. If a copy of the MPL was not distributed with this
|
REM License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
REM file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
REM file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
REM
|
REM
|
||||||
REM Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
REM Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
REM
|
REM
|
||||||
|
|
||||||
REM Scopes the variables to the current batch file
|
REM Scopes the variables to the current batch file
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
## License, v. 2.0. If a copy of the MPL was not distributed with this
|
## License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
##
|
##
|
||||||
## Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
##
|
##
|
||||||
|
|
||||||
# Exit immediately if a pipeline, which may consist of a single simple command,
|
# Exit immediately if a pipeline, which may consist of a single simple command,
|
||||||
|
|
|
@ -3,7 +3,7 @@ REM This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
REM License, v. 2.0. If a copy of the MPL was not distributed with this
|
REM License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
REM file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
REM file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
REM
|
REM
|
||||||
REM Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
REM Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
REM
|
REM
|
||||||
|
|
||||||
REM Scopes the variables to the current batch file
|
REM Scopes the variables to the current batch file
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2018-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2018-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(amqqueue). %% Could become amqqueue_v2 in the future.
|
-module(amqqueue). %% Could become amqqueue_v2 in the future.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(background_gc).
|
-module(background_gc).
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(code_server_cache).
|
-module(code_server_cache).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(gatherer).
|
-module(gatherer).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(gm).
|
-module(gm).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2020-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(internal_user).
|
-module(internal_user).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2011-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2011-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(lqueue).
|
-module(lqueue).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2011-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2011-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(mirrored_supervisor).
|
-module(mirrored_supervisor).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2011-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2011-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(mirrored_supervisor_sups).
|
-module(mirrored_supervisor_sups).
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
%% versions of Erlang/OTP. The remaining type specs have been
|
%% versions of Erlang/OTP. The remaining type specs have been
|
||||||
%% removed.
|
%% removed.
|
||||||
|
|
||||||
%% All modifications are (C) 2010-2022 VMware, Inc. or its affiliates.
|
%% All modifications are (C) 2010-2023 VMware, Inc. or its affiliates.
|
||||||
|
|
||||||
%% %CopyrightBegin%
|
%% %CopyrightBegin%
|
||||||
%%
|
%%
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(pid_recomposition).
|
-module(pid_recomposition).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit).
|
-module(rabbit).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_access_control).
|
-module(rabbit_access_control).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
%% There are two types of alarms handled by this module:
|
%% There are two types of alarms handled by this module:
|
||||||
%%
|
%%
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_amqqueue).
|
-module(rabbit_amqqueue).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_amqqueue_process).
|
-module(rabbit_amqqueue_process).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_amqqueue_sup).
|
-module(rabbit_amqqueue_sup).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_amqqueue_sup_sup).
|
-module(rabbit_amqqueue_sup_sup).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_auth_backend_internal).
|
-module(rabbit_auth_backend_internal).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_auth_mechanism_amqplain).
|
-module(rabbit_auth_mechanism_amqplain).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_auth_mechanism_cr_demo).
|
-module(rabbit_auth_mechanism_cr_demo).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_auth_mechanism_plain).
|
-module(rabbit_auth_mechanism_plain).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_autoheal).
|
-module(rabbit_autoheal).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_backing_queue).
|
-module(rabbit_backing_queue).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_basic).
|
-module(rabbit_basic).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_binding).
|
-module(rabbit_binding).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_boot_steps).
|
-module(rabbit_boot_steps).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_channel).
|
-module(rabbit_channel).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_channel_interceptor).
|
-module(rabbit_channel_interceptor).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_channel_sup).
|
-module(rabbit_channel_sup).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_channel_sup_sup).
|
-module(rabbit_channel_sup_sup).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2020-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_channel_tracking).
|
-module(rabbit_channel_tracking).
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
%% License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
%%
|
%%
|
||||||
%% Copyright (c) 2020-2022 VMware, Inc. or its affiliates. All rights reserved.
|
%% Copyright (c) 2020-2023 VMware, Inc. or its affiliates. All rights reserved.
|
||||||
%%
|
%%
|
||||||
|
|
||||||
-module(rabbit_channel_tracking_handler).
|
-module(rabbit_channel_tracking_handler).
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue