Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 63d08c9

Browse files
author
dcorbacho
committed
Switch to Mozilla Public License 2.0 (MPL 2.0)
1 parent e997e95 commit 63d08c9

12 files changed

+410
-581
lines changed

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This package, the rabbitmq-web-stomp, is licensed under the MPL. For
2-
the MPL, please see LICENSE-MPL-RabbitMQ.
1+
This package, the RabbitMQ server is licensed under the MPL 2.0. For the
2+
MPL 2.0, please see LICENSE-MPL-RabbitMQ.
33

44
If you have any questions regarding licensing, please contact us at
5-
5+

LICENSE-MPL-RabbitMQ

Lines changed: 373 additions & 455 deletions
Large diffs are not rendered by default.

src/rabbit_web_mqtt_app.erl

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
145
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
156
%%
167

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
145
%% Copyright (c) 2019-2020 VMware, Inc. or its affiliates. All rights reserved.
156
%%
167
-module(rabbit_web_mqtt_connection_info).
@@ -31,4 +22,4 @@ additional_authn_params(_Creds, _VHost, _Pid, Infos) ->
3122
end;
3223
_ ->
3324
[]
34-
end.
25+
end.

src/rabbit_web_mqtt_connection_sup.erl

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
145
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
156
%%
167

src/rabbit_web_mqtt_handler.erl

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
145
%% Copyright (c) 2012-2020 VMware, Inc. or its affiliates. All rights reserved.
156
%%
167

src/rabbit_web_mqtt_middleware.erl

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
5-
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
124
%%
135
%% Copyright (c) 2012-2020 VMware, Inc. or its affiliates. All rights reserved.
146
%%

test/config_schema_SUITE.erl

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License at
4-
%% https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8-
%% License for the specific language governing rights and limitations
9-
%% under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
145
%% Copyright (c) 2016-2020 VMware, Inc. or its affiliates. All rights reserved.
156
%%
167

test/proxy_protocol_SUITE.erl

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License at
4-
%% https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8-
%% License for the specific language governing rights and limitations
9-
%% under the License.
10-
%%
11-
%% The Original Code is RabbitMQ Management Console.
12-
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
156
%%
167

178
-module(proxy_protocol_SUITE).

test/src/rabbit_ws_test_util.erl

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License at
4-
%% https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8-
%% License for the specific language governing rights and limitations
9-
%% under the License.
10-
%%
11-
%% The Original Code is RabbitMQ Management Console.
12-
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
156
%%
167

178
-module(rabbit_ws_test_util).

0 commit comments

Comments
 (0)