summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_peer_discovery_aws
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2022-03-21 01:21:56 +0400
committerMichael Klishin <klishinm@vmware.com>2022-03-21 01:21:56 +0400
commitc38a3d697d83cafa376592a9aa213347ae1a68af (patch)
tree95e39324bb99aa0fafb5997ee0902398e76a0cd5 /deps/rabbitmq_peer_discovery_aws
parentffabc3458620ba9500354c1591cc21cdc234d6f9 (diff)
downloadrabbitmq-server-git-c38a3d697d83cafa376592a9aa213347ae1a68af.tar.gz
Bump (c) year
Diffstat (limited to 'deps/rabbitmq_peer_discovery_aws')
-rw-r--r--deps/rabbitmq_peer_discovery_aws/README.md2
-rw-r--r--deps/rabbitmq_peer_discovery_aws/priv/schema/rabbitmq_peer_discovery_aws.schema2
-rw-r--r--deps/rabbitmq_peer_discovery_aws/src/rabbit_peer_discovery_aws.erl2
-rw-r--r--deps/rabbitmq_peer_discovery_aws/src/rabbitmq_peer_discovery_aws.erl2
-rw-r--r--deps/rabbitmq_peer_discovery_aws/test/aws_ecs_util.erl2
-rw-r--r--deps/rabbitmq_peer_discovery_aws/test/config_schema_SUITE.erl2
-rw-r--r--deps/rabbitmq_peer_discovery_aws/test/integration_SUITE.erl2
-rw-r--r--deps/rabbitmq_peer_discovery_aws/test/unit_SUITE.erl2
8 files changed, 8 insertions, 8 deletions
diff --git a/deps/rabbitmq_peer_discovery_aws/README.md b/deps/rabbitmq_peer_discovery_aws/README.md
index 1aaf661b91..1382786c0d 100644
--- a/deps/rabbitmq_peer_discovery_aws/README.md
+++ b/deps/rabbitmq_peer_discovery_aws/README.md
@@ -53,4 +53,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](
## Copyright
-(c) 2007-2021 VMware, Inc. or its affiliates.
+(c) 2007-2022 VMware, Inc. or its affiliates.
diff --git a/deps/rabbitmq_peer_discovery_aws/priv/schema/rabbitmq_peer_discovery_aws.schema b/deps/rabbitmq_peer_discovery_aws/priv/schema/rabbitmq_peer_discovery_aws.schema
index 63e76c7a1f..a3238e270d 100644
--- a/deps/rabbitmq_peer_discovery_aws/priv/schema/rabbitmq_peer_discovery_aws.schema
+++ b/deps/rabbitmq_peer_discovery_aws/priv/schema/rabbitmq_peer_discovery_aws.schema
@@ -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-2021 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
%%
%% region
diff --git a/deps/rabbitmq_peer_discovery_aws/src/rabbit_peer_discovery_aws.erl b/deps/rabbitmq_peer_discovery_aws/src/rabbit_peer_discovery_aws.erl
index a668f5843d..d56216deb6 100644
--- a/deps/rabbitmq_peer_discovery_aws/src/rabbit_peer_discovery_aws.erl
+++ b/deps/rabbitmq_peer_discovery_aws/src/rabbit_peer_discovery_aws.erl
@@ -4,7 +4,7 @@
%%
%% The Initial Developer of the Original Code is AWeber Communications.
%% Copyright (c) 2015-2016 AWeber Communications
-%% Copyright (c) 2016-2021 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2016-2022 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_peer_discovery_aws).
diff --git a/deps/rabbitmq_peer_discovery_aws/src/rabbitmq_peer_discovery_aws.erl b/deps/rabbitmq_peer_discovery_aws/src/rabbitmq_peer_discovery_aws.erl
index 840d7e7687..ce88eb644e 100644
--- a/deps/rabbitmq_peer_discovery_aws/src/rabbitmq_peer_discovery_aws.erl
+++ b/deps/rabbitmq_peer_discovery_aws/src/rabbitmq_peer_discovery_aws.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) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
%%
%% This module exists as an alias for rabbit_peer_discovery_aws.
diff --git a/deps/rabbitmq_peer_discovery_aws/test/aws_ecs_util.erl b/deps/rabbitmq_peer_discovery_aws/test/aws_ecs_util.erl
index 2d43f6701a..6bf3524087 100644
--- a/deps/rabbitmq_peer_discovery_aws/test/aws_ecs_util.erl
+++ b/deps/rabbitmq_peer_discovery_aws/test/aws_ecs_util.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) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(aws_ecs_util).
diff --git a/deps/rabbitmq_peer_discovery_aws/test/config_schema_SUITE.erl b/deps/rabbitmq_peer_discovery_aws/test/config_schema_SUITE.erl
index 0eeb35a04c..f43ae02ac8 100644
--- a/deps/rabbitmq_peer_discovery_aws/test/config_schema_SUITE.erl
+++ b/deps/rabbitmq_peer_discovery_aws/test/config_schema_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) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(config_schema_SUITE).
diff --git a/deps/rabbitmq_peer_discovery_aws/test/integration_SUITE.erl b/deps/rabbitmq_peer_discovery_aws/test/integration_SUITE.erl
index cbd356ed6a..5de83a15a0 100644
--- a/deps/rabbitmq_peer_discovery_aws/test/integration_SUITE.erl
+++ b/deps/rabbitmq_peer_discovery_aws/test/integration_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) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(integration_SUITE).
diff --git a/deps/rabbitmq_peer_discovery_aws/test/unit_SUITE.erl b/deps/rabbitmq_peer_discovery_aws/test/unit_SUITE.erl
index e9c3d14112..60b7af47ad 100644
--- a/deps/rabbitmq_peer_discovery_aws/test/unit_SUITE.erl
+++ b/deps/rabbitmq_peer_discovery_aws/test/unit_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) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(unit_SUITE).