From 8524d552c8fcaba49af398beec101605c522119f Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Wed, 22 Nov 2023 09:20:44 +0000 Subject: [PATCH] Copyright update. --- README.md | 2 +- src/ra.erl | 2 +- src/ra.hrl | 2 +- src/ra_app.erl | 2 +- src/ra_bench.erl | 2 +- src/ra_counters.erl | 2 +- src/ra_dbg.erl | 2 +- src/ra_directory.erl | 2 +- src/ra_env.erl | 2 +- src/ra_file_handle.erl | 2 +- src/ra_flru.erl | 2 +- src/ra_leaderboard.erl | 2 +- src/ra_lib.erl | 2 +- src/ra_log.erl | 2 +- src/ra_log_ets.erl | 2 +- src/ra_log_meta.erl | 2 +- src/ra_log_pre_init.erl | 2 +- src/ra_log_reader.erl | 2 +- src/ra_log_segment.erl | 2 +- src/ra_log_segment_writer.erl | 2 +- src/ra_log_snapshot.erl | 2 +- src/ra_log_sup.erl | 2 +- src/ra_log_wal.erl | 2 +- src/ra_log_wal_sup.erl | 2 +- src/ra_machine.erl | 2 +- src/ra_machine_ets.erl | 2 +- src/ra_machine_simple.erl | 2 +- src/ra_metrics_ets.erl | 2 +- src/ra_monitors.erl | 2 +- src/ra_server.erl | 2 +- src/ra_server.hrl | 2 +- src/ra_server_proc.erl | 2 +- src/ra_server_sup.erl | 2 +- src/ra_server_sup_sup.erl | 2 +- src/ra_snapshot.erl | 2 +- src/ra_sup.erl | 2 +- src/ra_system_sup.erl | 2 +- src/ra_systems_sup.erl | 2 +- test/consumer.erl | 2 +- test/coordination_SUITE.erl | 2 +- test/enqueuer.erl | 2 +- test/erlang_node_helpers.erl | 2 +- test/nemesis.erl | 2 +- test/partitions_SUITE.erl | 2 +- test/ra_2_SUITE.erl | 2 +- test/ra_SUITE.erl | 2 +- test/ra_dbg_SUITE.erl | 2 +- test/ra_directory_SUITE.erl | 2 +- test/ra_log_memory.erl | 2 +- test/ra_log_meta_SUITE.erl | 2 +- test/ra_log_props_SUITE.erl | 2 +- test/ra_log_segment_SUITE.erl | 2 +- test/ra_log_segment_writer_SUITE.erl | 2 +- test/ra_log_snapshot_SUITE.erl | 2 +- test/ra_log_wal_SUITE.erl | 2 +- test/ra_machine_ets_SUITE.erl | 2 +- test/ra_machine_int_SUITE.erl | 2 +- test/ra_machine_version_SUITE.erl | 2 +- test/ra_props_SUITE.erl | 2 +- test/ra_queue.erl | 2 +- test/ra_server_SUITE.erl | 2 +- test/ra_snapshot_SUITE.erl | 2 +- test/ra_system_SUITE.erl | 2 +- test/tcp_inet_proxy_helpers.erl | 2 +- 64 files changed, 64 insertions(+), 64 deletions(-) diff --git a/README.md b/README.md index 9bfd0310..72363e1e 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ The modules that form part of the public API are: ## Copyright and License -(c) 2017-2023, VMware Inc or its affiliates. +(c) 2017-2023 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. Dual licensed under the Apache License Version 2.0 and Mozilla Public License Version 2.0. diff --git a/src/ra.erl b/src/ra.erl index f4e0a7dc..d415978d 100644 --- a/src/ra.erl +++ b/src/ra.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @doc The primary module for interacting with ra servers and clusters. diff --git a/src/ra.hrl b/src/ra.hrl index a965f980..246283d0 100644 --- a/src/ra.hrl +++ b/src/ra.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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -type option(T) :: undefined | T. diff --git a/src/ra_app.erl b/src/ra_app.erl index 51e759e3..b123b4ab 100644 --- a/src/ra_app.erl +++ b/src/ra_app.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_app). diff --git a/src/ra_bench.erl b/src/ra_bench.erl index d35344eb..6e79c466 100644 --- a/src/ra_bench.erl +++ b/src/ra_bench.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_bench). diff --git a/src/ra_counters.erl b/src/ra_counters.erl index ea73c7d2..080b4572 100644 --- a/src/ra_counters.erl +++ b/src/ra_counters.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_counters). -include("ra.hrl"). diff --git a/src/ra_dbg.erl b/src/ra_dbg.erl index 6cfc4a63..e04363dc 100644 --- a/src/ra_dbg.erl +++ b/src/ra_dbg.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @doc utilities to debug ra diff --git a/src/ra_directory.erl b/src/ra_directory.erl index 298949e1..7df026cd 100644 --- a/src/ra_directory.erl +++ b/src/ra_directory.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_directory). diff --git a/src/ra_env.erl b/src/ra_env.erl index 7f22c350..3341959b 100644 --- a/src/ra_env.erl +++ b/src/ra_env.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_env). diff --git a/src/ra_file_handle.erl b/src/ra_file_handle.erl index 78883355..e808ebed 100644 --- a/src/ra_file_handle.erl +++ b/src/ra_file_handle.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_file_handle). diff --git a/src/ra_flru.erl b/src/ra_flru.erl index 0360d932..386d92b6 100644 --- a/src/ra_flru.erl +++ b/src/ra_flru.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_flru). diff --git a/src/ra_leaderboard.erl b/src/ra_leaderboard.erl index 5302b61e..ca97131e 100644 --- a/src/ra_leaderboard.erl +++ b/src/ra_leaderboard.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_leaderboard). diff --git a/src/ra_lib.erl b/src/ra_lib.erl index 800999b5..41995b73 100644 --- a/src/ra_lib.erl +++ b/src/ra_lib.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_lib). diff --git a/src/ra_log.erl b/src/ra_log.erl index 83ac369f..da712c4c 100644 --- a/src/ra_log.erl +++ b/src/ra_log.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_log). diff --git a/src/ra_log_ets.erl b/src/ra_log_ets.erl index ff2bcd47..a4937763 100644 --- a/src/ra_log_ets.erl +++ b/src/ra_log_ets.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_log_ets). diff --git a/src/ra_log_meta.erl b/src/ra_log_meta.erl index c21cb146..11290b69 100644 --- a/src/ra_log_meta.erl +++ b/src/ra_log_meta.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_log_meta). diff --git a/src/ra_log_pre_init.erl b/src/ra_log_pre_init.erl index ccb25147..0831aff0 100644 --- a/src/ra_log_pre_init.erl +++ b/src/ra_log_pre_init.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_log_pre_init). diff --git a/src/ra_log_reader.erl b/src/ra_log_reader.erl index 11a6716f..2b0ecaab 100644 --- a/src/ra_log_reader.erl +++ b/src/ra_log_reader.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_log_reader). diff --git a/src/ra_log_segment.erl b/src/ra_log_segment.erl index f211ad92..acab93ae 100644 --- a/src/ra_log_segment.erl +++ b/src/ra_log_segment.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_log_segment). diff --git a/src/ra_log_segment_writer.erl b/src/ra_log_segment_writer.erl index a3cccc5e..83791f9d 100644 --- a/src/ra_log_segment_writer.erl +++ b/src/ra_log_segment_writer.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_log_segment_writer). diff --git a/src/ra_log_snapshot.erl b/src/ra_log_snapshot.erl index b77543c4..e9cd5f95 100644 --- a/src/ra_log_snapshot.erl +++ b/src/ra_log_snapshot.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_log_snapshot). diff --git a/src/ra_log_sup.erl b/src/ra_log_sup.erl index 160ef497..da1f8c31 100644 --- a/src/ra_log_sup.erl +++ b/src/ra_log_sup.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_log_sup). diff --git a/src/ra_log_wal.erl b/src/ra_log_wal.erl index 095e5189..be8cd8c4 100644 --- a/src/ra_log_wal.erl +++ b/src/ra_log_wal.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_log_wal). diff --git a/src/ra_log_wal_sup.erl b/src/ra_log_wal_sup.erl index 7375591e..292ea38f 100644 --- a/src/ra_log_wal_sup.erl +++ b/src/ra_log_wal_sup.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_log_wal_sup). diff --git a/src/ra_machine.erl b/src/ra_machine.erl index f8fa5cdb..b7c99329 100644 --- a/src/ra_machine.erl +++ b/src/ra_machine.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @doc The `ra_machine' behaviour. %% diff --git a/src/ra_machine_ets.erl b/src/ra_machine_ets.erl index 105225a6..ab39e022 100644 --- a/src/ra_machine_ets.erl +++ b/src/ra_machine_ets.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_machine_ets). diff --git a/src/ra_machine_simple.erl b/src/ra_machine_simple.erl index 643035fb..7415ea1e 100644 --- a/src/ra_machine_simple.erl +++ b/src/ra_machine_simple.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_machine_simple). diff --git a/src/ra_metrics_ets.erl b/src/ra_metrics_ets.erl index 83546311..370ad313 100644 --- a/src/ra_metrics_ets.erl +++ b/src/ra_metrics_ets.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_metrics_ets). diff --git a/src/ra_monitors.erl b/src/ra_monitors.erl index 338cfe5d..94abd1dd 100644 --- a/src/ra_monitors.erl +++ b/src/ra_monitors.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_monitors). diff --git a/src/ra_server.erl b/src/ra_server.erl index 6f42cfdd..02e1a004 100644 --- a/src/ra_server.erl +++ b/src/ra_server.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_server). diff --git a/src/ra_server.hrl b/src/ra_server.hrl index 13294f70..d1eebec2 100644 --- a/src/ra_server.hrl +++ b/src/ra_server.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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -define(AER_CHUNK_SIZE, 128). -define(DEFAULT_MAX_PIPELINE_COUNT, 4096). diff --git a/src/ra_server_proc.erl b/src/ra_server_proc.erl index bd8546b9..4740a427 100644 --- a/src/ra_server_proc.erl +++ b/src/ra_server_proc.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_server_proc). diff --git a/src/ra_server_sup.erl b/src/ra_server_sup.erl index a735de29..3857996c 100644 --- a/src/ra_server_sup.erl +++ b/src/ra_server_sup.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_server_sup). diff --git a/src/ra_server_sup_sup.erl b/src/ra_server_sup_sup.erl index c930ee1b..1b759b9d 100644 --- a/src/ra_server_sup_sup.erl +++ b/src/ra_server_sup_sup.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_server_sup_sup). diff --git a/src/ra_snapshot.erl b/src/ra_snapshot.erl index 4687341b..a6a01457 100644 --- a/src/ra_snapshot.erl +++ b/src/ra_snapshot.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_snapshot). diff --git a/src/ra_sup.erl b/src/ra_sup.erl index 679df826..3cd63064 100644 --- a/src/ra_sup.erl +++ b/src/ra_sup.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_sup). diff --git a/src/ra_system_sup.erl b/src/ra_system_sup.erl index 589a3c21..e98768b7 100644 --- a/src/ra_system_sup.erl +++ b/src/ra_system_sup.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_system_sup). diff --git a/src/ra_systems_sup.erl b/src/ra_systems_sup.erl index e211f302..8575c03a 100644 --- a/src/ra_systems_sup.erl +++ b/src/ra_systems_sup.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% %% @hidden -module(ra_systems_sup). diff --git a/test/consumer.erl b/test/consumer.erl index b96c013c..714acc01 100644 --- a/test/consumer.erl +++ b/test/consumer.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(consumer). diff --git a/test/coordination_SUITE.erl b/test/coordination_SUITE.erl index 4e8f0653..fa1a7445 100644 --- a/test/coordination_SUITE.erl +++ b/test/coordination_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(coordination_SUITE). diff --git a/test/enqueuer.erl b/test/enqueuer.erl index 9140fd74..12b87aba 100644 --- a/test/enqueuer.erl +++ b/test/enqueuer.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(enqueuer). diff --git a/test/erlang_node_helpers.erl b/test/erlang_node_helpers.erl index c60cb116..348c59c8 100644 --- a/test/erlang_node_helpers.erl +++ b/test/erlang_node_helpers.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(erlang_node_helpers). diff --git a/test/nemesis.erl b/test/nemesis.erl index f8f06c1a..e7ee38f8 100644 --- a/test/nemesis.erl +++ b/test/nemesis.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(nemesis). diff --git a/test/partitions_SUITE.erl b/test/partitions_SUITE.erl index 0960c3ac..629156ef 100644 --- a/test/partitions_SUITE.erl +++ b/test/partitions_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(partitions_SUITE). -compile(nowarn_export_all). diff --git a/test/ra_2_SUITE.erl b/test/ra_2_SUITE.erl index caccde6d..3ad77d01 100644 --- a/test/ra_2_SUITE.erl +++ b/test/ra_2_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_2_SUITE). -behaviour(ra_machine). diff --git a/test/ra_SUITE.erl b/test/ra_SUITE.erl index 895a27d3..8338b0ad 100644 --- a/test/ra_SUITE.erl +++ b/test/ra_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_SUITE). diff --git a/test/ra_dbg_SUITE.erl b/test/ra_dbg_SUITE.erl index 42ecb53a..d5105221 100644 --- a/test/ra_dbg_SUITE.erl +++ b/test/ra_dbg_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_dbg_SUITE). diff --git a/test/ra_directory_SUITE.erl b/test/ra_directory_SUITE.erl index e9e9f335..ef6282e1 100644 --- a/test/ra_directory_SUITE.erl +++ b/test/ra_directory_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_directory_SUITE). diff --git a/test/ra_log_memory.erl b/test/ra_log_memory.erl index 0d777eef..d7c30738 100644 --- a/test/ra_log_memory.erl +++ b/test/ra_log_memory.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_log_memory). diff --git a/test/ra_log_meta_SUITE.erl b/test/ra_log_meta_SUITE.erl index 5c34f4ce..2e728c62 100644 --- a/test/ra_log_meta_SUITE.erl +++ b/test/ra_log_meta_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_log_meta_SUITE). diff --git a/test/ra_log_props_SUITE.erl b/test/ra_log_props_SUITE.erl index 091b97a5..72a28119 100644 --- a/test/ra_log_props_SUITE.erl +++ b/test/ra_log_props_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_log_props_SUITE). -compile(export_all). diff --git a/test/ra_log_segment_SUITE.erl b/test/ra_log_segment_SUITE.erl index b1fae203..6734e6e8 100644 --- a/test/ra_log_segment_SUITE.erl +++ b/test/ra_log_segment_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_log_segment_SUITE). diff --git a/test/ra_log_segment_writer_SUITE.erl b/test/ra_log_segment_writer_SUITE.erl index db2bec6c..40299ab1 100644 --- a/test/ra_log_segment_writer_SUITE.erl +++ b/test/ra_log_segment_writer_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_log_segment_writer_SUITE). -compile(nowarn_export_all). diff --git a/test/ra_log_snapshot_SUITE.erl b/test/ra_log_snapshot_SUITE.erl index 0fa3fd66..b7188955 100644 --- a/test/ra_log_snapshot_SUITE.erl +++ b/test/ra_log_snapshot_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_log_snapshot_SUITE). diff --git a/test/ra_log_wal_SUITE.erl b/test/ra_log_wal_SUITE.erl index f7ddf11d..fc369976 100644 --- a/test/ra_log_wal_SUITE.erl +++ b/test/ra_log_wal_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_log_wal_SUITE). -compile(nowarn_export_all). diff --git a/test/ra_machine_ets_SUITE.erl b/test/ra_machine_ets_SUITE.erl index 0c0a8723..81d018ad 100644 --- a/test/ra_machine_ets_SUITE.erl +++ b/test/ra_machine_ets_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_machine_ets_SUITE). diff --git a/test/ra_machine_int_SUITE.erl b/test/ra_machine_int_SUITE.erl index 798ef7d3..af4de288 100644 --- a/test/ra_machine_int_SUITE.erl +++ b/test/ra_machine_int_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_machine_int_SUITE). diff --git a/test/ra_machine_version_SUITE.erl b/test/ra_machine_version_SUITE.erl index 79fd2d98..7ebf8d83 100644 --- a/test/ra_machine_version_SUITE.erl +++ b/test/ra_machine_version_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_machine_version_SUITE). -compile(nowarn_export_all). diff --git a/test/ra_props_SUITE.erl b/test/ra_props_SUITE.erl index 0215c7a7..8b0f3b73 100644 --- a/test/ra_props_SUITE.erl +++ b/test/ra_props_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_props_SUITE). -compile(export_all). diff --git a/test/ra_queue.erl b/test/ra_queue.erl index e32aa4b6..613a2921 100644 --- a/test/ra_queue.erl +++ b/test/ra_queue.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_queue). diff --git a/test/ra_server_SUITE.erl b/test/ra_server_SUITE.erl index e431903a..ae080eb1 100644 --- a/test/ra_server_SUITE.erl +++ b/test/ra_server_SUITE.erl @@ -1,6 +1,6 @@ %% This Source Code Form is subject to the terms of the Mozilla Public %% -%% Copyright (c) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_server_SUITE). diff --git a/test/ra_snapshot_SUITE.erl b/test/ra_snapshot_SUITE.erl index 32c74cd9..1298c618 100644 --- a/test/ra_snapshot_SUITE.erl +++ b/test/ra_snapshot_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_snapshot_SUITE). diff --git a/test/ra_system_SUITE.erl b/test/ra_system_SUITE.erl index de9e73d3..77df147f 100644 --- a/test/ra_system_SUITE.erl +++ b/test/ra_system_SUITE.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(ra_system_SUITE). diff --git a/test/tcp_inet_proxy_helpers.erl b/test/tcp_inet_proxy_helpers.erl index d0a0cc58..29a75726 100644 --- a/test/tcp_inet_proxy_helpers.erl +++ b/test/tcp_inet_proxy_helpers.erl @@ -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) 2017-2022 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2017-2023 Broadcom. All Rights Reserved. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries. %% -module(tcp_inet_proxy_helpers).