diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2020-07-14 03:51:47 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-07-14 03:51:47 +0300 |
| commit | 7689a2e05e9a60d3240b327ec3b70ae6808bd1a1 (patch) | |
| tree | 82d44b7bec8cd668c16d261b9b42cb97c628ca22 /src | |
| parent | 21231bb4da7d7ca8ac0e5950aca251273d1476ac (diff) | |
| download | rabbitmq-server-git-7689a2e05e9a60d3240b327ec3b70ae6808bd1a1.tar.gz | |
Sync license headers with MPL2 in master
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_maintenance.erl | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/src/rabbit_maintenance.erl b/src/rabbit_maintenance.erl index c6e3fbbc38..7c8b39ad84 100644 --- a/src/rabbit_maintenance.erl +++ b/src/rabbit_maintenance.erl @@ -1,17 +1,8 @@ - %% 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/ +%% 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/. %% -%% 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. -%% -%% The Initial Developer of the Original Code is GoPivotal, Inc. -%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2018-2020 VMware, Inc. or its affiliates. All rights reserved. %% -module(rabbit_maintenance). |
