diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/rabbitmq_prelaunch/src/rabbit_boot_state.erl | 14 | ||||
| -rw-r--r-- | apps/rabbitmq_prelaunch/src/rabbit_boot_state_sup.erl | 14 | ||||
| -rw-r--r-- | apps/rabbitmq_prelaunch/src/rabbit_boot_state_systemd.erl | 15 |
3 files changed, 9 insertions, 34 deletions
diff --git a/apps/rabbitmq_prelaunch/src/rabbit_boot_state.erl b/apps/rabbitmq_prelaunch/src/rabbit_boot_state.erl index 2610ba887e..c76824e7be 100644 --- a/apps/rabbitmq_prelaunch/src/rabbit_boot_state.erl +++ b/apps/rabbitmq_prelaunch/src/rabbit_boot_state.erl @@ -1,15 +1,7 @@ %%%------------------------------------------------------------------- -%% The contents of this file are subject to the Mozilla Public License -%% Version 1.1 (the "License"); you may not use this file except in -%% compliance with the License. You may obtain a copy of the License -%% at https://www.mozilla.org/MPL/ -%% -%% Software distributed under the License is distributed on an "AS IS" -%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -%% the License for the specific language governing rights and -%% limitations under the License. -%% -%% The Original Code is RabbitMQ. +%% This Source Code Form is subject to the terms of the Mozilla Public +%% 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) 2019-2020 VMware, Inc. or its affiliates. All rights reserved. %% diff --git a/apps/rabbitmq_prelaunch/src/rabbit_boot_state_sup.erl b/apps/rabbitmq_prelaunch/src/rabbit_boot_state_sup.erl index 0252b66c0f..fbdc5781fc 100644 --- a/apps/rabbitmq_prelaunch/src/rabbit_boot_state_sup.erl +++ b/apps/rabbitmq_prelaunch/src/rabbit_boot_state_sup.erl @@ -1,15 +1,7 @@ %%%------------------------------------------------------------------- -%% The contents of this file are subject to the Mozilla Public License -%% Version 1.1 (the "License"); you may not use this file except in -%% compliance with the License. You may obtain a copy of the License -%% at https://www.mozilla.org/MPL/ -%% -%% Software distributed under the License is distributed on an "AS IS" -%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -%% the License for the specific language governing rights and -%% limitations under the License. -%% -%% The Original Code is RabbitMQ. +%% This Source Code Form is subject to the terms of the Mozilla Public +%% 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) 2020 VMware, Inc. or its affiliates. All rights reserved. %% diff --git a/apps/rabbitmq_prelaunch/src/rabbit_boot_state_systemd.erl b/apps/rabbitmq_prelaunch/src/rabbit_boot_state_systemd.erl index a767fb41a2..f838535b6a 100644 --- a/apps/rabbitmq_prelaunch/src/rabbit_boot_state_systemd.erl +++ b/apps/rabbitmq_prelaunch/src/rabbit_boot_state_systemd.erl @@ -1,15 +1,6 @@ -%%%------------------------------------------------------------------- -%% The contents of this file are subject to the Mozilla Public License -%% Version 1.1 (the "License"); you may not use this file except in -%% compliance with the License. You may obtain a copy of the License -%% at https://www.mozilla.org/MPL/ -%% -%% Software distributed under the License is distributed on an "AS IS" -%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -%% the License for the specific language governing rights and -%% limitations under the License. -%% -%% The Original Code is RabbitMQ. +%% This Source Code Form is subject to the terms of the Mozilla Public +%% 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) 2015-2020 VMware, Inc. or its affiliates. All rights reserved. %% |
