summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/rabbitmq_prelaunch/src/rabbit_boot_state.erl2
-rw-r--r--apps/rabbitmq_prelaunch/src/rabbit_boot_state_sup.erl2
-rw-r--r--apps/rabbitmq_prelaunch/src/rabbit_boot_state_systemd.erl2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/rabbitmq_prelaunch/src/rabbit_boot_state.erl b/apps/rabbitmq_prelaunch/src/rabbit_boot_state.erl
index 9adcc92e0e..2610ba887e 100644
--- a/apps/rabbitmq_prelaunch/src/rabbit_boot_state.erl
+++ b/apps/rabbitmq_prelaunch/src/rabbit_boot_state.erl
@@ -11,7 +11,7 @@
%%
%% The Original Code is RabbitMQ.
%%
-%% Copyright (c) 2019-2020 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2019-2020 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_boot_state).
diff --git a/apps/rabbitmq_prelaunch/src/rabbit_boot_state_sup.erl b/apps/rabbitmq_prelaunch/src/rabbit_boot_state_sup.erl
index 44f421e543..0252b66c0f 100644
--- a/apps/rabbitmq_prelaunch/src/rabbit_boot_state_sup.erl
+++ b/apps/rabbitmq_prelaunch/src/rabbit_boot_state_sup.erl
@@ -11,7 +11,7 @@
%%
%% The Original Code is RabbitMQ.
%%
-%% Copyright (c) 2020 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2020 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_boot_state_sup).
diff --git a/apps/rabbitmq_prelaunch/src/rabbit_boot_state_systemd.erl b/apps/rabbitmq_prelaunch/src/rabbit_boot_state_systemd.erl
index 7a942745e7..a767fb41a2 100644
--- a/apps/rabbitmq_prelaunch/src/rabbit_boot_state_systemd.erl
+++ b/apps/rabbitmq_prelaunch/src/rabbit_boot_state_systemd.erl
@@ -11,7 +11,7 @@
%%
%% The Original Code is RabbitMQ.
%%
-%% Copyright (c) 2015-2020 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2015-2020 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_boot_state_systemd).