Update (c) line year

This commit is contained in:
Ayanda Dube 2025-02-26 13:41:37 +00:00
parent 663fc9846e
commit df82f12a70
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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