diff options
| author | Ayanda-D <ayanda.dube@erlang-solutions.com> | 2020-07-10 17:59:56 +0100 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-09-02 04:29:00 +0300 |
| commit | 635655ab00180686eacfd34d028552895c2bcb75 (patch) | |
| tree | 928dd6dcab54a6da46b9fbeff6d2f985d5588e26 /src | |
| parent | 43a8ac508d3f6b662c05bcd2340c1477f6995fef (diff) | |
| download | rabbitmq-server-git-635655ab00180686eacfd34d028552895c2bcb75.tar.gz | |
Switch to Mozilla Public License 2.0 (MPL 2.0)
Ref: #2408
Diffstat (limited to 'src')
| -rw-r--r-- | src/internal_user.erl | 17 | ||||
| -rw-r--r-- | src/internal_user_v1.erl | 18 | ||||
| -rw-r--r-- | src/rabbit_channel_tracking.erl | 17 | ||||
| -rw-r--r-- | src/rabbit_channel_tracking_handler.erl | 17 | ||||
| -rw-r--r-- | src/rabbit_tracking.erl | 17 |
5 files changed, 20 insertions, 66 deletions
diff --git a/src/internal_user.erl b/src/internal_user.erl index 08d3d35542..35b67741ab 100644 --- a/src/internal_user.erl +++ b/src/internal_user.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) 2018-2020 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2020 VMware, Inc. or its affiliates. All rights reserved. %% -module(internal_user). diff --git a/src/internal_user_v1.erl b/src/internal_user_v1.erl index fca077f0c5..0a290e5c53 100644 --- a/src/internal_user_v1.erl +++ b/src/internal_user_v1.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) 2018-2020 VMware, Inc. or its affiliates. All rights reserved. +%% Copyright (c) 2020 VMware, Inc. or its affiliates. All rights reserved. %% -module(internal_user_v1). @@ -145,4 +136,3 @@ update_limits(_, User, _) -> -spec clear_limits(internal_user()) -> internal_user(). clear_limits(User) -> User. - diff --git a/src/rabbit_channel_tracking.erl b/src/rabbit_channel_tracking.erl index aac3b92e1b..d75ff6dfb8 100644 --- a/src/rabbit_channel_tracking.erl +++ b/src/rabbit_channel_tracking.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) 2020 VMware, Inc. or its affiliates. All rights reserved. %% -module(rabbit_channel_tracking). diff --git a/src/rabbit_channel_tracking_handler.erl b/src/rabbit_channel_tracking_handler.erl index b2556b8742..83e5343a7e 100644 --- a/src/rabbit_channel_tracking_handler.erl +++ b/src/rabbit_channel_tracking_handler.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) 2020 VMware, Inc. or its affiliates. All rights reserved. %% -module(rabbit_channel_tracking_handler). diff --git a/src/rabbit_tracking.erl b/src/rabbit_tracking.erl index f4cb647af2..f17778d987 100644 --- a/src/rabbit_tracking.erl +++ b/src/rabbit_tracking.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) 2020 VMware, Inc. or its affiliates. All rights reserved. %% -module(rabbit_tracking). |
