Bump (c) year in header files
This commit is contained in:
parent
9388d080e2
commit
b11a79cccf
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-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
|
||||
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-ifndef(AMQP_CLIENT_HRL).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-include("amqp_client.hrl").
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-type callback_result() :: 'ok' | {'stop', any()} | {'become', atom(), args()}.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-include("resource.hrl").
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
%% These tables contain the raw metrics as stored by RabbitMQ core
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(DEFAULT_MEMORY_CHECK_INTERVAL, 1000).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(RPC_TIMEOUT, 15000).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-include("rabbit.hrl").
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-record(resource, {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-record(upstream, {uris,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Management Console.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(AUTH_REALM, "Basic realm=\"RabbitMQ Management\"").
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
%% The Original Code is RabbitMQ Management Console.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-record(context, {user,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-record(machine_state, {client_ids = #{},
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-record(machine_state, {client_ids = #{}}).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(CLIENT_ID_MAXLEN, 23).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(PROTOCOL_NAMES, [{3, "MQIsdp"}, {4, "MQTT"}]).
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
% rabbitmq/rabbitmq-peer-discovery-aws#25
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(BACKEND_CONFIG_KEY, peer_discovery_consul).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(BACKEND_CONFIG_KEY, peer_discovery_etcd).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(CONFIG_MODULE, rabbit_peer_discovery_config).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(KEEP_NB, 20).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-record(endpoint,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-record(stomp_configuration, {default_login,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-record(stomp_frame, {command, headers, body_iolist}).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%% 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/.
|
||||
%%
|
||||
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%% Copyright (c) 2020-2021 VMware, Inc. or its affiliates. All rights reserved.
|
||||
%%
|
||||
|
||||
-define(HEADER_ACCEPT_VERSION, "accept-version").
|
||||
|
|
Loading…
Reference in New Issue