diff --git a/deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/commands/leader_health_check_command.ex b/deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/commands/leader_health_check_command.ex index 882ddb33de..7faf8a374d 100644 --- a/deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/commands/leader_health_check_command.ex +++ b/deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/commands/leader_health_check_command.ex @@ -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-2024 VMware, Inc. or its affiliates. All rights reserved. +## Copyright (c) 2007-2025 VMware, Inc. or its affiliates. All rights reserved. defmodule RabbitMQ.CLI.Diagnostics.Commands.LeaderHealthCheckCommand do alias RabbitMQ.CLI.Core.DocGuide diff --git a/deps/rabbitmq_cli/test/diagnostics/leader_health_check_test.exs b/deps/rabbitmq_cli/test/diagnostics/leader_health_check_test.exs index 1025b0d840..40d3527b03 100644 --- a/deps/rabbitmq_cli/test/diagnostics/leader_health_check_test.exs +++ b/deps/rabbitmq_cli/test/diagnostics/leader_health_check_test.exs @@ -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-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. +## Copyright (c) 2007-2025 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. defmodule LeaderHealthCheckCommandTest do use ExUnit.Case, async: false