Skip to content

Commit 98c85f3

Browse files
Bump (c) year
1 parent e1a1984 commit 98c85f3

File tree

166 files changed

+166
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+166
-166
lines changed

deps/rabbitmq_cli/config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
# This file is responsible for configuring your application
88
# and its dependencies with the aid of the Mix.Config module.

deps/rabbitmq_cli/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule RabbitMQCtl.MixfileBase do
88
use Mix.Project

deps/rabbitmq_cli/test/core/args_processing_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule ArgsProcessingTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/core/auto_complete_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule AutoCompleteTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/core/command_modules_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule CommandModulesTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/core/default_output_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule DefaultOutputTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/core/distribution_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
alias RabbitMQ.CLI.Core.Distribution
88

deps/rabbitmq_cli/test/core/helpers_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule HelpersTest do
88
alias RabbitMQ.CLI.Core.{Config, Helpers}

deps/rabbitmq_cli/test/core/information_unit_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule InformationUnitTest do
88
use ExUnit.Case, async: true

deps/rabbitmq_cli/test/core/listeners_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule CoreListenersTest do
88
use ExUnit.Case, async: true

deps/rabbitmq_cli/test/core/node_name_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule NodeNameTest do
88
use ExUnit.Case, async: true

deps/rabbitmq_cli/test/core/os_pid_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule OsPidTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/core/parser_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
## Mock command for command specific parser
88
defmodule RabbitMQ.CLI.Seagull.Commands.HerringGullCommand do

deps/rabbitmq_cli/test/core/table_formatter_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule TableFormatterTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/add_user_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule AddUserCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/add_vhost_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule AddVhostCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/authenticate_user_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule AuthenticateUserCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/autocomplete_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule AutocompleteCommandTest do
88
use ExUnit.Case, async: true

deps/rabbitmq_cli/test/ctl/await_online_nodes_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule AwaitOnlineNodesCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/change_password_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## The Original Code is RabbitMQ.
99
##
1010
## The Initial Developer of the Original Code is GoPivotal, Inc.
11-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
11+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
1212

1313
defmodule ChangePasswordCommandTest do
1414
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/clear_operator_policy_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule ClearOperatorPolicyCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/clear_parameter_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule ClearParameterCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/clear_password_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## The Original Code is RabbitMQ.
99
##
1010
## The Initial Developer of the Original Code is GoPivotal, Inc.
11-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
11+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
1212

1313
defmodule ClearPasswordCommandTest do
1414
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/clear_permissions_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## The Original Code is RabbitMQ.
99
##
1010
## The Initial Developer of the Original Code is GoPivotal, Inc.
11-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
11+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
1212

1313
defmodule ClearPermissionsTest do
1414
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/clear_topic_permissions_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## The Original Code is RabbitMQ.
99
##
1010
## The Initial Developer of the Original Code is GoPivotal, Inc.
11-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
11+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
1212

1313
defmodule ClearTopicPermissionsTest do
1414
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/clear_vhost_limits_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule ClearVhostLimitsCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/close_all_connections_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule CloseAllConnectionsCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/close_connection_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule CloseConnectionCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/cluster_status_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule ClusterStatusCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/delete_queue_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule DeleteQueueCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/delete_user_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule DeleteUserCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/delete_vhost_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule DeleteVhostCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/environment_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule EnvironmentCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/eval_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule EvalCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/eval_file_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule EvalFileCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/exec_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule ExecCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/export_definitions_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule ExportDefinitionsCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/force_boot_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule ForceBootCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/force_gc_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule ForceGcCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/force_reset_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule ForceResetCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/hash_password_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule HashPasswordCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/help_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule HelpCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/import_definitions_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule ImportDefinitionsCommandTest do
88
use ExUnit.Case, async: false

deps/rabbitmq_cli/test/ctl/info_keys_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## License, v. 2.0. If a copy of the MPL was not distributed with this
33
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
##
5-
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule InfoKeysTest do
88
use ExUnit.Case

0 commit comments

Comments
 (0)