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

Commit 4d52237

Browse files
author
dcorbacho
committed
Switch to Mozilla Public License 2.0 (MPL 2.0)
1 parent d88efb9 commit 4d52237

8 files changed

+394
-84
lines changed

LICENSE-MPL-RabbitMQ

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

src/rabbit_auth_backend_ldap.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_auth_backend_ldap_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

src/rabbit_auth_backend_ldap_util.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

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/rabbit_ldap_seed.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

test/system_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
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

test/unit_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
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

0 commit comments

Comments
 (0)